cdk-docker-image-deployment 0.0.171 → 0.0.173

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 (38) 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 +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +3 -0
  8. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  9. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +277 -88
  10. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +2 -1
  12. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +639 -104
  13. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +10 -0
  14. package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +24 -22
  15. package/node_modules/aws-sdk/apis/tnb-2008-10-21.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +1579 -0
  17. package/node_modules/aws-sdk/apis/tnb-2008-10-21.paginators.json +34 -0
  18. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  19. package/node_modules/aws-sdk/clients/all.js +2 -1
  20. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1 -0
  21. package/node_modules/aws-sdk/clients/cloudfront.d.ts +17 -17
  22. package/node_modules/aws-sdk/clients/opensearch.d.ts +223 -5
  23. package/node_modules/aws-sdk/clients/quicksight.d.ts +4 -0
  24. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +743 -128
  25. package/node_modules/aws-sdk/clients/rum.d.ts +25 -11
  26. package/node_modules/aws-sdk/clients/securityhub.d.ts +85 -85
  27. package/node_modules/aws-sdk/clients/ssm.d.ts +17 -17
  28. package/node_modules/aws-sdk/clients/tnb.d.ts +1607 -0
  29. package/node_modules/aws-sdk/clients/tnb.js +18 -0
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +49 -12
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -4
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +6 -6
  34. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +1 -1
  37. package/node_modules/aws-sdk/package.json +1 -1
  38. package/package.json +4 -4
@@ -20,6 +20,16 @@
20
20
  "output_token": "nextToken",
21
21
  "limit_key": "maxResults"
22
22
  },
23
+ "ListAppInputSources": {
24
+ "input_token": "nextToken",
25
+ "output_token": "nextToken",
26
+ "limit_key": "maxResults"
27
+ },
28
+ "ListAppVersionAppComponents": {
29
+ "input_token": "nextToken",
30
+ "output_token": "nextToken",
31
+ "limit_key": "maxResults"
32
+ },
23
33
  "ListAppVersionResourceMappings": {
24
34
  "input_token": "nextToken",
25
35
  "output_token": "nextToken",
@@ -64,7 +64,7 @@
64
64
  }
65
65
  },
66
66
  "MetricDefinitions": {
67
- "shape": "Si"
67
+ "shape": "Sj"
68
68
  }
69
69
  }
70
70
  },
@@ -97,7 +97,7 @@
97
97
  "locationName": "destinationArn"
98
98
  },
99
99
  "MetricDefinitionIds": {
100
- "shape": "Sm",
100
+ "shape": "Sn",
101
101
  "location": "querystring",
102
102
  "locationName": "metricDefinitionIds"
103
103
  }
@@ -126,7 +126,7 @@
126
126
  }
127
127
  },
128
128
  "MetricDefinitionIds": {
129
- "shape": "Sm"
129
+ "shape": "Sn"
130
130
  }
131
131
  }
132
132
  },
@@ -172,7 +172,7 @@
172
172
  "type": "structure",
173
173
  "members": {
174
174
  "MetricDefinitions": {
175
- "shape": "Si"
175
+ "shape": "Sj"
176
176
  },
177
177
  "NextToken": {}
178
178
  }
@@ -191,10 +191,10 @@
191
191
  ],
192
192
  "members": {
193
193
  "AppMonitorConfiguration": {
194
- "shape": "Su"
194
+ "shape": "Sv"
195
195
  },
196
196
  "CustomEvents": {
197
- "shape": "S14"
197
+ "shape": "S15"
198
198
  },
199
199
  "CwLogEnabled": {
200
200
  "type": "boolean"
@@ -202,7 +202,7 @@
202
202
  "Domain": {},
203
203
  "Name": {},
204
204
  "Tags": {
205
- "shape": "S17"
205
+ "shape": "S18"
206
206
  }
207
207
  }
208
208
  },
@@ -296,11 +296,11 @@
296
296
  "type": "structure",
297
297
  "members": {
298
298
  "AppMonitorConfiguration": {
299
- "shape": "Su"
299
+ "shape": "Sv"
300
300
  },
301
301
  "Created": {},
302
302
  "CustomEvents": {
303
- "shape": "S14"
303
+ "shape": "S15"
304
304
  },
305
305
  "DataStorage": {
306
306
  "type": "structure",
@@ -322,7 +322,7 @@
322
322
  "Name": {},
323
323
  "State": {},
324
324
  "Tags": {
325
- "shape": "S17"
325
+ "shape": "S18"
326
326
  }
327
327
  }
328
328
  }
@@ -500,7 +500,7 @@
500
500
  "members": {
501
501
  "ResourceArn": {},
502
502
  "Tags": {
503
- "shape": "S17"
503
+ "shape": "S18"
504
504
  }
505
505
  }
506
506
  }
@@ -619,7 +619,7 @@
619
619
  "locationName": "ResourceArn"
620
620
  },
621
621
  "Tags": {
622
- "shape": "S17"
622
+ "shape": "S18"
623
623
  }
624
624
  }
625
625
  },
@@ -673,10 +673,10 @@
673
673
  ],
674
674
  "members": {
675
675
  "AppMonitorConfiguration": {
676
- "shape": "Su"
676
+ "shape": "Sv"
677
677
  },
678
678
  "CustomEvents": {
679
- "shape": "S14"
679
+ "shape": "S15"
680
680
  },
681
681
  "CwLogEnabled": {
682
682
  "type": "boolean"
@@ -739,6 +739,7 @@
739
739
  },
740
740
  "EventPattern": {},
741
741
  "Name": {},
742
+ "Namespace": {},
742
743
  "UnitLabel": {},
743
744
  "ValueKey": {}
744
745
  }
@@ -748,7 +749,7 @@
748
749
  "key": {},
749
750
  "value": {}
750
751
  },
751
- "Si": {
752
+ "Sj": {
752
753
  "type": "list",
753
754
  "member": {
754
755
  "type": "structure",
@@ -763,16 +764,17 @@
763
764
  "EventPattern": {},
764
765
  "MetricDefinitionId": {},
765
766
  "Name": {},
767
+ "Namespace": {},
766
768
  "UnitLabel": {},
767
769
  "ValueKey": {}
768
770
  }
769
771
  }
770
772
  },
771
- "Sm": {
773
+ "Sn": {
772
774
  "type": "list",
773
775
  "member": {}
774
776
  },
775
- "Su": {
777
+ "Sv": {
776
778
  "type": "structure",
777
779
  "members": {
778
780
  "AllowCookies": {
@@ -782,7 +784,7 @@
782
784
  "type": "boolean"
783
785
  },
784
786
  "ExcludedPages": {
785
- "shape": "Sw"
787
+ "shape": "Sx"
786
788
  },
787
789
  "FavoritePages": {
788
790
  "type": "list",
@@ -791,7 +793,7 @@
791
793
  "GuestRoleArn": {},
792
794
  "IdentityPoolId": {},
793
795
  "IncludedPages": {
794
- "shape": "Sw"
796
+ "shape": "Sx"
795
797
  },
796
798
  "SessionSampleRate": {
797
799
  "type": "double"
@@ -802,17 +804,17 @@
802
804
  }
803
805
  }
804
806
  },
805
- "Sw": {
807
+ "Sx": {
806
808
  "type": "list",
807
809
  "member": {}
808
810
  },
809
- "S14": {
811
+ "S15": {
810
812
  "type": "structure",
811
813
  "members": {
812
814
  "Status": {}
813
815
  }
814
816
  },
815
- "S17": {
817
+ "S18": {
816
818
  "type": "map",
817
819
  "key": {},
818
820
  "value": {}
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }