@aws-sdk/client-apprunner 3.1045.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 +90 -91
- package/dist-cjs/models/AppRunnerServiceException.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/AppRunner.js +1 -1
- package/dist-es/AppRunnerClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateCustomDomainCommand.js +2 -2
- package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateConnectionCommand.js +2 -2
- package/dist-es/commands/CreateObservabilityConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateServiceCommand.js +2 -2
- package/dist-es/commands/CreateVpcConnectorCommand.js +2 -2
- package/dist-es/commands/CreateVpcIngressConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteServiceCommand.js +2 -2
- package/dist-es/commands/DeleteVpcConnectorCommand.js +2 -2
- package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeCustomDomainsCommand.js +2 -2
- package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeServiceCommand.js +2 -2
- package/dist-es/commands/DescribeVpcConnectorCommand.js +2 -2
- package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +2 -2
- package/dist-es/commands/DisassociateCustomDomainCommand.js +2 -2
- package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListConnectionsCommand.js +2 -2
- package/dist-es/commands/ListObservabilityConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListOperationsCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListServicesForAutoScalingConfigurationCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListVpcConnectorsCommand.js +2 -2
- package/dist-es/commands/ListVpcIngressConnectionsCommand.js +2 -2
- package/dist-es/commands/PauseServiceCommand.js +2 -2
- package/dist-es/commands/ResumeServiceCommand.js +2 -2
- package/dist-es/commands/StartDeploymentCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDefaultAutoScalingConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateServiceCommand.js +2 -2
- package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AppRunnerServiceException.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/AppRunnerClient.d.ts +5 -5
- package/dist-types/commands/AssociateCustomDomainCommand.d.ts +6 -4
- package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateServiceCommand.d.ts +6 -4
- package/dist-types/commands/CreateVpcConnectorCommand.d.ts +6 -4
- package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteServiceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeServiceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +6 -4
- package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListOperationsCommand.d.ts +6 -4
- package/dist-types/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcConnectorsCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/PauseServiceCommand.d.ts +6 -4
- package/dist-types/commands/ResumeServiceCommand.d.ts +6 -4
- package/dist-types/commands/StartDeploymentCommand.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/UpdateDefaultAutoScalingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateVpcIngressConnectionCommand.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/AppRunnerServiceException.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/AppRunnerClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDeploymentCommand.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/UpdateDefaultAutoScalingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.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/AppRunnerServiceException.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
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultAppRunnerHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput } from "./commands/AssociateCustomDomainCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { AssociateCustomDomainRequest, AssociateCustomDomainResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateCustomDomainCommandInput extends AssociateCustomDomain
|
|
|
22
22
|
export interface AssociateCustomDomainCommandOutput extends AssociateCustomDomainResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateCustomDomainCommand_base: {
|
|
25
|
-
new (input: AssociateCustomDomainCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateCustomDomainCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateCustomDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateCustomDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associate your own domain name with the App Runner subdomain URL of your App Runner service.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { CreateAutoScalingConfigurationRequest, CreateAutoScalingConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAutoScalingConfigurationCommandInput extends CreateAutoSc
|
|
|
22
22
|
export interface CreateAutoScalingConfigurationCommandOutput extends CreateAutoScalingConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAutoScalingConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateAutoScalingConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAutoScalingConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create or update App Runner services and you require
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateConnectionCommandInput extends CreateConnectionRequest {
|
|
|
22
22
|
export interface CreateConnectionCommandOutput extends CreateConnectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateConnectionCommand_base: {
|
|
25
|
-
new (input: CreateConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { CreateObservabilityConfigurationRequest, CreateObservabilityConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateObservabilityConfigurationCommandInput extends CreateObse
|
|
|
22
22
|
export interface CreateObservabilityConfigurationCommandOutput extends CreateObservabilityConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateObservabilityConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateObservabilityConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateObservabilityConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create an App Runner observability configuration resource. App Runner requires this resource when you create or update App Runner services and you want to enable
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { CreateServiceRequest, CreateServiceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateServiceCommandInput extends CreateServiceRequest {
|
|
|
22
22
|
export interface CreateServiceCommandOutput extends CreateServiceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateServiceCommand_base: {
|
|
25
|
-
new (input: CreateServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateServiceCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateServiceCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create an App Runner service. After the service is created, the action also automatically starts a deployment.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { CreateVpcConnectorRequest, CreateVpcConnectorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateVpcConnectorCommandInput extends CreateVpcConnectorReques
|
|
|
22
22
|
export interface CreateVpcConnectorCommandOutput extends CreateVpcConnectorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateVpcConnectorCommand_base: {
|
|
25
|
-
new (input: CreateVpcConnectorCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateVpcConnectorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { CreateVpcIngressConnectionRequest, CreateVpcIngressConnectionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateVpcIngressConnectionCommandInput extends CreateVpcIngress
|
|
|
22
22
|
export interface CreateVpcIngressConnectionCommandOutput extends CreateVpcIngressConnectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateVpcIngressConnectionCommand_base: {
|
|
25
|
-
new (input: CreateVpcIngressConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateVpcIngressConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DeleteAutoScalingConfigurationRequest, DeleteAutoScalingConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAutoScalingConfigurationCommandInput extends DeleteAutoSc
|
|
|
22
22
|
export interface DeleteAutoScalingConfigurationCommandOutput extends DeleteAutoScalingConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAutoScalingConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteAutoScalingConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAutoScalingConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an App Runner automatic scaling configuration resource. You can delete a top level auto scaling configuration, a specific revision of one, or all
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {
|
|
|
22
22
|
export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConnectionCommand_base: {
|
|
25
|
-
new (input: DeleteConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DeleteObservabilityConfigurationRequest, DeleteObservabilityConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteObservabilityConfigurationCommandInput extends DeleteObse
|
|
|
22
22
|
export interface DeleteObservabilityConfigurationCommandOutput extends DeleteObservabilityConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteObservabilityConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteObservabilityConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteObservabilityConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an App Runner observability configuration resource. You can delete a specific revision or the latest active revision. You can't delete a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteServiceCommandInput extends DeleteServiceRequest {
|
|
|
22
22
|
export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteServiceCommand_base: {
|
|
25
|
-
new (input: DeleteServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an App Runner service.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DeleteVpcConnectorRequest, DeleteVpcConnectorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteVpcConnectorCommandInput extends DeleteVpcConnectorReques
|
|
|
22
22
|
export interface DeleteVpcConnectorCommandOutput extends DeleteVpcConnectorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteVpcConnectorCommand_base: {
|
|
25
|
-
new (input: DeleteVpcConnectorCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteVpcConnectorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an App Runner VPC connector resource. You can't delete a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DeleteVpcIngressConnectionRequest, DeleteVpcIngressConnectionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteVpcIngressConnectionCommandInput extends DeleteVpcIngress
|
|
|
22
22
|
export interface DeleteVpcIngressConnectionCommandOutput extends DeleteVpcIngressConnectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteVpcIngressConnectionCommand_base: {
|
|
25
|
-
new (input: DeleteVpcIngressConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteVpcIngressConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service. The VPC Ingress Connection must be in one of the following states to be deleted:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DescribeAutoScalingConfigurationRequest, DescribeAutoScalingConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAutoScalingConfigurationCommandInput extends DescribeAu
|
|
|
22
22
|
export interface DescribeAutoScalingConfigurationCommandOutput extends DescribeAutoScalingConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAutoScalingConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeAutoScalingConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAutoScalingConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Return a full description of an App Runner automatic scaling configuration resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DescribeCustomDomainsRequest, DescribeCustomDomainsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeCustomDomainsCommandInput extends DescribeCustomDomains
|
|
|
22
22
|
export interface DescribeCustomDomainsCommandOutput extends DescribeCustomDomainsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeCustomDomainsCommand_base: {
|
|
25
|
-
new (input: DescribeCustomDomainsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeCustomDomainsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeCustomDomainsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeCustomDomainsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Return a description of custom domain names that are associated with an App Runner service.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DescribeObservabilityConfigurationRequest, DescribeObservabilityConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeObservabilityConfigurationCommandInput extends Describe
|
|
|
22
22
|
export interface DescribeObservabilityConfigurationCommandOutput extends DescribeObservabilityConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeObservabilityConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeObservabilityConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeObservabilityConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Return a full description of an App Runner observability configuration resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DescribeServiceRequest, DescribeServiceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeServiceCommandInput extends DescribeServiceRequest {
|
|
|
22
22
|
export interface DescribeServiceCommandOutput extends DescribeServiceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeServiceCommand_base: {
|
|
25
|
-
new (input: DescribeServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeServiceCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceCommandInput, DescribeServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeServiceCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceCommandInput, DescribeServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Return a full description of an App Runner service.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DescribeVpcConnectorRequest, DescribeVpcConnectorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeVpcConnectorCommandInput extends DescribeVpcConnectorRe
|
|
|
22
22
|
export interface DescribeVpcConnectorCommandOutput extends DescribeVpcConnectorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeVpcConnectorCommand_base: {
|
|
25
|
-
new (input: DescribeVpcConnectorCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeVpcConnectorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Return a description of an App Runner VPC connector resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DescribeVpcIngressConnectionRequest, DescribeVpcIngressConnectionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeVpcIngressConnectionCommandInput extends DescribeVpcIng
|
|
|
22
22
|
export interface DescribeVpcIngressConnectionCommandOutput extends DescribeVpcIngressConnectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeVpcIngressConnectionCommand_base: {
|
|
25
|
-
new (input: DescribeVpcIngressConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeVpcIngressConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Return a full description of an App Runner VPC Ingress Connection resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { DisassociateCustomDomainRequest, DisassociateCustomDomainResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateCustomDomainCommandInput extends DisassociateCustom
|
|
|
22
22
|
export interface DisassociateCustomDomainCommandOutput extends DisassociateCustomDomainResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateCustomDomainCommand_base: {
|
|
25
|
-
new (input: DisassociateCustomDomainCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateCustomDomainCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateCustomDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateCustomDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociate a custom domain name from an App Runner service.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { ListAutoScalingConfigurationsRequest, ListAutoScalingConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAutoScalingConfigurationsCommandInput extends ListAutoScali
|
|
|
22
22
|
export interface ListAutoScalingConfigurationsCommandOutput extends ListAutoScalingConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAutoScalingConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListAutoScalingConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAutoScalingConfigurationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAutoScalingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAutoScalingConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListConnectionsCommandInput extends ListConnectionsRequest {
|
|
|
22
22
|
export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConnectionsCommand_base: {
|
|
25
|
-
new (input: ListConnectionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of App Runner connections that are associated with your Amazon Web Services account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
4
|
import type { ListObservabilityConfigurationsRequest, ListObservabilityConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListObservabilityConfigurationsCommandInput extends ListObserva
|
|
|
22
22
|
export interface ListObservabilityConfigurationsCommandOutput extends ListObservabilityConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListObservabilityConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListObservabilityConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListObservabilityConfigurationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListObservabilityConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListObservabilityConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific
|