cdk-docker-image-deployment 0.0.74 → 0.0.76
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 +35 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +114 -47
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +20 -17
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +81 -49
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +59 -47
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +65 -50
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +691 -409
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-events-2018-03-22.min.json +36 -8
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +13 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +19 -5
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +305 -227
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +73 -21
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
- package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +139 -58
- package/node_modules/aws-sdk/apis/xray-2016-04-12.paginators.json +25 -0
- package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
- package/node_modules/aws-sdk/clients/appflow.d.ts +95 -4
- package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
- package/node_modules/aws-sdk/clients/batch.d.ts +6 -6
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +14 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +6 -6
- package/node_modules/aws-sdk/clients/connect.d.ts +46 -4
- package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
- package/node_modules/aws-sdk/clients/ec2.d.ts +11 -7
- package/node_modules/aws-sdk/clients/eks.d.ts +26 -6
- package/node_modules/aws-sdk/clients/elasticache.d.ts +20 -1
- package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +672 -386
- package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
- package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
- package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
- package/node_modules/aws-sdk/clients/personalizeevents.d.ts +13 -2
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/proton.d.ts +50 -23
- package/node_modules/aws-sdk/clients/rds.d.ts +32 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
- package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
- package/node_modules/aws-sdk/clients/ssm.d.ts +140 -6
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +62 -0
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
- package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
- package/node_modules/aws-sdk/clients/xray.d.ts +101 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +29 -29
- package/node_modules/aws-sdk/dist/aws-sdk.js +912 -426
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -193,13 +193,16 @@
|
|
|
193
193
|
"AppMonitorConfiguration": {
|
|
194
194
|
"shape": "Su"
|
|
195
195
|
},
|
|
196
|
+
"CustomEvents": {
|
|
197
|
+
"shape": "S14"
|
|
198
|
+
},
|
|
196
199
|
"CwLogEnabled": {
|
|
197
200
|
"type": "boolean"
|
|
198
201
|
},
|
|
199
202
|
"Domain": {},
|
|
200
203
|
"Name": {},
|
|
201
204
|
"Tags": {
|
|
202
|
-
"shape": "
|
|
205
|
+
"shape": "S17"
|
|
203
206
|
}
|
|
204
207
|
}
|
|
205
208
|
},
|
|
@@ -296,6 +299,9 @@
|
|
|
296
299
|
"shape": "Su"
|
|
297
300
|
},
|
|
298
301
|
"Created": {},
|
|
302
|
+
"CustomEvents": {
|
|
303
|
+
"shape": "S14"
|
|
304
|
+
},
|
|
299
305
|
"DataStorage": {
|
|
300
306
|
"type": "structure",
|
|
301
307
|
"members": {
|
|
@@ -316,7 +322,7 @@
|
|
|
316
322
|
"Name": {},
|
|
317
323
|
"State": {},
|
|
318
324
|
"Tags": {
|
|
319
|
-
"shape": "
|
|
325
|
+
"shape": "S17"
|
|
320
326
|
}
|
|
321
327
|
}
|
|
322
328
|
}
|
|
@@ -494,7 +500,7 @@
|
|
|
494
500
|
"members": {
|
|
495
501
|
"ResourceArn": {},
|
|
496
502
|
"Tags": {
|
|
497
|
-
"shape": "
|
|
503
|
+
"shape": "S17"
|
|
498
504
|
}
|
|
499
505
|
}
|
|
500
506
|
}
|
|
@@ -613,7 +619,7 @@
|
|
|
613
619
|
"locationName": "ResourceArn"
|
|
614
620
|
},
|
|
615
621
|
"Tags": {
|
|
616
|
-
"shape": "
|
|
622
|
+
"shape": "S17"
|
|
617
623
|
}
|
|
618
624
|
}
|
|
619
625
|
},
|
|
@@ -669,6 +675,9 @@
|
|
|
669
675
|
"AppMonitorConfiguration": {
|
|
670
676
|
"shape": "Su"
|
|
671
677
|
},
|
|
678
|
+
"CustomEvents": {
|
|
679
|
+
"shape": "S14"
|
|
680
|
+
},
|
|
672
681
|
"CwLogEnabled": {
|
|
673
682
|
"type": "boolean"
|
|
674
683
|
},
|
|
@@ -797,7 +806,13 @@
|
|
|
797
806
|
"type": "list",
|
|
798
807
|
"member": {}
|
|
799
808
|
},
|
|
800
|
-
"
|
|
809
|
+
"S14": {
|
|
810
|
+
"type": "structure",
|
|
811
|
+
"members": {
|
|
812
|
+
"Status": {}
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
"S17": {
|
|
801
816
|
"type": "map",
|
|
802
817
|
"key": {},
|
|
803
818
|
"value": {}
|
|
@@ -1855,7 +1855,7 @@
|
|
|
1855
1855
|
"type": "structure",
|
|
1856
1856
|
"members": {
|
|
1857
1857
|
"Tags": {
|
|
1858
|
-
"shape": "
|
|
1858
|
+
"shape": "S80"
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
|
1861
1861
|
},
|
|
@@ -2765,7 +2765,7 @@
|
|
|
2765
2765
|
"shape": "S73"
|
|
2766
2766
|
},
|
|
2767
2767
|
"Tags": {
|
|
2768
|
-
"shape": "
|
|
2768
|
+
"shape": "S80"
|
|
2769
2769
|
}
|
|
2770
2770
|
}
|
|
2771
2771
|
},
|
|
@@ -2808,7 +2808,7 @@
|
|
|
2808
2808
|
"locationName": "x-amz-account-id"
|
|
2809
2809
|
},
|
|
2810
2810
|
"Tags": {
|
|
2811
|
-
"shape": "
|
|
2811
|
+
"shape": "S80"
|
|
2812
2812
|
}
|
|
2813
2813
|
}
|
|
2814
2814
|
},
|
|
@@ -3595,8 +3595,26 @@
|
|
|
3595
3595
|
}
|
|
3596
3596
|
}
|
|
3597
3597
|
}
|
|
3598
|
+
},
|
|
3599
|
+
"AdvancedCostOptimizationMetrics": {
|
|
3600
|
+
"shape": "S7e"
|
|
3601
|
+
},
|
|
3602
|
+
"AdvancedDataProtectionMetrics": {
|
|
3603
|
+
"shape": "S7f"
|
|
3604
|
+
},
|
|
3605
|
+
"DetailedStatusCodesMetrics": {
|
|
3606
|
+
"shape": "S7g"
|
|
3598
3607
|
}
|
|
3599
3608
|
}
|
|
3609
|
+
},
|
|
3610
|
+
"AdvancedCostOptimizationMetrics": {
|
|
3611
|
+
"shape": "S7e"
|
|
3612
|
+
},
|
|
3613
|
+
"AdvancedDataProtectionMetrics": {
|
|
3614
|
+
"shape": "S7f"
|
|
3615
|
+
},
|
|
3616
|
+
"DetailedStatusCodesMetrics": {
|
|
3617
|
+
"shape": "S7g"
|
|
3600
3618
|
}
|
|
3601
3619
|
}
|
|
3602
3620
|
},
|
|
@@ -3604,10 +3622,10 @@
|
|
|
3604
3622
|
"type": "structure",
|
|
3605
3623
|
"members": {
|
|
3606
3624
|
"Buckets": {
|
|
3607
|
-
"shape": "
|
|
3625
|
+
"shape": "S7i"
|
|
3608
3626
|
},
|
|
3609
3627
|
"Regions": {
|
|
3610
|
-
"shape": "
|
|
3628
|
+
"shape": "S7j"
|
|
3611
3629
|
}
|
|
3612
3630
|
}
|
|
3613
3631
|
},
|
|
@@ -3615,10 +3633,10 @@
|
|
|
3615
3633
|
"type": "structure",
|
|
3616
3634
|
"members": {
|
|
3617
3635
|
"Buckets": {
|
|
3618
|
-
"shape": "
|
|
3636
|
+
"shape": "S7i"
|
|
3619
3637
|
},
|
|
3620
3638
|
"Regions": {
|
|
3621
|
-
"shape": "
|
|
3639
|
+
"shape": "S7j"
|
|
3622
3640
|
}
|
|
3623
3641
|
}
|
|
3624
3642
|
},
|
|
@@ -3697,19 +3715,43 @@
|
|
|
3697
3715
|
}
|
|
3698
3716
|
}
|
|
3699
3717
|
},
|
|
3718
|
+
"S7e": {
|
|
3719
|
+
"type": "structure",
|
|
3720
|
+
"members": {
|
|
3721
|
+
"IsEnabled": {
|
|
3722
|
+
"type": "boolean"
|
|
3723
|
+
}
|
|
3724
|
+
}
|
|
3725
|
+
},
|
|
3700
3726
|
"S7f": {
|
|
3727
|
+
"type": "structure",
|
|
3728
|
+
"members": {
|
|
3729
|
+
"IsEnabled": {
|
|
3730
|
+
"type": "boolean"
|
|
3731
|
+
}
|
|
3732
|
+
}
|
|
3733
|
+
},
|
|
3734
|
+
"S7g": {
|
|
3735
|
+
"type": "structure",
|
|
3736
|
+
"members": {
|
|
3737
|
+
"IsEnabled": {
|
|
3738
|
+
"type": "boolean"
|
|
3739
|
+
}
|
|
3740
|
+
}
|
|
3741
|
+
},
|
|
3742
|
+
"S7i": {
|
|
3701
3743
|
"type": "list",
|
|
3702
3744
|
"member": {
|
|
3703
3745
|
"locationName": "Arn"
|
|
3704
3746
|
}
|
|
3705
3747
|
},
|
|
3706
|
-
"
|
|
3748
|
+
"S7j": {
|
|
3707
3749
|
"type": "list",
|
|
3708
3750
|
"member": {
|
|
3709
3751
|
"locationName": "Region"
|
|
3710
3752
|
}
|
|
3711
3753
|
},
|
|
3712
|
-
"
|
|
3754
|
+
"S80": {
|
|
3713
3755
|
"type": "list",
|
|
3714
3756
|
"member": {
|
|
3715
3757
|
"locationName": "Tag",
|
|
@@ -4141,7 +4141,11 @@
|
|
|
4141
4141
|
"VpcId": {}
|
|
4142
4142
|
}
|
|
4143
4143
|
},
|
|
4144
|
-
"Version": {}
|
|
4144
|
+
"Version": {},
|
|
4145
|
+
"Architectures": {
|
|
4146
|
+
"shape": "S2r"
|
|
4147
|
+
},
|
|
4148
|
+
"PackageType": {}
|
|
4145
4149
|
}
|
|
4146
4150
|
},
|
|
4147
4151
|
"AwsLambdaLayerVersion": {
|
|
@@ -6669,7 +6673,9 @@
|
|
|
6669
6673
|
"PackageManager": {},
|
|
6670
6674
|
"FilePath": {},
|
|
6671
6675
|
"FixedInVersion": {},
|
|
6672
|
-
"Remediation": {}
|
|
6676
|
+
"Remediation": {},
|
|
6677
|
+
"SourceLayerHash": {},
|
|
6678
|
+
"SourceLayerArn": {}
|
|
6673
6679
|
}
|
|
6674
6680
|
}
|
|
6675
6681
|
},
|
|
@@ -395,6 +395,20 @@
|
|
|
395
395
|
}
|
|
396
396
|
}
|
|
397
397
|
},
|
|
398
|
+
"GetConfiguration": {
|
|
399
|
+
"http": {
|
|
400
|
+
"method": "GET",
|
|
401
|
+
"requestUri": "/configuration"
|
|
402
|
+
},
|
|
403
|
+
"output": {
|
|
404
|
+
"type": "structure",
|
|
405
|
+
"members": {
|
|
406
|
+
"configuration": {
|
|
407
|
+
"shape": "S1h"
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
},
|
|
398
412
|
"ListApplications": {
|
|
399
413
|
"http": {
|
|
400
414
|
"method": "GET",
|
|
@@ -501,7 +515,14 @@
|
|
|
501
515
|
"type": "structure",
|
|
502
516
|
"members": {
|
|
503
517
|
"name": {},
|
|
504
|
-
"arn": {}
|
|
518
|
+
"arn": {},
|
|
519
|
+
"resourceType": {},
|
|
520
|
+
"resourceDetails": {
|
|
521
|
+
"type": "structure",
|
|
522
|
+
"members": {
|
|
523
|
+
"tagValue": {}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
505
526
|
}
|
|
506
527
|
}
|
|
507
528
|
},
|
|
@@ -579,7 +600,10 @@
|
|
|
579
600
|
"members": {
|
|
580
601
|
"id": {},
|
|
581
602
|
"arn": {},
|
|
582
|
-
"name": {
|
|
603
|
+
"name": {
|
|
604
|
+
"deprecated": true,
|
|
605
|
+
"deprecatedMessage": "This field is deprecated. We recommend not using the field when using ListAttributeGroupsForApplication."
|
|
606
|
+
}
|
|
583
607
|
}
|
|
584
608
|
}
|
|
585
609
|
},
|
|
@@ -614,6 +638,23 @@
|
|
|
614
638
|
}
|
|
615
639
|
}
|
|
616
640
|
},
|
|
641
|
+
"PutConfiguration": {
|
|
642
|
+
"http": {
|
|
643
|
+
"method": "PUT",
|
|
644
|
+
"requestUri": "/configuration"
|
|
645
|
+
},
|
|
646
|
+
"input": {
|
|
647
|
+
"type": "structure",
|
|
648
|
+
"required": [
|
|
649
|
+
"configuration"
|
|
650
|
+
],
|
|
651
|
+
"members": {
|
|
652
|
+
"configuration": {
|
|
653
|
+
"shape": "S1h"
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
},
|
|
617
658
|
"SyncResource": {
|
|
618
659
|
"http": {
|
|
619
660
|
"requestUri": "/sync/{resourceType}/{resource}"
|
|
@@ -845,6 +886,17 @@
|
|
|
845
886
|
"arn": {},
|
|
846
887
|
"errorMessage": {}
|
|
847
888
|
}
|
|
889
|
+
},
|
|
890
|
+
"S1h": {
|
|
891
|
+
"type": "structure",
|
|
892
|
+
"members": {
|
|
893
|
+
"tagQueryConfiguration": {
|
|
894
|
+
"type": "structure",
|
|
895
|
+
"members": {
|
|
896
|
+
"tagKey": {}
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
}
|
|
848
900
|
}
|
|
849
901
|
}
|
|
850
902
|
}
|