@aws-sdk/client-apprunner 3.1087.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/AppRunner.d.ts +121 -142
- package/dist-types/ts3.4/AppRunnerClient.d.ts +6 -18
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -164,10 +161,7 @@ import {
|
|
|
164
161
|
StartDeploymentCommandInput,
|
|
165
162
|
StartDeploymentCommandOutput,
|
|
166
163
|
} from "./commands/StartDeploymentCommand";
|
|
167
|
-
import {
|
|
168
|
-
TagResourceCommandInput,
|
|
169
|
-
TagResourceCommandOutput,
|
|
170
|
-
} from "./commands/TagResourceCommand";
|
|
164
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
171
165
|
import {
|
|
172
166
|
UntagResourceCommandInput,
|
|
173
167
|
UntagResourceCommandOutput,
|
|
@@ -267,8 +261,7 @@ export type ServiceOutputTypes =
|
|
|
267
261
|
| UpdateDefaultAutoScalingConfigurationCommandOutput
|
|
268
262
|
| UpdateServiceCommandOutput
|
|
269
263
|
| UpdateVpcIngressConnectionCommandOutput;
|
|
270
|
-
export interface ClientDefaults
|
|
271
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
264
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
272
265
|
requestHandler?: __HttpHandlerUserInput;
|
|
273
266
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
274
267
|
urlParser?: __UrlParser;
|
|
@@ -293,9 +286,7 @@ export interface ClientDefaults
|
|
|
293
286
|
extensions?: RuntimeExtension[];
|
|
294
287
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
295
288
|
}
|
|
296
|
-
export type AppRunnerClientConfigType = Partial<
|
|
297
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
298
|
-
> &
|
|
289
|
+
export type AppRunnerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
299
290
|
ClientDefaults &
|
|
300
291
|
UserAgentInputConfig &
|
|
301
292
|
RetryInputConfig &
|
|
@@ -316,8 +307,7 @@ export type AppRunnerClientResolvedConfigType =
|
|
|
316
307
|
EndpointResolvedConfig<EndpointParameters> &
|
|
317
308
|
HttpAuthSchemeResolvedConfig &
|
|
318
309
|
ClientResolvedEndpointParameters;
|
|
319
|
-
export interface AppRunnerClientResolvedConfig
|
|
320
|
-
extends AppRunnerClientResolvedConfigType {}
|
|
310
|
+
export interface AppRunnerClientResolvedConfig extends AppRunnerClientResolvedConfigType {}
|
|
321
311
|
export declare class AppRunnerClient extends __Client<
|
|
322
312
|
__HttpHandlerOptions,
|
|
323
313
|
ServiceInputTypes,
|
|
@@ -325,8 +315,6 @@ export declare class AppRunnerClient extends __Client<
|
|
|
325
315
|
AppRunnerClientResolvedConfig
|
|
326
316
|
> {
|
|
327
317
|
readonly config: AppRunnerClientResolvedConfig;
|
|
328
|
-
constructor(
|
|
329
|
-
...[configuration]: __CheckOptionalClientConfig<AppRunnerClientConfig>
|
|
330
|
-
);
|
|
318
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<AppRunnerClientConfig>);
|
|
331
319
|
destroy(): void;
|
|
332
320
|
}
|
|
@@ -7,17 +7,10 @@ import { AppRunnerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: AppRunnerHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: AppRunnerHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): AppRunnerHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { AppRunnerClientResolvedConfig } from "../AppRunnerClient";
|
|
15
|
-
export interface AppRunnerHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface AppRunnerHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface AppRunnerHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface AppRunnerHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
AppRunnerClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
AppRunnerHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultAppRunnerHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: AppRunnerClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<AppRunnerHttpAuthSchemeParameters>;
|
|
31
|
-
export interface AppRunnerHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<AppRunnerHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface AppRunnerHttpAuthSchemeProvider extends HttpAuthSchemeProvider<AppRunnerHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultAppRunnerHttpAuthSchemeProvider: AppRunnerHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: AppRunnerHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: AppRunnerHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./AppRunnerClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
AppRunnerClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AssociateCustomDomainRequest,
|
|
4
|
-
AssociateCustomDomainResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AssociateCustomDomainRequest, AssociateCustomDomainResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateCustomDomainCommandInput
|
|
8
|
-
extends AssociateCustomDomainRequest {}
|
|
4
|
+
export interface AssociateCustomDomainCommandInput extends AssociateCustomDomainRequest {}
|
|
9
5
|
export interface AssociateCustomDomainCommandOutput
|
|
10
|
-
extends AssociateCustomDomainResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends AssociateCustomDomainResponse, __MetadataBearer {}
|
|
12
7
|
declare const AssociateCustomDomainCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: AssociateCustomDomainCommandInput
|
|
9
|
+
input: AssociateCustomDomainCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
AssociateCustomDomainCommandInput,
|
|
17
12
|
AssociateCustomDomainCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const AssociateCustomDomainCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: AssociateCustomDomainCommandInput
|
|
18
|
+
input: AssociateCustomDomainCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
AssociateCustomDomainCommandInput,
|
|
26
21
|
AssociateCustomDomainCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateAutoScalingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAutoScalingConfigurationCommandInput
|
|
8
|
-
extends CreateAutoScalingConfigurationRequest {}
|
|
7
|
+
export interface CreateAutoScalingConfigurationCommandInput extends CreateAutoScalingConfigurationRequest {}
|
|
9
8
|
export interface CreateAutoScalingConfigurationCommandOutput
|
|
10
|
-
extends CreateAutoScalingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateAutoScalingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateAutoScalingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateAutoScalingConfigurationCommandInput
|
|
12
|
+
input: CreateAutoScalingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateAutoScalingConfigurationCommandInput,
|
|
17
15
|
CreateAutoScalingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateAutoScalingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateAutoScalingConfigurationCommandInput
|
|
21
|
+
input: CreateAutoScalingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateAutoScalingConfigurationCommandInput,
|
|
26
24
|
CreateAutoScalingConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateConnectionRequest,
|
|
4
|
-
CreateConnectionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateConnectionCommandInput extends CreateConnectionRequest {}
|
|
8
|
-
export interface CreateConnectionCommandOutput
|
|
9
|
-
extends CreateConnectionResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateConnectionCommandOutput extends CreateConnectionResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateConnectionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateConnectionCommandInput
|
|
8
|
+
input: CreateConnectionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateConnectionCommandInput,
|
|
16
11
|
CreateConnectionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateConnectionCommandInput
|
|
17
|
+
input: CreateConnectionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateConnectionCommandInput,
|
|
25
20
|
CreateConnectionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateObservabilityConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateObservabilityConfigurationCommandInput
|
|
8
|
-
extends CreateObservabilityConfigurationRequest {}
|
|
7
|
+
export interface CreateObservabilityConfigurationCommandInput extends CreateObservabilityConfigurationRequest {}
|
|
9
8
|
export interface CreateObservabilityConfigurationCommandOutput
|
|
10
|
-
extends CreateObservabilityConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateObservabilityConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateObservabilityConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateObservabilityConfigurationCommandInput
|
|
12
|
+
input: CreateObservabilityConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateObservabilityConfigurationCommandInput,
|
|
17
15
|
CreateObservabilityConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateObservabilityConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateObservabilityConfigurationCommandInput
|
|
21
|
+
input: CreateObservabilityConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateObservabilityConfigurationCommandInput,
|
|
26
24
|
CreateObservabilityConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateServiceRequest,
|
|
4
|
-
CreateServiceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateServiceCommandInput extends CreateServiceRequest {}
|
|
8
|
-
export interface CreateServiceCommandOutput
|
|
9
|
-
extends CreateServiceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateServiceCommandOutput extends CreateServiceResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateServiceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateServiceCommandInput
|
|
8
|
+
input: CreateServiceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateServiceCommandInput,
|
|
16
11
|
CreateServiceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateServiceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateServiceCommandInput
|
|
17
|
+
input: CreateServiceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateServiceCommandInput,
|
|
25
20
|
CreateServiceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateVpcConnectorRequest,
|
|
4
|
-
CreateVpcConnectorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateVpcConnectorRequest, CreateVpcConnectorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateVpcConnectorCommandInput
|
|
8
|
-
extends CreateVpcConnectorRequest {}
|
|
4
|
+
export interface CreateVpcConnectorCommandInput extends CreateVpcConnectorRequest {}
|
|
9
5
|
export interface CreateVpcConnectorCommandOutput
|
|
10
|
-
extends CreateVpcConnectorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateVpcConnectorResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateVpcConnectorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateVpcConnectorCommandInput
|
|
9
|
+
input: CreateVpcConnectorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateVpcConnectorCommandInput,
|
|
17
12
|
CreateVpcConnectorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateVpcConnectorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateVpcConnectorCommandInput
|
|
18
|
+
input: CreateVpcConnectorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateVpcConnectorCommandInput,
|
|
26
21
|
CreateVpcConnectorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateVpcIngressConnectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateVpcIngressConnectionCommandInput
|
|
8
|
-
extends CreateVpcIngressConnectionRequest {}
|
|
7
|
+
export interface CreateVpcIngressConnectionCommandInput extends CreateVpcIngressConnectionRequest {}
|
|
9
8
|
export interface CreateVpcIngressConnectionCommandOutput
|
|
10
|
-
extends CreateVpcIngressConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateVpcIngressConnectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateVpcIngressConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateVpcIngressConnectionCommandInput
|
|
12
|
+
input: CreateVpcIngressConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateVpcIngressConnectionCommandInput,
|
|
17
15
|
CreateVpcIngressConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateVpcIngressConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateVpcIngressConnectionCommandInput
|
|
21
|
+
input: CreateVpcIngressConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateVpcIngressConnectionCommandInput,
|
|
26
24
|
CreateVpcIngressConnectionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteAutoScalingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteAutoScalingConfigurationCommandInput
|
|
8
|
-
extends DeleteAutoScalingConfigurationRequest {}
|
|
7
|
+
export interface DeleteAutoScalingConfigurationCommandInput extends DeleteAutoScalingConfigurationRequest {}
|
|
9
8
|
export interface DeleteAutoScalingConfigurationCommandOutput
|
|
10
|
-
extends DeleteAutoScalingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteAutoScalingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteAutoScalingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteAutoScalingConfigurationCommandInput
|
|
12
|
+
input: DeleteAutoScalingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteAutoScalingConfigurationCommandInput,
|
|
17
15
|
DeleteAutoScalingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteAutoScalingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteAutoScalingConfigurationCommandInput
|
|
21
|
+
input: DeleteAutoScalingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteAutoScalingConfigurationCommandInput,
|
|
26
24
|
DeleteAutoScalingConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteConnectionRequest,
|
|
4
|
-
DeleteConnectionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {}
|
|
8
|
-
export interface DeleteConnectionCommandOutput
|
|
9
|
-
extends DeleteConnectionResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteConnectionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteConnectionCommandInput
|
|
8
|
+
input: DeleteConnectionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteConnectionCommandInput,
|
|
16
11
|
DeleteConnectionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteConnectionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteConnectionCommandInput
|
|
17
|
+
input: DeleteConnectionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteConnectionCommandInput,
|
|
25
20
|
DeleteConnectionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteObservabilityConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteObservabilityConfigurationCommandInput
|
|
8
|
-
extends DeleteObservabilityConfigurationRequest {}
|
|
7
|
+
export interface DeleteObservabilityConfigurationCommandInput extends DeleteObservabilityConfigurationRequest {}
|
|
9
8
|
export interface DeleteObservabilityConfigurationCommandOutput
|
|
10
|
-
extends DeleteObservabilityConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteObservabilityConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteObservabilityConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteObservabilityConfigurationCommandInput
|
|
12
|
+
input: DeleteObservabilityConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteObservabilityConfigurationCommandInput,
|
|
17
15
|
DeleteObservabilityConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteObservabilityConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteObservabilityConfigurationCommandInput
|
|
21
|
+
input: DeleteObservabilityConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteObservabilityConfigurationCommandInput,
|
|
26
24
|
DeleteObservabilityConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteServiceRequest,
|
|
4
|
-
DeleteServiceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
|
|
8
|
-
export interface DeleteServiceCommandOutput
|
|
9
|
-
extends DeleteServiceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteServiceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteServiceCommandInput
|
|
8
|
+
input: DeleteServiceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteServiceCommandInput,
|
|
16
11
|
DeleteServiceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteServiceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteServiceCommandInput
|
|
17
|
+
input: DeleteServiceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteServiceCommandInput,
|
|
25
20
|
DeleteServiceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteVpcConnectorRequest,
|
|
4
|
-
DeleteVpcConnectorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteVpcConnectorRequest, DeleteVpcConnectorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteVpcConnectorCommandInput
|
|
8
|
-
extends DeleteVpcConnectorRequest {}
|
|
4
|
+
export interface DeleteVpcConnectorCommandInput extends DeleteVpcConnectorRequest {}
|
|
9
5
|
export interface DeleteVpcConnectorCommandOutput
|
|
10
|
-
extends DeleteVpcConnectorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteVpcConnectorResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteVpcConnectorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteVpcConnectorCommandInput
|
|
9
|
+
input: DeleteVpcConnectorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteVpcConnectorCommandInput,
|
|
17
12
|
DeleteVpcConnectorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteVpcConnectorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteVpcConnectorCommandInput
|
|
18
|
+
input: DeleteVpcConnectorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteVpcConnectorCommandInput,
|
|
26
21
|
DeleteVpcConnectorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteVpcIngressConnectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteVpcIngressConnectionCommandInput
|
|
8
|
-
extends DeleteVpcIngressConnectionRequest {}
|
|
7
|
+
export interface DeleteVpcIngressConnectionCommandInput extends DeleteVpcIngressConnectionRequest {}
|
|
9
8
|
export interface DeleteVpcIngressConnectionCommandOutput
|
|
10
|
-
extends DeleteVpcIngressConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteVpcIngressConnectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteVpcIngressConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteVpcIngressConnectionCommandInput
|
|
12
|
+
input: DeleteVpcIngressConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteVpcIngressConnectionCommandInput,
|
|
17
15
|
DeleteVpcIngressConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteVpcIngressConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteVpcIngressConnectionCommandInput
|
|
21
|
+
input: DeleteVpcIngressConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteVpcIngressConnectionCommandInput,
|
|
26
24
|
DeleteVpcIngressConnectionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeAutoScalingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAutoScalingConfigurationCommandInput
|
|
8
|
-
extends DescribeAutoScalingConfigurationRequest {}
|
|
7
|
+
export interface DescribeAutoScalingConfigurationCommandInput extends DescribeAutoScalingConfigurationRequest {}
|
|
9
8
|
export interface DescribeAutoScalingConfigurationCommandOutput
|
|
10
|
-
extends DescribeAutoScalingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeAutoScalingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeAutoScalingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeAutoScalingConfigurationCommandInput
|
|
12
|
+
input: DescribeAutoScalingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeAutoScalingConfigurationCommandInput,
|
|
17
15
|
DescribeAutoScalingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeAutoScalingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeAutoScalingConfigurationCommandInput
|
|
21
|
+
input: DescribeAutoScalingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeAutoScalingConfigurationCommandInput,
|
|
26
24
|
DescribeAutoScalingConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeCustomDomainsRequest,
|
|
4
|
-
DescribeCustomDomainsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeCustomDomainsRequest, DescribeCustomDomainsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeCustomDomainsCommandInput
|
|
8
|
-
extends DescribeCustomDomainsRequest {}
|
|
4
|
+
export interface DescribeCustomDomainsCommandInput extends DescribeCustomDomainsRequest {}
|
|
9
5
|
export interface DescribeCustomDomainsCommandOutput
|
|
10
|
-
extends DescribeCustomDomainsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeCustomDomainsResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeCustomDomainsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeCustomDomainsCommandInput
|
|
9
|
+
input: DescribeCustomDomainsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeCustomDomainsCommandInput,
|
|
17
12
|
DescribeCustomDomainsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeCustomDomainsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeCustomDomainsCommandInput
|
|
18
|
+
input: DescribeCustomDomainsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeCustomDomainsCommandInput,
|
|
26
21
|
DescribeCustomDomainsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeObservabilityConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeObservabilityConfigurationCommandInput
|
|
8
|
-
extends DescribeObservabilityConfigurationRequest {}
|
|
7
|
+
export interface DescribeObservabilityConfigurationCommandInput extends DescribeObservabilityConfigurationRequest {}
|
|
9
8
|
export interface DescribeObservabilityConfigurationCommandOutput
|
|
10
|
-
extends DescribeObservabilityConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeObservabilityConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeObservabilityConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeObservabilityConfigurationCommandInput
|
|
12
|
+
input: DescribeObservabilityConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeObservabilityConfigurationCommandInput,
|
|
17
15
|
DescribeObservabilityConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeObservabilityConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeObservabilityConfigurationCommandInput
|
|
21
|
+
input: DescribeObservabilityConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeObservabilityConfigurationCommandInput,
|
|
26
24
|
DescribeObservabilityConfigurationCommandOutput,
|