@cdklabs/cdk-ecs-codedeploy 0.0.12 → 0.0.14

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 (44) hide show
  1. package/.jsii +3 -3
  2. package/lib/ecs-appspec/index.js +1 -1
  3. package/lib/ecs-deployment/index.js +1 -1
  4. package/node_modules/aws-sdk/CHANGELOG.md +21 -1
  5. package/node_modules/aws-sdk/README.md +2 -2
  6. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +6 -0
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +90 -83
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +3 -0
  9. package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.min.json +203 -0
  11. package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +16 -0
  12. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +2 -1
  13. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +247 -201
  14. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  15. package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +283 -140
  16. package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +5 -0
  17. package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +159 -91
  18. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +14 -5
  19. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +52 -33
  20. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  21. package/node_modules/aws-sdk/clients/all.js +2 -1
  22. package/node_modules/aws-sdk/clients/batch.d.ts +13 -5
  23. package/node_modules/aws-sdk/clients/ec2.d.ts +52 -38
  24. package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.d.ts +269 -0
  25. package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.js +18 -0
  26. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +4 -0
  27. package/node_modules/aws-sdk/clients/macie2.d.ts +1 -1
  28. package/node_modules/aws-sdk/clients/medialive.d.ts +47 -4
  29. package/node_modules/aws-sdk/clients/nimble.d.ts +319 -123
  30. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +6 -6
  31. package/node_modules/aws-sdk/clients/route53domains.d.ts +227 -37
  32. package/node_modules/aws-sdk/clients/sagemaker.d.ts +26 -10
  33. package/node_modules/aws-sdk/clients/ssm.d.ts +3 -3
  34. package/node_modules/aws-sdk/clients/support.d.ts +35 -35
  35. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
  36. package/node_modules/aws-sdk/clients/transfer.d.ts +16 -7
  37. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  38. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
  39. package/node_modules/aws-sdk/dist/aws-sdk.js +259 -177
  40. package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
  41. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  42. package/node_modules/aws-sdk/lib/core.js +1 -1
  43. package/node_modules/aws-sdk/package.json +1 -1
  44. package/package.json +5 -5
@@ -0,0 +1,203 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-05-10",
5
+ "endpointPrefix": "license-manager-linux-subscriptions",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "AWS License Manager Linux Subscriptions",
9
+ "serviceId": "License Manager Linux Subscriptions",
10
+ "signatureVersion": "v4",
11
+ "signingName": "license-manager-linux-subscriptions",
12
+ "uid": "license-manager-linux-subscriptions-2018-05-10"
13
+ },
14
+ "operations": {
15
+ "GetServiceSettings": {
16
+ "http": {
17
+ "requestUri": "/subscription/GetServiceSettings",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "members": {}
23
+ },
24
+ "output": {
25
+ "type": "structure",
26
+ "members": {
27
+ "HomeRegions": {
28
+ "shape": "S3"
29
+ },
30
+ "LinuxSubscriptionsDiscovery": {},
31
+ "LinuxSubscriptionsDiscoverySettings": {
32
+ "shape": "S6"
33
+ },
34
+ "Status": {},
35
+ "StatusMessage": {
36
+ "shape": "S9"
37
+ }
38
+ }
39
+ },
40
+ "idempotent": true
41
+ },
42
+ "ListLinuxSubscriptionInstances": {
43
+ "http": {
44
+ "requestUri": "/subscription/ListLinuxSubscriptionInstances",
45
+ "responseCode": 200
46
+ },
47
+ "input": {
48
+ "type": "structure",
49
+ "members": {
50
+ "Filters": {
51
+ "shape": "Sc"
52
+ },
53
+ "MaxResults": {
54
+ "type": "integer"
55
+ },
56
+ "NextToken": {}
57
+ }
58
+ },
59
+ "output": {
60
+ "type": "structure",
61
+ "members": {
62
+ "Instances": {
63
+ "type": "list",
64
+ "member": {
65
+ "type": "structure",
66
+ "members": {
67
+ "AccountID": {},
68
+ "AmiId": {},
69
+ "InstanceID": {},
70
+ "InstanceType": {},
71
+ "LastUpdatedTime": {},
72
+ "ProductCode": {
73
+ "type": "list",
74
+ "member": {}
75
+ },
76
+ "Region": {},
77
+ "Status": {},
78
+ "SubscriptionName": {},
79
+ "UsageOperation": {}
80
+ }
81
+ }
82
+ },
83
+ "NextToken": {}
84
+ }
85
+ },
86
+ "idempotent": true
87
+ },
88
+ "ListLinuxSubscriptions": {
89
+ "http": {
90
+ "requestUri": "/subscription/ListLinuxSubscriptions",
91
+ "responseCode": 200
92
+ },
93
+ "input": {
94
+ "type": "structure",
95
+ "members": {
96
+ "Filters": {
97
+ "shape": "Sc"
98
+ },
99
+ "MaxResults": {
100
+ "type": "integer"
101
+ },
102
+ "NextToken": {}
103
+ }
104
+ },
105
+ "output": {
106
+ "type": "structure",
107
+ "members": {
108
+ "NextToken": {},
109
+ "Subscriptions": {
110
+ "type": "list",
111
+ "member": {
112
+ "type": "structure",
113
+ "members": {
114
+ "InstanceCount": {
115
+ "type": "long"
116
+ },
117
+ "Name": {},
118
+ "Type": {}
119
+ }
120
+ }
121
+ }
122
+ }
123
+ },
124
+ "idempotent": true
125
+ },
126
+ "UpdateServiceSettings": {
127
+ "http": {
128
+ "requestUri": "/subscription/UpdateServiceSettings",
129
+ "responseCode": 200
130
+ },
131
+ "input": {
132
+ "type": "structure",
133
+ "required": [
134
+ "LinuxSubscriptionsDiscovery",
135
+ "LinuxSubscriptionsDiscoverySettings"
136
+ ],
137
+ "members": {
138
+ "AllowUpdate": {
139
+ "type": "boolean"
140
+ },
141
+ "LinuxSubscriptionsDiscovery": {},
142
+ "LinuxSubscriptionsDiscoverySettings": {
143
+ "shape": "S6"
144
+ }
145
+ }
146
+ },
147
+ "output": {
148
+ "type": "structure",
149
+ "members": {
150
+ "HomeRegions": {
151
+ "shape": "S3"
152
+ },
153
+ "LinuxSubscriptionsDiscovery": {},
154
+ "LinuxSubscriptionsDiscoverySettings": {
155
+ "shape": "S6"
156
+ },
157
+ "Status": {},
158
+ "StatusMessage": {
159
+ "shape": "S9"
160
+ }
161
+ }
162
+ },
163
+ "idempotent": true
164
+ }
165
+ },
166
+ "shapes": {
167
+ "S3": {
168
+ "type": "list",
169
+ "member": {}
170
+ },
171
+ "S6": {
172
+ "type": "structure",
173
+ "required": [
174
+ "OrganizationIntegration",
175
+ "SourceRegions"
176
+ ],
177
+ "members": {
178
+ "OrganizationIntegration": {},
179
+ "SourceRegions": {
180
+ "shape": "S3"
181
+ }
182
+ }
183
+ },
184
+ "S9": {
185
+ "type": "map",
186
+ "key": {},
187
+ "value": {}
188
+ },
189
+ "Sc": {
190
+ "type": "list",
191
+ "member": {
192
+ "type": "structure",
193
+ "members": {
194
+ "Name": {},
195
+ "Operator": {},
196
+ "Values": {
197
+ "shape": "S3"
198
+ }
199
+ }
200
+ }
201
+ }
202
+ }
203
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "pagination": {
3
+ "ListLinuxSubscriptionInstances": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "Instances"
8
+ },
9
+ "ListLinuxSubscriptions": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Subscriptions"
14
+ }
15
+ }
16
+ }
@@ -691,7 +691,8 @@
691
691
  "type": "integer"
692
692
  },
693
693
  "InferenceSchedulerNameBeginsWith": {},
694
- "ModelName": {}
694
+ "ModelName": {},
695
+ "Status": {}
695
696
  }
696
697
  },
697
698
  "output": {