@aws-sdk/client-apprunner 3.52.0 → 3.53.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/CHANGELOG.md +12 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/AppRunnerServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +76 -2
- package/dist-cjs/protocols/Aws_json1_0.js +221 -786
- package/dist-es/index.js +1 -0
- package/dist-es/models/AppRunnerServiceException.js +12 -0
- package/dist-es/models/models_0.js +70 -1
- package/dist-es/protocols/Aws_json1_0.js +512 -881
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/AppRunnerServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +40 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/AppRunnerServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -16
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
* **clients:** update clients as of 2022/02/23 ([#3356](https://github.com/aws/aws-sdk-js-v3/issues/3356)) ([b6b2e25](https://github.com/aws/aws-sdk-js-v3/commit/b6b2e258add12c73d807483ca078401a6d84a12b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
19
|
|
|
8
20
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AppRunnerServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./AppRunner"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./AppRunnerClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var AppRunnerServiceException_1 = require("./models/AppRunnerServiceException");
|
|
11
|
+
Object.defineProperty(exports, "AppRunnerServiceException", { enumerable: true, get: function () { return AppRunnerServiceException_1.AppRunnerServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AppRunnerServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class AppRunnerServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, AppRunnerServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.AppRunnerServiceException = AppRunnerServiceException;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateServiceResponse = exports.UpdateServiceRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartDeploymentResponse = exports.StartDeploymentRequest = exports.ResumeServiceResponse = exports.ResumeServiceRequest = exports.PauseServiceResponse = exports.PauseServiceRequest = exports.ListVpcConnectorsResponse = exports.ListVpcConnectorsRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListServicesResponse = exports.ServiceSummary = exports.ListServicesRequest = exports.ListOperationsResponse = exports.OperationSummary = exports.OperationType = exports.OperationStatus = exports.ListOperationsRequest = exports.ListConnectionsResponse = exports.ConnectionSummary = exports.ListConnectionsRequest = exports.ListAutoScalingConfigurationsResponse = exports.ListAutoScalingConfigurationsRequest = exports.DisassociateCustomDomainResponse = exports.DisassociateCustomDomainRequest = exports.DescribeVpcConnectorResponse = exports.DescribeVpcConnectorRequest = exports.DescribeServiceResponse = exports.DescribeServiceRequest = exports.DescribeCustomDomainsResponse = exports.DescribeCustomDomainsRequest = exports.DescribeAutoScalingConfigurationResponse = exports.DescribeAutoScalingConfigurationRequest = exports.DeleteVpcConnectorResponse = exports.DeleteVpcConnectorRequest = void 0;
|
|
3
|
+
exports.DeleteAutoScalingConfigurationResponse = exports.DeleteAutoScalingConfigurationRequest = exports.CreateVpcConnectorResponse = exports.VpcConnector = exports.VpcConnectorStatus = exports.CreateVpcConnectorRequest = exports.CreateServiceResponse = exports.Service = exports.ServiceStatus = exports.AutoScalingConfigurationSummary = exports.CreateServiceRequest = exports.SourceConfiguration = exports.ImageRepository = exports.ImageRepositoryType = exports.ImageConfiguration = exports.CodeRepository = exports.SourceCodeVersion = exports.SourceCodeVersionType = exports.CodeConfiguration = exports.ConfigurationSource = exports.CodeConfigurationValues = exports.Runtime = exports.AuthenticationConfiguration = exports.NetworkConfiguration = exports.EgressConfiguration = exports.EgressType = exports.InstanceConfiguration = exports.HealthCheckConfiguration = exports.HealthCheckProtocol = exports.EncryptionConfiguration = exports.CreateConnectionResponse = exports.Connection = exports.ConnectionStatus = exports.CreateConnectionRequest = exports.ProviderType = exports.ServiceQuotaExceededException = exports.CreateAutoScalingConfigurationResponse = exports.AutoScalingConfiguration = exports.AutoScalingConfigurationStatus = exports.CreateAutoScalingConfigurationRequest = exports.Tag = exports.InvalidStateException = exports.InvalidRequestException = exports.InternalServiceErrorException = exports.AssociateCustomDomainResponse = exports.CustomDomain = exports.CustomDomainAssociationStatus = exports.CertificateValidationRecord = exports.CertificateValidationRecordStatus = exports.AssociateCustomDomainRequest = void 0;
|
|
4
|
+
exports.UpdateServiceResponse = exports.UpdateServiceRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartDeploymentResponse = exports.StartDeploymentRequest = exports.ResumeServiceResponse = exports.ResumeServiceRequest = exports.PauseServiceResponse = exports.PauseServiceRequest = exports.ListVpcConnectorsResponse = exports.ListVpcConnectorsRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListServicesResponse = exports.ServiceSummary = exports.ListServicesRequest = exports.ListOperationsResponse = exports.OperationSummary = exports.OperationType = exports.OperationStatus = exports.ListOperationsRequest = exports.ListConnectionsResponse = exports.ConnectionSummary = exports.ListConnectionsRequest = exports.ListAutoScalingConfigurationsResponse = exports.ListAutoScalingConfigurationsRequest = exports.DisassociateCustomDomainResponse = exports.DisassociateCustomDomainRequest = exports.DescribeVpcConnectorResponse = exports.DescribeVpcConnectorRequest = exports.DescribeServiceResponse = exports.DescribeServiceRequest = exports.DescribeCustomDomainsResponse = exports.DescribeCustomDomainsRequest = exports.DescribeAutoScalingConfigurationResponse = exports.DescribeAutoScalingConfigurationRequest = exports.DeleteVpcConnectorResponse = exports.DeleteVpcConnectorRequest = exports.DeleteServiceResponse = exports.DeleteServiceRequest = exports.DeleteConnectionResponse = exports.DeleteConnectionRequest = exports.ResourceNotFoundException = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const AppRunnerServiceException_1 = require("./AppRunnerServiceException");
|
|
6
7
|
var AssociateCustomDomainRequest;
|
|
7
8
|
(function (AssociateCustomDomainRequest) {
|
|
8
9
|
AssociateCustomDomainRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -43,6 +44,48 @@ var AssociateCustomDomainResponse;
|
|
|
43
44
|
...obj,
|
|
44
45
|
});
|
|
45
46
|
})(AssociateCustomDomainResponse = exports.AssociateCustomDomainResponse || (exports.AssociateCustomDomainResponse = {}));
|
|
47
|
+
class InternalServiceErrorException extends AppRunnerServiceException_1.AppRunnerServiceException {
|
|
48
|
+
constructor(opts) {
|
|
49
|
+
super({
|
|
50
|
+
name: "InternalServiceErrorException",
|
|
51
|
+
$fault: "server",
|
|
52
|
+
...opts,
|
|
53
|
+
});
|
|
54
|
+
this.name = "InternalServiceErrorException";
|
|
55
|
+
this.$fault = "server";
|
|
56
|
+
Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
|
|
57
|
+
this.Message = opts.Message;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.InternalServiceErrorException = InternalServiceErrorException;
|
|
61
|
+
class InvalidRequestException extends AppRunnerServiceException_1.AppRunnerServiceException {
|
|
62
|
+
constructor(opts) {
|
|
63
|
+
super({
|
|
64
|
+
name: "InvalidRequestException",
|
|
65
|
+
$fault: "client",
|
|
66
|
+
...opts,
|
|
67
|
+
});
|
|
68
|
+
this.name = "InvalidRequestException";
|
|
69
|
+
this.$fault = "client";
|
|
70
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
71
|
+
this.Message = opts.Message;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
75
|
+
class InvalidStateException extends AppRunnerServiceException_1.AppRunnerServiceException {
|
|
76
|
+
constructor(opts) {
|
|
77
|
+
super({
|
|
78
|
+
name: "InvalidStateException",
|
|
79
|
+
$fault: "client",
|
|
80
|
+
...opts,
|
|
81
|
+
});
|
|
82
|
+
this.name = "InvalidStateException";
|
|
83
|
+
this.$fault = "client";
|
|
84
|
+
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
85
|
+
this.Message = opts.Message;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.InvalidStateException = InvalidStateException;
|
|
46
89
|
var Tag;
|
|
47
90
|
(function (Tag) {
|
|
48
91
|
Tag.filterSensitiveLog = (obj) => ({
|
|
@@ -72,6 +115,20 @@ var CreateAutoScalingConfigurationResponse;
|
|
|
72
115
|
...obj,
|
|
73
116
|
});
|
|
74
117
|
})(CreateAutoScalingConfigurationResponse = exports.CreateAutoScalingConfigurationResponse || (exports.CreateAutoScalingConfigurationResponse = {}));
|
|
118
|
+
class ServiceQuotaExceededException extends AppRunnerServiceException_1.AppRunnerServiceException {
|
|
119
|
+
constructor(opts) {
|
|
120
|
+
super({
|
|
121
|
+
name: "ServiceQuotaExceededException",
|
|
122
|
+
$fault: "client",
|
|
123
|
+
...opts,
|
|
124
|
+
});
|
|
125
|
+
this.name = "ServiceQuotaExceededException";
|
|
126
|
+
this.$fault = "client";
|
|
127
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
128
|
+
this.Message = opts.Message;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
75
132
|
var ProviderType;
|
|
76
133
|
(function (ProviderType) {
|
|
77
134
|
ProviderType["GITHUB"] = "GITHUB";
|
|
@@ -149,7 +206,10 @@ var AuthenticationConfiguration;
|
|
|
149
206
|
})(AuthenticationConfiguration = exports.AuthenticationConfiguration || (exports.AuthenticationConfiguration = {}));
|
|
150
207
|
var Runtime;
|
|
151
208
|
(function (Runtime) {
|
|
209
|
+
Runtime["CORRETTO_11"] = "CORRETTO_11";
|
|
210
|
+
Runtime["CORRETTO_8"] = "CORRETTO_8";
|
|
152
211
|
Runtime["NODEJS_12"] = "NODEJS_12";
|
|
212
|
+
Runtime["NODEJS_14"] = "NODEJS_14";
|
|
153
213
|
Runtime["PYTHON_3"] = "PYTHON_3";
|
|
154
214
|
})(Runtime = exports.Runtime || (exports.Runtime = {}));
|
|
155
215
|
var CodeConfigurationValues;
|
|
@@ -297,6 +357,20 @@ var DeleteAutoScalingConfigurationResponse;
|
|
|
297
357
|
...obj,
|
|
298
358
|
});
|
|
299
359
|
})(DeleteAutoScalingConfigurationResponse = exports.DeleteAutoScalingConfigurationResponse || (exports.DeleteAutoScalingConfigurationResponse = {}));
|
|
360
|
+
class ResourceNotFoundException extends AppRunnerServiceException_1.AppRunnerServiceException {
|
|
361
|
+
constructor(opts) {
|
|
362
|
+
super({
|
|
363
|
+
name: "ResourceNotFoundException",
|
|
364
|
+
$fault: "client",
|
|
365
|
+
...opts,
|
|
366
|
+
});
|
|
367
|
+
this.name = "ResourceNotFoundException";
|
|
368
|
+
this.$fault = "client";
|
|
369
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
370
|
+
this.Message = opts.Message;
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
300
374
|
var DeleteConnectionRequest;
|
|
301
375
|
(function (DeleteConnectionRequest) {
|
|
302
376
|
DeleteConnectionRequest.filterSensitiveLog = (obj) => ({
|