@aws-sdk/client-apprunner 3.490.0 → 3.495.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/AppRunner.js +1 -85
- package/dist-cjs/AppRunnerClient.js +1 -43
- package/dist-cjs/commands/AssociateCustomDomainCommand.js +1 -28
- package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateConnectionCommand.js +1 -28
- package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateServiceCommand.js +1 -29
- package/dist-cjs/commands/CreateVpcConnectorCommand.js +1 -28
- package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +1 -28
- package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteConnectionCommand.js +1 -28
- package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteServiceCommand.js +1 -29
- package/dist-cjs/commands/DeleteVpcConnectorCommand.js +1 -28
- package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +1 -28
- package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeCustomDomainsCommand.js +1 -28
- package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeServiceCommand.js +1 -29
- package/dist-cjs/commands/DescribeVpcConnectorCommand.js +1 -28
- package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +1 -28
- package/dist-cjs/commands/DisassociateCustomDomainCommand.js +1 -28
- package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListConnectionsCommand.js +1 -28
- package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListOperationsCommand.js +1 -28
- package/dist-cjs/commands/ListServicesCommand.js +1 -28
- package/dist-cjs/commands/ListServicesForAutoScalingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListVpcConnectorsCommand.js +1 -28
- package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +1 -28
- package/dist-cjs/commands/PauseServiceCommand.js +1 -29
- package/dist-cjs/commands/ResumeServiceCommand.js +1 -29
- package/dist-cjs/commands/StartDeploymentCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateDefaultAutoScalingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateServiceCommand.js +1 -29
- package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -40
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3366 -11
- package/dist-cjs/models/AppRunnerServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -275
- package/dist-cjs/pagination/DescribeCustomDomainsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAutoScalingConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListConnectionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListObservabilityConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListOperationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListServicesForAutoScalingConfigurationPaginator.js +1 -7
- package/dist-cjs/pagination/ListServicesPaginator.js +1 -7
- package/dist-cjs/pagination/ListVpcConnectorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListVpcIngressConnectionsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_json1_0.js +1 -2150
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,40 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AssociateCustomDomainCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateAutoScalingConfigurationCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateConnectionCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateObservabilityConfigurationCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateServiceCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateVpcConnectorCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateVpcIngressConnectionCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteAutoScalingConfigurationCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteConnectionCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteObservabilityConfigurationCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteServiceCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteVpcConnectorCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteVpcIngressConnectionCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DescribeAutoScalingConfigurationCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DescribeCustomDomainsCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DescribeObservabilityConfigurationCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeServiceCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeVpcConnectorCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DescribeVpcIngressConnectionCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DisassociateCustomDomainCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./ListAutoScalingConfigurationsCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./ListConnectionsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./ListObservabilityConfigurationsCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListOperationsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListServicesCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListServicesForAutoScalingConfigurationCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListVpcConnectorsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListVpcIngressConnectionsCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./PauseServiceCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ResumeServiceCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./StartDeploymentCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./UpdateDefaultAutoScalingConfigurationCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./UpdateServiceCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./UpdateVpcIngressConnectionCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "apprunner",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|