@jjrawlins/cdk-ami-builder 0.0.89 → 0.0.91
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/.jsii +11 -11
- package/cdkamibuilder/jsii/jsii.go +2 -2
- package/cdkamibuilder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +1 -6
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +1 -6
- package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
- package/node_modules/@aws-sdk/client-ec2/package.json +5 -5
- package/node_modules/@aws-sdk/client-ecs/package.json +5 -5
- package/node_modules/@aws-sdk/client-kms/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +1 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAbacCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +14 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +1 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +2 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +2 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +2 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +2 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAbacCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +23 -98
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/package.json +9 -9
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +5 -5
- package/node_modules/@aws-sdk/client-sfn/package.json +5 -5
- package/node_modules/@aws-sdk/client-sns/package.json +5 -5
- package/node_modules/@aws-sdk/client-sqs/package.json +5 -5
- package/node_modules/@aws-sdk/client-ssm/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +124 -92
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +124 -92
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +10 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +30 -26
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +75 -53
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +5 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +12 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +9 -3
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +10 -3
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +10 -3
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/package.json +11 -11
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/signature-v4-multi-region",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.943.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline signature-v4-multi-region",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
28
|
+
"@aws-sdk/middleware-sdk-s3": "3.943.0",
|
|
29
29
|
"@aws-sdk/types": "3.936.0",
|
|
30
30
|
"@smithy/protocol-http": "^5.3.5",
|
|
31
31
|
"@smithy/signature-v4": "^5.3.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.943.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"license": "Apache-2.0",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
33
|
-
"@aws-sdk/nested-clients": "3.
|
|
32
|
+
"@aws-sdk/core": "3.943.0",
|
|
33
|
+
"@aws-sdk/nested-clients": "3.943.0",
|
|
34
34
|
"@aws-sdk/types": "3.936.0",
|
|
35
35
|
"@smithy/property-provider": "^4.2.5",
|
|
36
36
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.943.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
25
|
+
"@aws-sdk/middleware-user-agent": "3.943.0",
|
|
26
26
|
"@aws-sdk/types": "3.936.0",
|
|
27
27
|
"@smithy/node-config-provider": "^4.3.5",
|
|
28
28
|
"@smithy/types": "^4.9.0",
|
|
@@ -874,8 +874,15 @@ class CborShapeDeserializer extends protocols.SerdeContext {
|
|
|
874
874
|
}
|
|
875
875
|
readValue(_schema, value) {
|
|
876
876
|
const ns = schema.NormalizedSchema.of(_schema);
|
|
877
|
-
if (ns.isTimestampSchema()
|
|
878
|
-
|
|
877
|
+
if (ns.isTimestampSchema()) {
|
|
878
|
+
if (typeof value === "number") {
|
|
879
|
+
return serde._parseEpochTimestamp(value);
|
|
880
|
+
}
|
|
881
|
+
if (typeof value === "object") {
|
|
882
|
+
if (value.tag === 1 && "value" in value) {
|
|
883
|
+
return serde._parseEpochTimestamp(value.value);
|
|
884
|
+
}
|
|
885
|
+
}
|
|
879
886
|
}
|
|
880
887
|
if (ns.isBlobSchema()) {
|
|
881
888
|
if (typeof value === "string") {
|
|
@@ -891,7 +898,7 @@ class CborShapeDeserializer extends protocols.SerdeContext {
|
|
|
891
898
|
typeof value === "symbol") {
|
|
892
899
|
return value;
|
|
893
900
|
}
|
|
894
|
-
else if (typeof value === "
|
|
901
|
+
else if (typeof value === "object") {
|
|
895
902
|
if (value === null) {
|
|
896
903
|
return null;
|
|
897
904
|
}
|
|
@@ -98,8 +98,15 @@ export class CborShapeDeserializer extends SerdeContext {
|
|
|
98
98
|
}
|
|
99
99
|
readValue(_schema, value) {
|
|
100
100
|
const ns = NormalizedSchema.of(_schema);
|
|
101
|
-
if (ns.isTimestampSchema()
|
|
102
|
-
|
|
101
|
+
if (ns.isTimestampSchema()) {
|
|
102
|
+
if (typeof value === "number") {
|
|
103
|
+
return _parseEpochTimestamp(value);
|
|
104
|
+
}
|
|
105
|
+
if (typeof value === "object") {
|
|
106
|
+
if (value.tag === 1 && "value" in value) {
|
|
107
|
+
return _parseEpochTimestamp(value.value);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
103
110
|
}
|
|
104
111
|
if (ns.isBlobSchema()) {
|
|
105
112
|
if (typeof value === "string") {
|
|
@@ -115,7 +122,7 @@ export class CborShapeDeserializer extends SerdeContext {
|
|
|
115
122
|
typeof value === "symbol") {
|
|
116
123
|
return value;
|
|
117
124
|
}
|
|
118
|
-
else if (typeof value === "
|
|
125
|
+
else if (typeof value === "object") {
|
|
119
126
|
if (value === null) {
|
|
120
127
|
return null;
|
|
121
128
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/middleware-endpoint",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.14",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-endpoint",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@smithy/core": "^3.18.
|
|
28
|
+
"@smithy/core": "^3.18.7",
|
|
29
29
|
"@smithy/middleware-serde": "^4.2.6",
|
|
30
30
|
"@smithy/node-config-provider": "^4.3.5",
|
|
31
31
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/middleware-retry",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.14",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-retry",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@smithy/node-config-provider": "^4.3.5",
|
|
38
38
|
"@smithy/protocol-http": "^5.3.5",
|
|
39
39
|
"@smithy/service-error-classification": "^4.2.5",
|
|
40
|
-
"@smithy/smithy-client": "^4.9.
|
|
40
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
41
41
|
"@smithy/types": "^4.9.0",
|
|
42
42
|
"@smithy/util-middleware": "^4.2.5",
|
|
43
43
|
"@smithy/util-retry": "^4.2.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/smithy-client",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.10",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline smithy-client",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@smithy/core": "^3.18.
|
|
29
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
28
|
+
"@smithy/core": "^3.18.7",
|
|
29
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
30
30
|
"@smithy/middleware-stack": "^4.2.5",
|
|
31
31
|
"@smithy/protocol-http": "^5.3.5",
|
|
32
32
|
"@smithy/types": "^4.9.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-defaults-mode-browser",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.13",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline util-defaults-mode-browser",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@smithy/property-provider": "^4.2.5",
|
|
28
|
-
"@smithy/smithy-client": "^4.9.
|
|
28
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
29
29
|
"@smithy/types": "^4.9.0",
|
|
30
30
|
"tslib": "^2.6.2"
|
|
31
31
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-defaults-mode-node",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.16",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline util-defaults-mode-node",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@smithy/credential-provider-imds": "^4.2.5",
|
|
29
29
|
"@smithy/node-config-provider": "^4.3.5",
|
|
30
30
|
"@smithy/property-provider": "^4.2.5",
|
|
31
|
-
"@smithy/smithy-client": "^4.9.
|
|
31
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
32
32
|
"@smithy/types": "^4.9.0",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|
package/package.json
CHANGED
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"aws-cdk-lib": "2.85.0",
|
|
58
58
|
"commit-and-tag-version": "^12",
|
|
59
59
|
"constructs": "10.0.5",
|
|
60
|
-
"esbuild": "^0.27.
|
|
60
|
+
"esbuild": "^0.27.1",
|
|
61
61
|
"eslint": "^9",
|
|
62
62
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
63
63
|
"eslint-plugin-import": "^2.32.0",
|
|
@@ -78,15 +78,15 @@
|
|
|
78
78
|
"constructs": ">=10.0.5 <11.0.0"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@aws-sdk/client-ec2": "^3.
|
|
82
|
-
"@aws-sdk/client-ecs": "^3.
|
|
83
|
-
"@aws-sdk/client-kms": "^3.
|
|
84
|
-
"@aws-sdk/client-s3": "^3.
|
|
85
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
86
|
-
"@aws-sdk/client-sfn": "^3.
|
|
87
|
-
"@aws-sdk/client-sns": "^3.
|
|
88
|
-
"@aws-sdk/client-sqs": "^3.
|
|
89
|
-
"@aws-sdk/client-ssm": "^3.
|
|
81
|
+
"@aws-sdk/client-ec2": "^3.943.0",
|
|
82
|
+
"@aws-sdk/client-ecs": "^3.943.0",
|
|
83
|
+
"@aws-sdk/client-kms": "^3.943.0",
|
|
84
|
+
"@aws-sdk/client-s3": "^3.943.0",
|
|
85
|
+
"@aws-sdk/client-secrets-manager": "^3.943.0",
|
|
86
|
+
"@aws-sdk/client-sfn": "^3.943.0",
|
|
87
|
+
"@aws-sdk/client-sns": "^3.943.0",
|
|
88
|
+
"@aws-sdk/client-sqs": "^3.943.0",
|
|
89
|
+
"@aws-sdk/client-ssm": "^3.943.0",
|
|
90
90
|
"@types/aws-lambda": "^8.10.159",
|
|
91
91
|
"@types/crypto-js": "^4.2.2",
|
|
92
92
|
"@types/js-yaml": "^4.0.9",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"publishConfig": {
|
|
137
137
|
"access": "public"
|
|
138
138
|
},
|
|
139
|
-
"version": "0.0.
|
|
139
|
+
"version": "0.0.91",
|
|
140
140
|
"jest": {
|
|
141
141
|
"coverageProvider": "v8",
|
|
142
142
|
"testMatch": [
|