cdk-docker-image-deployment 0.0.165 → 0.0.166
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 +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +186 -61
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +329 -311
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +49 -8
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +234 -111
- package/node_modules/aws-sdk/clients/efs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +179 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +28 -0
- package/node_modules/aws-sdk/clients/privatenetworks.d.ts +59 -3
- package/node_modules/aws-sdk/clients/rds.d.ts +81 -81
- package/node_modules/aws-sdk/clients/wafv2.d.ts +119 -7
- 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 +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
],
|
|
171
171
|
"members": {
|
|
172
172
|
"network": {
|
|
173
|
-
"shape": "
|
|
173
|
+
"shape": "S1g"
|
|
174
174
|
},
|
|
175
175
|
"tags": {
|
|
176
176
|
"shape": "Si"
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
],
|
|
276
276
|
"members": {
|
|
277
277
|
"network": {
|
|
278
|
-
"shape": "
|
|
278
|
+
"shape": "S1g"
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
},
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
],
|
|
369
369
|
"members": {
|
|
370
370
|
"network": {
|
|
371
|
-
"shape": "
|
|
371
|
+
"shape": "S1g"
|
|
372
372
|
},
|
|
373
373
|
"tags": {
|
|
374
374
|
"shape": "Si"
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"networks": {
|
|
618
618
|
"type": "list",
|
|
619
619
|
"member": {
|
|
620
|
-
"shape": "
|
|
620
|
+
"shape": "S1g"
|
|
621
621
|
}
|
|
622
622
|
},
|
|
623
623
|
"nextToken": {}
|
|
@@ -703,6 +703,36 @@
|
|
|
703
703
|
}
|
|
704
704
|
}
|
|
705
705
|
},
|
|
706
|
+
"StartNetworkResourceUpdate": {
|
|
707
|
+
"http": {
|
|
708
|
+
"requestUri": "/v1/network-resources/update",
|
|
709
|
+
"responseCode": 200
|
|
710
|
+
},
|
|
711
|
+
"input": {
|
|
712
|
+
"type": "structure",
|
|
713
|
+
"required": [
|
|
714
|
+
"networkResourceArn",
|
|
715
|
+
"updateType"
|
|
716
|
+
],
|
|
717
|
+
"members": {
|
|
718
|
+
"networkResourceArn": {},
|
|
719
|
+
"returnReason": {},
|
|
720
|
+
"shippingAddress": {
|
|
721
|
+
"shape": "S7"
|
|
722
|
+
},
|
|
723
|
+
"updateType": {}
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
"output": {
|
|
727
|
+
"type": "structure",
|
|
728
|
+
"members": {
|
|
729
|
+
"networkResource": {
|
|
730
|
+
"shape": "S18"
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
"idempotent": true
|
|
735
|
+
},
|
|
706
736
|
"TagResource": {
|
|
707
737
|
"http": {
|
|
708
738
|
"requestUri": "/tags/{resourceArn}",
|
|
@@ -778,7 +808,7 @@
|
|
|
778
808
|
}
|
|
779
809
|
},
|
|
780
810
|
"output": {
|
|
781
|
-
"shape": "
|
|
811
|
+
"shape": "S3d"
|
|
782
812
|
},
|
|
783
813
|
"idempotent": true
|
|
784
814
|
},
|
|
@@ -803,7 +833,7 @@
|
|
|
803
833
|
}
|
|
804
834
|
},
|
|
805
835
|
"output": {
|
|
806
|
-
"shape": "
|
|
836
|
+
"shape": "S3d"
|
|
807
837
|
},
|
|
808
838
|
"idempotent": true
|
|
809
839
|
}
|
|
@@ -1018,6 +1048,17 @@
|
|
|
1018
1048
|
"position": {
|
|
1019
1049
|
"shape": "S13"
|
|
1020
1050
|
},
|
|
1051
|
+
"returnInformation": {
|
|
1052
|
+
"type": "structure",
|
|
1053
|
+
"members": {
|
|
1054
|
+
"replacementOrderArn": {},
|
|
1055
|
+
"returnReason": {},
|
|
1056
|
+
"shippingAddress": {
|
|
1057
|
+
"shape": "S7"
|
|
1058
|
+
},
|
|
1059
|
+
"shippingLabel": {}
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1021
1062
|
"serialNumber": {},
|
|
1022
1063
|
"status": {},
|
|
1023
1064
|
"statusReason": {},
|
|
@@ -1025,7 +1066,7 @@
|
|
|
1025
1066
|
"vendor": {}
|
|
1026
1067
|
}
|
|
1027
1068
|
},
|
|
1028
|
-
"
|
|
1069
|
+
"S1g": {
|
|
1029
1070
|
"type": "structure",
|
|
1030
1071
|
"required": [
|
|
1031
1072
|
"networkArn",
|
|
@@ -1043,7 +1084,7 @@
|
|
|
1043
1084
|
"statusReason": {}
|
|
1044
1085
|
}
|
|
1045
1086
|
},
|
|
1046
|
-
"
|
|
1087
|
+
"S3d": {
|
|
1047
1088
|
"type": "structure",
|
|
1048
1089
|
"members": {
|
|
1049
1090
|
"networkSite": {
|