cdk-docker-image-deployment 0.0.131 → 0.0.133
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 +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1927 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +131 -114
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +0 -10
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -99
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +1 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1828 -0
- package/node_modules/aws-sdk/clients/cleanrooms.js +19 -0
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +17 -17
- package/node_modules/aws-sdk/clients/kendra.d.ts +7 -7
- package/node_modules/aws-sdk/clients/lambda.d.ts +32 -13
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +44 -5
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +19 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +137 -127
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
|
@@ -337,9 +337,6 @@
|
|
|
337
337
|
"DescribeLogStreams": {
|
|
338
338
|
"input": {
|
|
339
339
|
"type": "structure",
|
|
340
|
-
"required": [
|
|
341
|
-
"logGroupName"
|
|
342
|
-
],
|
|
343
340
|
"members": {
|
|
344
341
|
"logGroupName": {},
|
|
345
342
|
"logGroupIdentifier": {},
|
|
@@ -572,9 +569,6 @@
|
|
|
572
569
|
"FilterLogEvents": {
|
|
573
570
|
"input": {
|
|
574
571
|
"type": "structure",
|
|
575
|
-
"required": [
|
|
576
|
-
"logGroupName"
|
|
577
|
-
],
|
|
578
572
|
"members": {
|
|
579
573
|
"logGroupName": {},
|
|
580
574
|
"logGroupIdentifier": {},
|
|
@@ -665,7 +659,6 @@
|
|
|
665
659
|
"input": {
|
|
666
660
|
"type": "structure",
|
|
667
661
|
"required": [
|
|
668
|
-
"logGroupName",
|
|
669
662
|
"logStreamName"
|
|
670
663
|
],
|
|
671
664
|
"members": {
|
|
@@ -716,9 +709,6 @@
|
|
|
716
709
|
"GetLogGroupFields": {
|
|
717
710
|
"input": {
|
|
718
711
|
"type": "structure",
|
|
719
|
-
"required": [
|
|
720
|
-
"logGroupName"
|
|
721
|
-
],
|
|
722
712
|
"members": {
|
|
723
713
|
"logGroupName": {},
|
|
724
714
|
"time": {
|