@aws-sdk/client-application-signals 3.594.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/LICENSE +201 -0
- package/README.md +345 -0
- package/dist-cjs/ApplicationSignals.js +41 -0
- package/dist-cjs/ApplicationSignalsClient.js +56 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +28 -0
- package/dist-cjs/commands/CreateServiceLevelObjectiveCommand.js +28 -0
- package/dist-cjs/commands/DeleteServiceLevelObjectiveCommand.js +28 -0
- package/dist-cjs/commands/GetServiceCommand.js +28 -0
- package/dist-cjs/commands/GetServiceLevelObjectiveCommand.js +28 -0
- package/dist-cjs/commands/ListServiceDependenciesCommand.js +28 -0
- package/dist-cjs/commands/ListServiceDependentsCommand.js +28 -0
- package/dist-cjs/commands/ListServiceLevelObjectivesCommand.js +28 -0
- package/dist-cjs/commands/ListServiceOperationsCommand.js +28 -0
- package/dist-cjs/commands/ListServicesCommand.js +28 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +28 -0
- package/dist-cjs/commands/StartDiscoveryCommand.js +28 -0
- package/dist-cjs/commands/TagResourceCommand.js +28 -0
- package/dist-cjs/commands/UntagResourceCommand.js +28 -0
- package/dist-cjs/commands/UpdateServiceLevelObjectiveCommand.js +28 -0
- package/dist-cjs/commands/index.js +18 -0
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/ApplicationSignalsServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +148 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListServiceDependenciesPaginator.js +7 -0
- package/dist-cjs/pagination/ListServiceDependentsPaginator.js +7 -0
- package/dist-cjs/pagination/ListServiceLevelObjectivesPaginator.js +7 -0
- package/dist-cjs/pagination/ListServiceOperationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListServicesPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +713 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +49 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-es/ApplicationSignals.js +37 -0
- package/dist-es/ApplicationSignalsClient.js +52 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +24 -0
- package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +24 -0
- package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +24 -0
- package/dist-es/commands/GetServiceCommand.js +24 -0
- package/dist-es/commands/GetServiceLevelObjectiveCommand.js +24 -0
- package/dist-es/commands/ListServiceDependenciesCommand.js +24 -0
- package/dist-es/commands/ListServiceDependentsCommand.js +24 -0
- package/dist-es/commands/ListServiceLevelObjectivesCommand.js +24 -0
- package/dist-es/commands/ListServiceOperationsCommand.js +24 -0
- package/dist-es/commands/ListServicesCommand.js +24 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +24 -0
- package/dist-es/commands/StartDiscoveryCommand.js +24 -0
- package/dist-es/commands/TagResourceCommand.js +24 -0
- package/dist-es/commands/UntagResourceCommand.js +24 -0
- package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +24 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/endpointResolver.js +10 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/ApplicationSignalsServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +139 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListServiceDependenciesPaginator.js +4 -0
- package/dist-es/pagination/ListServiceDependentsPaginator.js +4 -0
- package/dist-es/pagination/ListServiceLevelObjectivesPaginator.js +4 -0
- package/dist-es/pagination/ListServiceOperationsPaginator.js +4 -0
- package/dist-es/pagination/ListServicesPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +680 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +44 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-types/ApplicationSignals.d.ts +137 -0
- package/dist-types/ApplicationSignalsClient.d.ts +206 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +148 -0
- package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +252 -0
- package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +67 -0
- package/dist-types/commands/GetServiceCommand.d.ts +94 -0
- package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +126 -0
- package/dist-types/commands/ListServiceDependenciesCommand.d.ts +99 -0
- package/dist-types/commands/ListServiceDependentsCommand.d.ts +97 -0
- package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +82 -0
- package/dist-types/commands/ListServiceOperationsCommand.d.ts +93 -0
- package/dist-types/commands/ListServicesCommand.d.ts +98 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +71 -0
- package/dist-types/commands/StartDiscoveryCommand.d.ts +108 -0
- package/dist-types/commands/TagResourceCommand.d.ts +82 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +67 -0
- package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +181 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +34 -0
- package/dist-types/models/ApplicationSignalsServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2004 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListServiceDependenciesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceDependentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceLevelObjectivesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceOperationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServicesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +137 -0
- package/dist-types/runtimeConfig.browser.d.ts +45 -0
- package/dist-types/runtimeConfig.d.ts +45 -0
- package/dist-types/runtimeConfig.native.d.ts +44 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/ApplicationSignals.d.ts +270 -0
- package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +213 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/ApplicationSignalsServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +390 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListServiceDependenciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceDependentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceLevelObjectivesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceOperationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +185 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +87 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +81 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
- package/package.json +101 -0
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
UserAgentInputConfig,
|
|
7
|
+
UserAgentResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
+
import {
|
|
10
|
+
RegionInputConfig,
|
|
11
|
+
RegionResolvedConfig,
|
|
12
|
+
} from "@smithy/config-resolver";
|
|
13
|
+
import {
|
|
14
|
+
EndpointInputConfig,
|
|
15
|
+
EndpointResolvedConfig,
|
|
16
|
+
} from "@smithy/middleware-endpoint";
|
|
17
|
+
import {
|
|
18
|
+
RetryInputConfig,
|
|
19
|
+
RetryResolvedConfig,
|
|
20
|
+
} from "@smithy/middleware-retry";
|
|
21
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
|
+
import {
|
|
23
|
+
Client as __Client,
|
|
24
|
+
DefaultsMode as __DefaultsMode,
|
|
25
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
26
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
27
|
+
} from "@smithy/smithy-client";
|
|
28
|
+
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
30
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
StreamCollector as __StreamCollector,
|
|
41
|
+
UrlParser as __UrlParser,
|
|
42
|
+
UserAgent as __UserAgent,
|
|
43
|
+
} from "@smithy/types";
|
|
44
|
+
import {
|
|
45
|
+
HttpAuthSchemeInputConfig,
|
|
46
|
+
HttpAuthSchemeResolvedConfig,
|
|
47
|
+
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
BatchGetServiceLevelObjectiveBudgetReportCommandInput,
|
|
50
|
+
BatchGetServiceLevelObjectiveBudgetReportCommandOutput,
|
|
51
|
+
} from "./commands/BatchGetServiceLevelObjectiveBudgetReportCommand";
|
|
52
|
+
import {
|
|
53
|
+
CreateServiceLevelObjectiveCommandInput,
|
|
54
|
+
CreateServiceLevelObjectiveCommandOutput,
|
|
55
|
+
} from "./commands/CreateServiceLevelObjectiveCommand";
|
|
56
|
+
import {
|
|
57
|
+
DeleteServiceLevelObjectiveCommandInput,
|
|
58
|
+
DeleteServiceLevelObjectiveCommandOutput,
|
|
59
|
+
} from "./commands/DeleteServiceLevelObjectiveCommand";
|
|
60
|
+
import {
|
|
61
|
+
GetServiceCommandInput,
|
|
62
|
+
GetServiceCommandOutput,
|
|
63
|
+
} from "./commands/GetServiceCommand";
|
|
64
|
+
import {
|
|
65
|
+
GetServiceLevelObjectiveCommandInput,
|
|
66
|
+
GetServiceLevelObjectiveCommandOutput,
|
|
67
|
+
} from "./commands/GetServiceLevelObjectiveCommand";
|
|
68
|
+
import {
|
|
69
|
+
ListServiceDependenciesCommandInput,
|
|
70
|
+
ListServiceDependenciesCommandOutput,
|
|
71
|
+
} from "./commands/ListServiceDependenciesCommand";
|
|
72
|
+
import {
|
|
73
|
+
ListServiceDependentsCommandInput,
|
|
74
|
+
ListServiceDependentsCommandOutput,
|
|
75
|
+
} from "./commands/ListServiceDependentsCommand";
|
|
76
|
+
import {
|
|
77
|
+
ListServiceLevelObjectivesCommandInput,
|
|
78
|
+
ListServiceLevelObjectivesCommandOutput,
|
|
79
|
+
} from "./commands/ListServiceLevelObjectivesCommand";
|
|
80
|
+
import {
|
|
81
|
+
ListServiceOperationsCommandInput,
|
|
82
|
+
ListServiceOperationsCommandOutput,
|
|
83
|
+
} from "./commands/ListServiceOperationsCommand";
|
|
84
|
+
import {
|
|
85
|
+
ListServicesCommandInput,
|
|
86
|
+
ListServicesCommandOutput,
|
|
87
|
+
} from "./commands/ListServicesCommand";
|
|
88
|
+
import {
|
|
89
|
+
ListTagsForResourceCommandInput,
|
|
90
|
+
ListTagsForResourceCommandOutput,
|
|
91
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
92
|
+
import {
|
|
93
|
+
StartDiscoveryCommandInput,
|
|
94
|
+
StartDiscoveryCommandOutput,
|
|
95
|
+
} from "./commands/StartDiscoveryCommand";
|
|
96
|
+
import {
|
|
97
|
+
TagResourceCommandInput,
|
|
98
|
+
TagResourceCommandOutput,
|
|
99
|
+
} from "./commands/TagResourceCommand";
|
|
100
|
+
import {
|
|
101
|
+
UntagResourceCommandInput,
|
|
102
|
+
UntagResourceCommandOutput,
|
|
103
|
+
} from "./commands/UntagResourceCommand";
|
|
104
|
+
import {
|
|
105
|
+
UpdateServiceLevelObjectiveCommandInput,
|
|
106
|
+
UpdateServiceLevelObjectiveCommandOutput,
|
|
107
|
+
} from "./commands/UpdateServiceLevelObjectiveCommand";
|
|
108
|
+
import {
|
|
109
|
+
ClientInputEndpointParameters,
|
|
110
|
+
ClientResolvedEndpointParameters,
|
|
111
|
+
EndpointParameters,
|
|
112
|
+
} from "./endpoint/EndpointParameters";
|
|
113
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
114
|
+
export { __Client };
|
|
115
|
+
export type ServiceInputTypes =
|
|
116
|
+
| BatchGetServiceLevelObjectiveBudgetReportCommandInput
|
|
117
|
+
| CreateServiceLevelObjectiveCommandInput
|
|
118
|
+
| DeleteServiceLevelObjectiveCommandInput
|
|
119
|
+
| GetServiceCommandInput
|
|
120
|
+
| GetServiceLevelObjectiveCommandInput
|
|
121
|
+
| ListServiceDependenciesCommandInput
|
|
122
|
+
| ListServiceDependentsCommandInput
|
|
123
|
+
| ListServiceLevelObjectivesCommandInput
|
|
124
|
+
| ListServiceOperationsCommandInput
|
|
125
|
+
| ListServicesCommandInput
|
|
126
|
+
| ListTagsForResourceCommandInput
|
|
127
|
+
| StartDiscoveryCommandInput
|
|
128
|
+
| TagResourceCommandInput
|
|
129
|
+
| UntagResourceCommandInput
|
|
130
|
+
| UpdateServiceLevelObjectiveCommandInput;
|
|
131
|
+
export type ServiceOutputTypes =
|
|
132
|
+
| BatchGetServiceLevelObjectiveBudgetReportCommandOutput
|
|
133
|
+
| CreateServiceLevelObjectiveCommandOutput
|
|
134
|
+
| DeleteServiceLevelObjectiveCommandOutput
|
|
135
|
+
| GetServiceCommandOutput
|
|
136
|
+
| GetServiceLevelObjectiveCommandOutput
|
|
137
|
+
| ListServiceDependenciesCommandOutput
|
|
138
|
+
| ListServiceDependentsCommandOutput
|
|
139
|
+
| ListServiceLevelObjectivesCommandOutput
|
|
140
|
+
| ListServiceOperationsCommandOutput
|
|
141
|
+
| ListServicesCommandOutput
|
|
142
|
+
| ListTagsForResourceCommandOutput
|
|
143
|
+
| StartDiscoveryCommandOutput
|
|
144
|
+
| TagResourceCommandOutput
|
|
145
|
+
| UntagResourceCommandOutput
|
|
146
|
+
| UpdateServiceLevelObjectiveCommandOutput;
|
|
147
|
+
export interface ClientDefaults
|
|
148
|
+
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
149
|
+
requestHandler?: __HttpHandlerUserInput;
|
|
150
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
151
|
+
urlParser?: __UrlParser;
|
|
152
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
153
|
+
streamCollector?: __StreamCollector;
|
|
154
|
+
base64Decoder?: __Decoder;
|
|
155
|
+
base64Encoder?: __Encoder;
|
|
156
|
+
utf8Decoder?: __Decoder;
|
|
157
|
+
utf8Encoder?: __Encoder;
|
|
158
|
+
runtime?: string;
|
|
159
|
+
disableHostPrefix?: boolean;
|
|
160
|
+
serviceId?: string;
|
|
161
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
162
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
163
|
+
region?: string | __Provider<string>;
|
|
164
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
165
|
+
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
166
|
+
maxAttempts?: number | __Provider<number>;
|
|
167
|
+
retryMode?: string | __Provider<string>;
|
|
168
|
+
logger?: __Logger;
|
|
169
|
+
extensions?: RuntimeExtension[];
|
|
170
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
171
|
+
}
|
|
172
|
+
export type ApplicationSignalsClientConfigType = Partial<
|
|
173
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
174
|
+
> &
|
|
175
|
+
ClientDefaults &
|
|
176
|
+
RegionInputConfig &
|
|
177
|
+
EndpointInputConfig<EndpointParameters> &
|
|
178
|
+
RetryInputConfig &
|
|
179
|
+
HostHeaderInputConfig &
|
|
180
|
+
UserAgentInputConfig &
|
|
181
|
+
HttpAuthSchemeInputConfig &
|
|
182
|
+
ClientInputEndpointParameters;
|
|
183
|
+
export interface ApplicationSignalsClientConfig
|
|
184
|
+
extends ApplicationSignalsClientConfigType {}
|
|
185
|
+
export type ApplicationSignalsClientResolvedConfigType =
|
|
186
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
187
|
+
Required<ClientDefaults> &
|
|
188
|
+
RuntimeExtensionsConfig &
|
|
189
|
+
RegionResolvedConfig &
|
|
190
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
191
|
+
RetryResolvedConfig &
|
|
192
|
+
HostHeaderResolvedConfig &
|
|
193
|
+
UserAgentResolvedConfig &
|
|
194
|
+
HttpAuthSchemeResolvedConfig &
|
|
195
|
+
ClientResolvedEndpointParameters;
|
|
196
|
+
export interface ApplicationSignalsClientResolvedConfig
|
|
197
|
+
extends ApplicationSignalsClientResolvedConfigType {}
|
|
198
|
+
export declare class ApplicationSignalsClient extends __Client<
|
|
199
|
+
__HttpHandlerOptions,
|
|
200
|
+
ServiceInputTypes,
|
|
201
|
+
ServiceOutputTypes,
|
|
202
|
+
ApplicationSignalsClientResolvedConfig
|
|
203
|
+
> {
|
|
204
|
+
readonly config: ApplicationSignalsClientResolvedConfig;
|
|
205
|
+
constructor(
|
|
206
|
+
...[
|
|
207
|
+
configuration,
|
|
208
|
+
]: __CheckOptionalClientConfig<ApplicationSignalsClientConfig>
|
|
209
|
+
);
|
|
210
|
+
destroy(): void;
|
|
211
|
+
private getDefaultHttpAuthSchemeParametersProvider;
|
|
212
|
+
private getIdentityProviderConfigProvider;
|
|
213
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsCredentialIdentity,
|
|
3
|
+
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
5
|
+
} from "@smithy/types";
|
|
6
|
+
import { ApplicationSignalsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
|
+
export interface HttpAuthExtensionConfiguration {
|
|
8
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
+
setHttpAuthSchemeProvider(
|
|
11
|
+
httpAuthSchemeProvider: ApplicationSignalsHttpAuthSchemeProvider
|
|
12
|
+
): void;
|
|
13
|
+
httpAuthSchemeProvider(): ApplicationSignalsHttpAuthSchemeProvider;
|
|
14
|
+
setCredentials(
|
|
15
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
|
|
16
|
+
): void;
|
|
17
|
+
credentials():
|
|
18
|
+
| AwsCredentialIdentity
|
|
19
|
+
| AwsCredentialIdentityProvider
|
|
20
|
+
| undefined;
|
|
21
|
+
}
|
|
22
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
|
+
httpAuthSchemes: HttpAuthScheme[];
|
|
24
|
+
httpAuthSchemeProvider: ApplicationSignalsHttpAuthSchemeProvider;
|
|
25
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
|
+
}>;
|
|
27
|
+
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
+
runtimeConfig: HttpAuthRuntimeConfig
|
|
29
|
+
) => HttpAuthExtensionConfiguration;
|
|
30
|
+
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
+
config: HttpAuthExtensionConfiguration
|
|
32
|
+
) => HttpAuthRuntimeConfig;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsSdkSigV4AuthInputConfig,
|
|
3
|
+
AwsSdkSigV4AuthResolvedConfig,
|
|
4
|
+
AwsSdkSigV4PreviouslyResolved,
|
|
5
|
+
} from "@aws-sdk/core";
|
|
6
|
+
import {
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpAuthScheme,
|
|
9
|
+
HttpAuthSchemeParameters,
|
|
10
|
+
HttpAuthSchemeParametersProvider,
|
|
11
|
+
HttpAuthSchemeProvider,
|
|
12
|
+
} from "@smithy/types";
|
|
13
|
+
import { ApplicationSignalsClientResolvedConfig } from "../ApplicationSignalsClient";
|
|
14
|
+
export interface ApplicationSignalsHttpAuthSchemeParameters
|
|
15
|
+
extends HttpAuthSchemeParameters {
|
|
16
|
+
region?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface ApplicationSignalsHttpAuthSchemeParametersProvider
|
|
19
|
+
extends HttpAuthSchemeParametersProvider<
|
|
20
|
+
ApplicationSignalsClientResolvedConfig,
|
|
21
|
+
HandlerExecutionContext,
|
|
22
|
+
ApplicationSignalsHttpAuthSchemeParameters,
|
|
23
|
+
object
|
|
24
|
+
> {}
|
|
25
|
+
export declare const defaultApplicationSignalsHttpAuthSchemeParametersProvider: (
|
|
26
|
+
config: ApplicationSignalsClientResolvedConfig,
|
|
27
|
+
context: HandlerExecutionContext,
|
|
28
|
+
input: object
|
|
29
|
+
) => Promise<ApplicationSignalsHttpAuthSchemeParameters>;
|
|
30
|
+
export interface ApplicationSignalsHttpAuthSchemeProvider
|
|
31
|
+
extends HttpAuthSchemeProvider<ApplicationSignalsHttpAuthSchemeParameters> {}
|
|
32
|
+
export declare const defaultApplicationSignalsHttpAuthSchemeProvider: ApplicationSignalsHttpAuthSchemeProvider;
|
|
33
|
+
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
|
35
|
+
httpAuthSchemeProvider?: ApplicationSignalsHttpAuthSchemeProvider;
|
|
36
|
+
}
|
|
37
|
+
export interface HttpAuthSchemeResolvedConfig
|
|
38
|
+
extends AwsSdkSigV4AuthResolvedConfig {
|
|
39
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
40
|
+
readonly httpAuthSchemeProvider: ApplicationSignalsHttpAuthSchemeProvider;
|
|
41
|
+
}
|
|
42
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
43
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
44
|
+
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ApplicationSignalsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ApplicationSignalsClient";
|
|
8
|
+
import {
|
|
9
|
+
BatchGetServiceLevelObjectiveBudgetReportInput,
|
|
10
|
+
BatchGetServiceLevelObjectiveBudgetReportOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchGetServiceLevelObjectiveBudgetReportCommandInput
|
|
15
|
+
extends BatchGetServiceLevelObjectiveBudgetReportInput {}
|
|
16
|
+
export interface BatchGetServiceLevelObjectiveBudgetReportCommandOutput
|
|
17
|
+
extends BatchGetServiceLevelObjectiveBudgetReportOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchGetServiceLevelObjectiveBudgetReportCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchGetServiceLevelObjectiveBudgetReportCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchGetServiceLevelObjectiveBudgetReportCommandInput,
|
|
24
|
+
BatchGetServiceLevelObjectiveBudgetReportCommandOutput,
|
|
25
|
+
ApplicationSignalsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: BatchGetServiceLevelObjectiveBudgetReportCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchGetServiceLevelObjectiveBudgetReportCommandInput,
|
|
33
|
+
BatchGetServiceLevelObjectiveBudgetReportCommandOutput,
|
|
34
|
+
ApplicationSignalsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchGetServiceLevelObjectiveBudgetReportCommand extends BatchGetServiceLevelObjectiveBudgetReportCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ApplicationSignalsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ApplicationSignalsClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateServiceLevelObjectiveInput,
|
|
10
|
+
CreateServiceLevelObjectiveOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateServiceLevelObjectiveCommandInput
|
|
15
|
+
extends CreateServiceLevelObjectiveInput {}
|
|
16
|
+
export interface CreateServiceLevelObjectiveCommandOutput
|
|
17
|
+
extends CreateServiceLevelObjectiveOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateServiceLevelObjectiveCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateServiceLevelObjectiveCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateServiceLevelObjectiveCommandInput,
|
|
24
|
+
CreateServiceLevelObjectiveCommandOutput,
|
|
25
|
+
ApplicationSignalsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateServiceLevelObjectiveCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateServiceLevelObjectiveCommandInput,
|
|
33
|
+
CreateServiceLevelObjectiveCommandOutput,
|
|
34
|
+
ApplicationSignalsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateServiceLevelObjectiveCommand extends CreateServiceLevelObjectiveCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ApplicationSignalsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ApplicationSignalsClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteServiceLevelObjectiveInput,
|
|
10
|
+
DeleteServiceLevelObjectiveOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteServiceLevelObjectiveCommandInput
|
|
15
|
+
extends DeleteServiceLevelObjectiveInput {}
|
|
16
|
+
export interface DeleteServiceLevelObjectiveCommandOutput
|
|
17
|
+
extends DeleteServiceLevelObjectiveOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteServiceLevelObjectiveCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteServiceLevelObjectiveCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteServiceLevelObjectiveCommandInput,
|
|
24
|
+
DeleteServiceLevelObjectiveCommandOutput,
|
|
25
|
+
ApplicationSignalsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteServiceLevelObjectiveCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteServiceLevelObjectiveCommandInput,
|
|
33
|
+
DeleteServiceLevelObjectiveCommandOutput,
|
|
34
|
+
ApplicationSignalsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteServiceLevelObjectiveCommand extends DeleteServiceLevelObjectiveCommand_base {}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ApplicationSignalsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ApplicationSignalsClient";
|
|
8
|
+
import { GetServiceInput, GetServiceOutput } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetServiceCommandInput extends GetServiceInput {}
|
|
12
|
+
export interface GetServiceCommandOutput
|
|
13
|
+
extends GetServiceOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetServiceCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetServiceCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetServiceCommandInput,
|
|
20
|
+
GetServiceCommandOutput,
|
|
21
|
+
ApplicationSignalsClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: GetServiceCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetServiceCommandInput,
|
|
29
|
+
GetServiceCommandOutput,
|
|
30
|
+
ApplicationSignalsClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetServiceCommand extends GetServiceCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ApplicationSignalsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ApplicationSignalsClient";
|
|
8
|
+
import {
|
|
9
|
+
GetServiceLevelObjectiveInput,
|
|
10
|
+
GetServiceLevelObjectiveOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetServiceLevelObjectiveCommandInput
|
|
15
|
+
extends GetServiceLevelObjectiveInput {}
|
|
16
|
+
export interface GetServiceLevelObjectiveCommandOutput
|
|
17
|
+
extends GetServiceLevelObjectiveOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetServiceLevelObjectiveCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetServiceLevelObjectiveCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetServiceLevelObjectiveCommandInput,
|
|
24
|
+
GetServiceLevelObjectiveCommandOutput,
|
|
25
|
+
ApplicationSignalsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetServiceLevelObjectiveCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetServiceLevelObjectiveCommandInput,
|
|
33
|
+
GetServiceLevelObjectiveCommandOutput,
|
|
34
|
+
ApplicationSignalsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetServiceLevelObjectiveCommand extends GetServiceLevelObjectiveCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ApplicationSignalsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ApplicationSignalsClient";
|
|
8
|
+
import {
|
|
9
|
+
ListServiceDependenciesInput,
|
|
10
|
+
ListServiceDependenciesOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListServiceDependenciesCommandInput
|
|
15
|
+
extends ListServiceDependenciesInput {}
|
|
16
|
+
export interface ListServiceDependenciesCommandOutput
|
|
17
|
+
extends ListServiceDependenciesOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListServiceDependenciesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListServiceDependenciesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListServiceDependenciesCommandInput,
|
|
24
|
+
ListServiceDependenciesCommandOutput,
|
|
25
|
+
ApplicationSignalsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListServiceDependenciesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListServiceDependenciesCommandInput,
|
|
33
|
+
ListServiceDependenciesCommandOutput,
|
|
34
|
+
ApplicationSignalsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListServiceDependenciesCommand extends ListServiceDependenciesCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ApplicationSignalsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ApplicationSignalsClient";
|
|
8
|
+
import {
|
|
9
|
+
ListServiceDependentsInput,
|
|
10
|
+
ListServiceDependentsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListServiceDependentsCommandInput
|
|
15
|
+
extends ListServiceDependentsInput {}
|
|
16
|
+
export interface ListServiceDependentsCommandOutput
|
|
17
|
+
extends ListServiceDependentsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListServiceDependentsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListServiceDependentsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListServiceDependentsCommandInput,
|
|
24
|
+
ListServiceDependentsCommandOutput,
|
|
25
|
+
ApplicationSignalsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListServiceDependentsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListServiceDependentsCommandInput,
|
|
33
|
+
ListServiceDependentsCommandOutput,
|
|
34
|
+
ApplicationSignalsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListServiceDependentsCommand extends ListServiceDependentsCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ApplicationSignalsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ApplicationSignalsClient";
|
|
8
|
+
import {
|
|
9
|
+
ListServiceLevelObjectivesInput,
|
|
10
|
+
ListServiceLevelObjectivesOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListServiceLevelObjectivesCommandInput
|
|
15
|
+
extends ListServiceLevelObjectivesInput {}
|
|
16
|
+
export interface ListServiceLevelObjectivesCommandOutput
|
|
17
|
+
extends ListServiceLevelObjectivesOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListServiceLevelObjectivesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListServiceLevelObjectivesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListServiceLevelObjectivesCommandInput,
|
|
24
|
+
ListServiceLevelObjectivesCommandOutput,
|
|
25
|
+
ApplicationSignalsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListServiceLevelObjectivesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListServiceLevelObjectivesCommandInput,
|
|
33
|
+
ListServiceLevelObjectivesCommandOutput,
|
|
34
|
+
ApplicationSignalsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListServiceLevelObjectivesCommand extends ListServiceLevelObjectivesCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ApplicationSignalsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ApplicationSignalsClient";
|
|
8
|
+
import {
|
|
9
|
+
ListServiceOperationsInput,
|
|
10
|
+
ListServiceOperationsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListServiceOperationsCommandInput
|
|
15
|
+
extends ListServiceOperationsInput {}
|
|
16
|
+
export interface ListServiceOperationsCommandOutput
|
|
17
|
+
extends ListServiceOperationsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListServiceOperationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListServiceOperationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListServiceOperationsCommandInput,
|
|
24
|
+
ListServiceOperationsCommandOutput,
|
|
25
|
+
ApplicationSignalsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListServiceOperationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListServiceOperationsCommandInput,
|
|
33
|
+
ListServiceOperationsCommandOutput,
|
|
34
|
+
ApplicationSignalsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListServiceOperationsCommand extends ListServiceOperationsCommand_base {}
|