cdk-docker-image-deployment 0.0.190 → 0.0.192
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 +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/api-gateway-authorizer.d.ts +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +14 -1
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +64 -10
- package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +56 -12
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +42 -24
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +8 -1
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +18 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +335 -49
- package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +21 -3
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1 -2
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +61 -21
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +80 -3
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +16 -0
- package/node_modules/aws-sdk/clients/directconnect.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +8 -0
- package/node_modules/aws-sdk/clients/iam.d.ts +14 -14
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +40 -21
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +3 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +298 -36
- package/node_modules/aws-sdk/clients/tnb.d.ts +31 -7
- package/node_modules/aws-sdk/clients/wisdom.d.ts +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +8 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +74 -16
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/maintenance_mode_message.js +7 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -70,6 +70,9 @@
|
|
|
70
70
|
},
|
|
71
71
|
"tags": {
|
|
72
72
|
"shape": "S3"
|
|
73
|
+
},
|
|
74
|
+
"clientSideTimestamps": {
|
|
75
|
+
"shape": "Sz"
|
|
73
76
|
}
|
|
74
77
|
}
|
|
75
78
|
},
|
|
@@ -208,6 +211,9 @@
|
|
|
208
211
|
},
|
|
209
212
|
"comment": {
|
|
210
213
|
"shape": "Sm"
|
|
214
|
+
},
|
|
215
|
+
"clientSideTimestamps": {
|
|
216
|
+
"shape": "Sz"
|
|
211
217
|
}
|
|
212
218
|
}
|
|
213
219
|
}
|
|
@@ -413,6 +419,9 @@
|
|
|
413
419
|
},
|
|
414
420
|
"defaultTimeToLive": {
|
|
415
421
|
"type": "integer"
|
|
422
|
+
},
|
|
423
|
+
"clientSideTimestamps": {
|
|
424
|
+
"shape": "Sz"
|
|
416
425
|
}
|
|
417
426
|
}
|
|
418
427
|
},
|
|
@@ -557,6 +566,15 @@
|
|
|
557
566
|
"members": {
|
|
558
567
|
"status": {}
|
|
559
568
|
}
|
|
569
|
+
},
|
|
570
|
+
"Sz": {
|
|
571
|
+
"type": "structure",
|
|
572
|
+
"required": [
|
|
573
|
+
"status"
|
|
574
|
+
],
|
|
575
|
+
"members": {
|
|
576
|
+
"status": {}
|
|
577
|
+
}
|
|
560
578
|
}
|
|
561
579
|
}
|
|
562
580
|
}
|