@aws-sdk/client-apprunner 3.28.0 → 3.32.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 +32 -0
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_json1_0.js +23 -21
- package/dist/cjs/protocols/Aws_json1_0.js.map +1 -1
- package/dist/es/endpoints.js +1 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/protocols/Aws_json1_0.js +24 -22
- package/dist/es/protocols/Aws_json1_0.js.map +1 -1
- package/package.json +31 -31
- package/protocols/Aws_json1_0.ts +27 -22
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
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.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-apprunner
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-apprunner
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-apprunner
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [3.29.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.28.0...v3.29.0) (2021-09-02)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @aws-sdk/client-apprunner
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
# [3.28.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.27.0...v3.28.0) (2021-08-27)
|
|
7
39
|
|
|
8
40
|
|
package/dist/cjs/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apprunner",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apprunner Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.32.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
|
|
7
7
|
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
@@ -27,45 +27,45 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "^1.1.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "^1.1.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
30
|
+
"@aws-sdk/client-sts": "3.32.0",
|
|
31
|
+
"@aws-sdk/config-resolver": "3.32.0",
|
|
32
|
+
"@aws-sdk/credential-provider-node": "3.32.0",
|
|
33
|
+
"@aws-sdk/fetch-http-handler": "3.32.0",
|
|
34
|
+
"@aws-sdk/hash-node": "3.32.0",
|
|
35
|
+
"@aws-sdk/invalid-dependency": "3.32.0",
|
|
36
|
+
"@aws-sdk/middleware-content-length": "3.32.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.32.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.32.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.32.0",
|
|
40
|
+
"@aws-sdk/middleware-serde": "3.32.0",
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.32.0",
|
|
42
|
+
"@aws-sdk/middleware-stack": "3.32.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.32.0",
|
|
44
|
+
"@aws-sdk/node-config-provider": "3.32.0",
|
|
45
|
+
"@aws-sdk/node-http-handler": "3.32.0",
|
|
46
|
+
"@aws-sdk/protocol-http": "3.32.0",
|
|
47
|
+
"@aws-sdk/smithy-client": "3.32.0",
|
|
48
|
+
"@aws-sdk/types": "3.32.0",
|
|
49
|
+
"@aws-sdk/url-parser": "3.32.0",
|
|
50
|
+
"@aws-sdk/util-base64-browser": "3.32.0",
|
|
51
|
+
"@aws-sdk/util-base64-node": "3.32.0",
|
|
52
|
+
"@aws-sdk/util-body-length-browser": "3.32.0",
|
|
53
|
+
"@aws-sdk/util-body-length-node": "3.32.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.32.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.32.0",
|
|
56
|
+
"@aws-sdk/util-utf8-browser": "3.32.0",
|
|
57
|
+
"@aws-sdk/util-utf8-node": "3.32.0",
|
|
58
58
|
"tslib": "^2.3.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
61
|
+
"@aws-sdk/client-documentation-generator": "3.32.0",
|
|
62
62
|
"@types/node": "^12.7.5",
|
|
63
63
|
"downlevel-dts": "0.7.0",
|
|
64
64
|
"jest": "^26.1.0",
|
|
65
65
|
"rimraf": "^3.0.0",
|
|
66
66
|
"ts-jest": "^26.4.1",
|
|
67
67
|
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.3.
|
|
68
|
+
"typescript": "~4.3.5"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=10.0.0"
|
|
@@ -2049,17 +2049,17 @@ const deserializeAws_json1_0AutoScalingConfiguration = (output, context) => {
|
|
|
2049
2049
|
return {
|
|
2050
2050
|
AutoScalingConfigurationArn: smithy_client_1.expectString(output.AutoScalingConfigurationArn),
|
|
2051
2051
|
AutoScalingConfigurationName: smithy_client_1.expectString(output.AutoScalingConfigurationName),
|
|
2052
|
-
AutoScalingConfigurationRevision: smithy_client_1.
|
|
2052
|
+
AutoScalingConfigurationRevision: smithy_client_1.expectInt32(output.AutoScalingConfigurationRevision),
|
|
2053
2053
|
CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
|
|
2054
|
-
?
|
|
2054
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
|
|
2055
2055
|
: undefined,
|
|
2056
2056
|
DeletedAt: output.DeletedAt !== undefined && output.DeletedAt !== null
|
|
2057
|
-
?
|
|
2057
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DeletedAt)))
|
|
2058
2058
|
: undefined,
|
|
2059
2059
|
Latest: smithy_client_1.expectBoolean(output.Latest),
|
|
2060
|
-
MaxConcurrency: smithy_client_1.
|
|
2061
|
-
MaxSize: smithy_client_1.
|
|
2062
|
-
MinSize: smithy_client_1.
|
|
2060
|
+
MaxConcurrency: smithy_client_1.expectInt32(output.MaxConcurrency),
|
|
2061
|
+
MaxSize: smithy_client_1.expectInt32(output.MaxSize),
|
|
2062
|
+
MinSize: smithy_client_1.expectInt32(output.MinSize),
|
|
2063
2063
|
Status: smithy_client_1.expectString(output.Status),
|
|
2064
2064
|
};
|
|
2065
2065
|
};
|
|
@@ -2067,7 +2067,7 @@ const deserializeAws_json1_0AutoScalingConfigurationSummary = (output, context)
|
|
|
2067
2067
|
return {
|
|
2068
2068
|
AutoScalingConfigurationArn: smithy_client_1.expectString(output.AutoScalingConfigurationArn),
|
|
2069
2069
|
AutoScalingConfigurationName: smithy_client_1.expectString(output.AutoScalingConfigurationName),
|
|
2070
|
-
AutoScalingConfigurationRevision: smithy_client_1.
|
|
2070
|
+
AutoScalingConfigurationRevision: smithy_client_1.expectInt32(output.AutoScalingConfigurationRevision),
|
|
2071
2071
|
};
|
|
2072
2072
|
};
|
|
2073
2073
|
const deserializeAws_json1_0AutoScalingConfigurationSummaryList = (output, context) => {
|
|
@@ -2133,7 +2133,7 @@ const deserializeAws_json1_0Connection = (output, context) => {
|
|
|
2133
2133
|
ConnectionArn: smithy_client_1.expectString(output.ConnectionArn),
|
|
2134
2134
|
ConnectionName: smithy_client_1.expectString(output.ConnectionName),
|
|
2135
2135
|
CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
|
|
2136
|
-
?
|
|
2136
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
|
|
2137
2137
|
: undefined,
|
|
2138
2138
|
ProviderType: smithy_client_1.expectString(output.ProviderType),
|
|
2139
2139
|
Status: smithy_client_1.expectString(output.Status),
|
|
@@ -2144,7 +2144,7 @@ const deserializeAws_json1_0ConnectionSummary = (output, context) => {
|
|
|
2144
2144
|
ConnectionArn: smithy_client_1.expectString(output.ConnectionArn),
|
|
2145
2145
|
ConnectionName: smithy_client_1.expectString(output.ConnectionName),
|
|
2146
2146
|
CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
|
|
2147
|
-
?
|
|
2147
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
|
|
2148
2148
|
: undefined,
|
|
2149
2149
|
ProviderType: smithy_client_1.expectString(output.ProviderType),
|
|
2150
2150
|
Status: smithy_client_1.expectString(output.Status),
|
|
@@ -2264,12 +2264,12 @@ const deserializeAws_json1_0EncryptionConfiguration = (output, context) => {
|
|
|
2264
2264
|
};
|
|
2265
2265
|
const deserializeAws_json1_0HealthCheckConfiguration = (output, context) => {
|
|
2266
2266
|
return {
|
|
2267
|
-
HealthyThreshold: smithy_client_1.
|
|
2268
|
-
Interval: smithy_client_1.
|
|
2267
|
+
HealthyThreshold: smithy_client_1.expectInt32(output.HealthyThreshold),
|
|
2268
|
+
Interval: smithy_client_1.expectInt32(output.Interval),
|
|
2269
2269
|
Path: smithy_client_1.expectString(output.Path),
|
|
2270
2270
|
Protocol: smithy_client_1.expectString(output.Protocol),
|
|
2271
|
-
Timeout: smithy_client_1.
|
|
2272
|
-
UnhealthyThreshold: smithy_client_1.
|
|
2271
|
+
Timeout: smithy_client_1.expectInt32(output.Timeout),
|
|
2272
|
+
UnhealthyThreshold: smithy_client_1.expectInt32(output.UnhealthyThreshold),
|
|
2273
2273
|
};
|
|
2274
2274
|
};
|
|
2275
2275
|
const deserializeAws_json1_0ImageConfiguration = (output, context) => {
|
|
@@ -2353,16 +2353,18 @@ const deserializeAws_json1_0ListTagsForResourceResponse = (output, context) => {
|
|
|
2353
2353
|
};
|
|
2354
2354
|
const deserializeAws_json1_0OperationSummary = (output, context) => {
|
|
2355
2355
|
return {
|
|
2356
|
-
EndedAt: output.EndedAt !== undefined && output.EndedAt !== null
|
|
2356
|
+
EndedAt: output.EndedAt !== undefined && output.EndedAt !== null
|
|
2357
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndedAt)))
|
|
2358
|
+
: undefined,
|
|
2357
2359
|
Id: smithy_client_1.expectString(output.Id),
|
|
2358
2360
|
StartedAt: output.StartedAt !== undefined && output.StartedAt !== null
|
|
2359
|
-
?
|
|
2361
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartedAt)))
|
|
2360
2362
|
: undefined,
|
|
2361
2363
|
Status: smithy_client_1.expectString(output.Status),
|
|
2362
2364
|
TargetArn: smithy_client_1.expectString(output.TargetArn),
|
|
2363
2365
|
Type: smithy_client_1.expectString(output.Type),
|
|
2364
2366
|
UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
|
|
2365
|
-
?
|
|
2367
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.UpdatedAt)))
|
|
2366
2368
|
: undefined,
|
|
2367
2369
|
};
|
|
2368
2370
|
};
|
|
@@ -2414,10 +2416,10 @@ const deserializeAws_json1_0Service = (output, context) => {
|
|
|
2414
2416
|
? deserializeAws_json1_0AutoScalingConfigurationSummary(output.AutoScalingConfigurationSummary, context)
|
|
2415
2417
|
: undefined,
|
|
2416
2418
|
CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
|
|
2417
|
-
?
|
|
2419
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
|
|
2418
2420
|
: undefined,
|
|
2419
2421
|
DeletedAt: output.DeletedAt !== undefined && output.DeletedAt !== null
|
|
2420
|
-
?
|
|
2422
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DeletedAt)))
|
|
2421
2423
|
: undefined,
|
|
2422
2424
|
EncryptionConfiguration: output.EncryptionConfiguration !== undefined && output.EncryptionConfiguration !== null
|
|
2423
2425
|
? deserializeAws_json1_0EncryptionConfiguration(output.EncryptionConfiguration, context)
|
|
@@ -2437,7 +2439,7 @@ const deserializeAws_json1_0Service = (output, context) => {
|
|
|
2437
2439
|
: undefined,
|
|
2438
2440
|
Status: smithy_client_1.expectString(output.Status),
|
|
2439
2441
|
UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
|
|
2440
|
-
?
|
|
2442
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.UpdatedAt)))
|
|
2441
2443
|
: undefined,
|
|
2442
2444
|
};
|
|
2443
2445
|
};
|
|
@@ -2449,7 +2451,7 @@ const deserializeAws_json1_0ServiceQuotaExceededException = (output, context) =>
|
|
|
2449
2451
|
const deserializeAws_json1_0ServiceSummary = (output, context) => {
|
|
2450
2452
|
return {
|
|
2451
2453
|
CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
|
|
2452
|
-
?
|
|
2454
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
|
|
2453
2455
|
: undefined,
|
|
2454
2456
|
ServiceArn: smithy_client_1.expectString(output.ServiceArn),
|
|
2455
2457
|
ServiceId: smithy_client_1.expectString(output.ServiceId),
|
|
@@ -2457,7 +2459,7 @@ const deserializeAws_json1_0ServiceSummary = (output, context) => {
|
|
|
2457
2459
|
ServiceUrl: smithy_client_1.expectString(output.ServiceUrl),
|
|
2458
2460
|
Status: smithy_client_1.expectString(output.Status),
|
|
2459
2461
|
UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
|
|
2460
|
-
?
|
|
2462
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.UpdatedAt)))
|
|
2461
2463
|
: undefined,
|
|
2462
2464
|
};
|
|
2463
2465
|
};
|