cdk-docker-image-deployment 0.0.58 → 0.0.60

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.
Files changed (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +270 -75
  8. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +129 -101
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1700 -1563
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +149 -122
  13. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +71 -4
  14. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +75 -21
  15. package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +355 -139
  16. package/node_modules/aws-sdk/apis/sesv2-2019-09-27.paginators.json +5 -0
  17. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +47 -19
  18. package/node_modules/aws-sdk/clients/apprunner.d.ts +240 -3
  19. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +70 -8
  20. package/node_modules/aws-sdk/clients/connect.d.ts +26 -2
  21. package/node_modules/aws-sdk/clients/ec2.d.ts +157 -0
  22. package/node_modules/aws-sdk/clients/iot.d.ts +44 -4
  23. package/node_modules/aws-sdk/clients/rds.d.ts +89 -21
  24. package/node_modules/aws-sdk/clients/sesv2.d.ts +259 -0
  25. package/node_modules/aws-sdk/clients/textract.d.ts +49 -11
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +2133 -1814
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +4 -4
@@ -759,14 +759,14 @@
759
759
  }
760
760
  }
761
761
  },
762
- "ListTagsLogGroup": {
762
+ "ListTagsForResource": {
763
763
  "input": {
764
764
  "type": "structure",
765
765
  "required": [
766
- "logGroupName"
766
+ "resourceArn"
767
767
  ],
768
768
  "members": {
769
- "logGroupName": {}
769
+ "resourceArn": {}
770
770
  }
771
771
  },
772
772
  "output": {
@@ -778,6 +778,31 @@
778
778
  }
779
779
  }
780
780
  },
781
+ "ListTagsLogGroup": {
782
+ "input": {
783
+ "type": "structure",
784
+ "required": [
785
+ "logGroupName"
786
+ ],
787
+ "members": {
788
+ "logGroupName": {}
789
+ },
790
+ "deprecated": true,
791
+ "deprecatedMessage": "Please use the generic tagging API model ListTagsForResourceRequest and ListTagsForResourceResponse"
792
+ },
793
+ "output": {
794
+ "type": "structure",
795
+ "members": {
796
+ "tags": {
797
+ "shape": "Se"
798
+ }
799
+ },
800
+ "deprecated": true,
801
+ "deprecatedMessage": "Please use the generic tagging API model ListTagsForResourceRequest and ListTagsForResourceResponse"
802
+ },
803
+ "deprecated": true,
804
+ "deprecatedMessage": "Please use the generic tagging API ListTagsForResource"
805
+ },
781
806
  "PutDestination": {
782
807
  "input": {
783
808
  "type": "structure",
@@ -789,7 +814,10 @@
789
814
  "members": {
790
815
  "destinationName": {},
791
816
  "targetArn": {},
792
- "roleArn": {}
817
+ "roleArn": {},
818
+ "tags": {
819
+ "shape": "Se"
820
+ }
793
821
  }
794
822
  },
795
823
  "output": {
@@ -1024,6 +1052,25 @@
1024
1052
  "tags": {
1025
1053
  "shape": "Se"
1026
1054
  }
1055
+ },
1056
+ "deprecated": true,
1057
+ "deprecatedMessage": "Please use the generic tagging API model TagResourceRequest"
1058
+ },
1059
+ "deprecated": true,
1060
+ "deprecatedMessage": "Please use the generic tagging API TagResource"
1061
+ },
1062
+ "TagResource": {
1063
+ "input": {
1064
+ "type": "structure",
1065
+ "required": [
1066
+ "resourceArn",
1067
+ "tags"
1068
+ ],
1069
+ "members": {
1070
+ "resourceArn": {},
1071
+ "tags": {
1072
+ "shape": "Se"
1073
+ }
1027
1074
  }
1028
1075
  }
1029
1076
  },
@@ -1078,6 +1125,26 @@
1078
1125
  "type": "list",
1079
1126
  "member": {}
1080
1127
  }
1128
+ },
1129
+ "deprecated": true,
1130
+ "deprecatedMessage": "Please use the generic tagging API model UntagResourceRequest"
1131
+ },
1132
+ "deprecated": true,
1133
+ "deprecatedMessage": "Please use the generic tagging API UntagResource"
1134
+ },
1135
+ "UntagResource": {
1136
+ "input": {
1137
+ "type": "structure",
1138
+ "required": [
1139
+ "resourceArn",
1140
+ "tagKeys"
1141
+ ],
1142
+ "members": {
1143
+ "resourceArn": {},
1144
+ "tagKeys": {
1145
+ "type": "list",
1146
+ "member": {}
1147
+ }
1081
1148
  }
1082
1149
  }
1083
1150
  }
@@ -633,7 +633,10 @@
633
633
  },
634
634
  "CustomIamInstanceProfile": {},
635
635
  "BackupTarget": {},
636
- "NetworkType": {}
636
+ "NetworkType": {},
637
+ "StorageThroughput": {
638
+ "type": "integer"
639
+ }
637
640
  }
638
641
  },
639
642
  "output": {
@@ -722,6 +725,9 @@
722
725
  },
723
726
  "CustomIamInstanceProfile": {},
724
727
  "NetworkType": {},
728
+ "StorageThroughput": {
729
+ "type": "integer"
730
+ },
725
731
  "SourceRegion": {}
726
732
  }
727
733
  },
@@ -2514,6 +2520,21 @@
2514
2520
  },
2515
2521
  "SupportedNetworkTypes": {
2516
2522
  "shape": "Sv"
2523
+ },
2524
+ "SupportsStorageThroughput": {
2525
+ "type": "boolean"
2526
+ },
2527
+ "MinStorageThroughputPerDbInstance": {
2528
+ "type": "integer"
2529
+ },
2530
+ "MaxStorageThroughputPerDbInstance": {
2531
+ "type": "integer"
2532
+ },
2533
+ "MinStorageThroughputPerIops": {
2534
+ "type": "double"
2535
+ },
2536
+ "MaxStorageThroughputPerIops": {
2537
+ "type": "double"
2517
2538
  }
2518
2539
  },
2519
2540
  "wrapper": true
@@ -2717,22 +2738,16 @@
2717
2738
  "shape": "Sa5"
2718
2739
  },
2719
2740
  "IopsToStorageRatio": {
2720
- "type": "list",
2721
- "member": {
2722
- "locationName": "DoubleRange",
2723
- "type": "structure",
2724
- "members": {
2725
- "From": {
2726
- "type": "double"
2727
- },
2728
- "To": {
2729
- "type": "double"
2730
- }
2731
- }
2732
- }
2741
+ "shape": "Sa7"
2733
2742
  },
2734
2743
  "SupportsStorageAutoscaling": {
2735
2744
  "type": "boolean"
2745
+ },
2746
+ "ProvisionedStorageThroughput": {
2747
+ "shape": "Sa5"
2748
+ },
2749
+ "StorageThroughputToIopsRatio": {
2750
+ "shape": "Sa7"
2736
2751
  }
2737
2752
  }
2738
2753
  }
@@ -3205,7 +3220,10 @@
3205
3220
  "ResumeFullAutomationModeMinutes": {
3206
3221
  "type": "integer"
3207
3222
  },
3208
- "NetworkType": {}
3223
+ "NetworkType": {},
3224
+ "StorageThroughput": {
3225
+ "type": "integer"
3226
+ }
3209
3227
  }
3210
3228
  },
3211
3229
  "output": {
@@ -4092,7 +4110,10 @@
4092
4110
  },
4093
4111
  "CustomIamInstanceProfile": {},
4094
4112
  "BackupTarget": {},
4095
- "NetworkType": {}
4113
+ "NetworkType": {},
4114
+ "StorageThroughput": {
4115
+ "type": "integer"
4116
+ }
4096
4117
  }
4097
4118
  },
4098
4119
  "output": {
@@ -4204,7 +4225,10 @@
4204
4225
  "MaxAllocatedStorage": {
4205
4226
  "type": "integer"
4206
4227
  },
4207
- "NetworkType": {}
4228
+ "NetworkType": {},
4229
+ "StorageThroughput": {
4230
+ "type": "integer"
4231
+ }
4208
4232
  }
4209
4233
  },
4210
4234
  "output": {
@@ -4294,7 +4318,10 @@
4294
4318
  },
4295
4319
  "CustomIamInstanceProfile": {},
4296
4320
  "BackupTarget": {},
4297
- "NetworkType": {}
4321
+ "NetworkType": {},
4322
+ "StorageThroughput": {
4323
+ "type": "integer"
4324
+ }
4298
4325
  }
4299
4326
  },
4300
4327
  "output": {
@@ -4858,7 +4885,10 @@
4858
4885
  "SnapshotDatabaseTime": {
4859
4886
  "type": "timestamp"
4860
4887
  },
4861
- "SnapshotTarget": {}
4888
+ "SnapshotTarget": {},
4889
+ "StorageThroughput": {
4890
+ "type": "integer"
4891
+ }
4862
4892
  },
4863
4893
  "wrapper": true
4864
4894
  },
@@ -5475,6 +5505,9 @@
5475
5505
  "AutomationMode": {},
5476
5506
  "ResumeFullAutomationModeTime": {
5477
5507
  "type": "timestamp"
5508
+ },
5509
+ "StorageThroughput": {
5510
+ "type": "integer"
5478
5511
  }
5479
5512
  }
5480
5513
  },
@@ -5627,7 +5660,10 @@
5627
5660
  "CustomIamInstanceProfile": {},
5628
5661
  "BackupTarget": {},
5629
5662
  "NetworkType": {},
5630
- "ActivityStreamPolicyStatus": {}
5663
+ "ActivityStreamPolicyStatus": {},
5664
+ "StorageThroughput": {
5665
+ "type": "integer"
5666
+ }
5631
5667
  },
5632
5668
  "wrapper": true
5633
5669
  },
@@ -5883,7 +5919,10 @@
5883
5919
  "DBInstanceAutomatedBackupsReplications": {
5884
5920
  "shape": "S3o"
5885
5921
  },
5886
- "BackupTarget": {}
5922
+ "BackupTarget": {},
5923
+ "StorageThroughput": {
5924
+ "type": "integer"
5925
+ }
5887
5926
  },
5888
5927
  "wrapper": true
5889
5928
  },
@@ -6152,6 +6191,21 @@
6152
6191
  }
6153
6192
  }
6154
6193
  },
6194
+ "Sa7": {
6195
+ "type": "list",
6196
+ "member": {
6197
+ "locationName": "DoubleRange",
6198
+ "type": "structure",
6199
+ "members": {
6200
+ "From": {
6201
+ "type": "double"
6202
+ },
6203
+ "To": {
6204
+ "type": "double"
6205
+ }
6206
+ }
6207
+ }
6208
+ },
6155
6209
  "Sat": {
6156
6210
  "type": "structure",
6157
6211
  "members": {