cdk-docker-image-deployment 0.0.57 → 0.0.59

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 (30) 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 +10 -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/sesv2-2019-09-27.min.json +355 -139
  15. package/node_modules/aws-sdk/apis/sesv2-2019-09-27.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +44 -19
  17. package/node_modules/aws-sdk/clients/apprunner.d.ts +240 -3
  18. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +70 -8
  19. package/node_modules/aws-sdk/clients/connect.d.ts +26 -2
  20. package/node_modules/aws-sdk/clients/ec2.d.ts +157 -0
  21. package/node_modules/aws-sdk/clients/iot.d.ts +44 -4
  22. package/node_modules/aws-sdk/clients/sesv2.d.ts +259 -0
  23. package/node_modules/aws-sdk/clients/textract.d.ts +45 -11
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +2058 -1793
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. 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
  }