aws-sdk-core 2.2.28 → 2.2.29

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33d9655d78986cdb5f7056daf0ee087133d2073f
4
- data.tar.gz: 7ce211a838ab716bda60278c5327f7be8a9ef59d
3
+ metadata.gz: 60d3465626efa3d9b82d512c1d339b9527acc7f8
4
+ data.tar.gz: 3ffc3604bc5756147499c8d248c2eb4894f0b41d
5
5
  SHA512:
6
- metadata.gz: 2b3ff4efe96a5180b4408035cc3075ff476e88d4cb8cde4ea064b290785cdf46553ee14c0fe0d7c696727b845f6487a20016f6b45ac8eb14bdcddea13ae857bd
7
- data.tar.gz: a3d6ba4eb4e02eaea8adcdbfdb18e0a10f35e114abab7e81436fd8312def261fadffccdf137ebbc2aea5def4c1361bc25deda6b90799b702cde9bfecf2f5dc02
6
+ metadata.gz: 6ab58ea31b2e8985ccab0cb2c615eecf37ef8f1cc383a408fd1b9b13a860b0454aff7dde4ef24fccd2d8e5e1b114a8085c9d309245d6649d105cff5fbd201b0b
7
+ data.tar.gz: 7ac55398fa098cdc3bf010374e3a951e0f00785a6393270c6da6cfade33ef3cb107ff60b74726360ba1b300709e31122be873eea23eb38989931792b03dbf184
@@ -190,6 +190,22 @@
190
190
  {"shape":"ServiceAccountException"}
191
191
  ]
192
192
  },
193
+ "GetOfferingStatus":{
194
+ "name":"GetOfferingStatus",
195
+ "http":{
196
+ "method":"POST",
197
+ "requestUri":"/"
198
+ },
199
+ "input":{"shape":"GetOfferingStatusRequest"},
200
+ "output":{"shape":"GetOfferingStatusResult"},
201
+ "errors":[
202
+ {"shape":"ArgumentException"},
203
+ {"shape":"NotFoundException"},
204
+ {"shape":"NotEligibleException"},
205
+ {"shape":"LimitExceededException"},
206
+ {"shape":"ServiceAccountException"}
207
+ ]
208
+ },
193
209
  "GetProject":{
194
210
  "name":"GetProject",
195
211
  "http":{
@@ -325,6 +341,38 @@
325
341
  {"shape":"ServiceAccountException"}
326
342
  ]
327
343
  },
344
+ "ListOfferingTransactions":{
345
+ "name":"ListOfferingTransactions",
346
+ "http":{
347
+ "method":"POST",
348
+ "requestUri":"/"
349
+ },
350
+ "input":{"shape":"ListOfferingTransactionsRequest"},
351
+ "output":{"shape":"ListOfferingTransactionsResult"},
352
+ "errors":[
353
+ {"shape":"ArgumentException"},
354
+ {"shape":"NotFoundException"},
355
+ {"shape":"NotEligibleException"},
356
+ {"shape":"LimitExceededException"},
357
+ {"shape":"ServiceAccountException"}
358
+ ]
359
+ },
360
+ "ListOfferings":{
361
+ "name":"ListOfferings",
362
+ "http":{
363
+ "method":"POST",
364
+ "requestUri":"/"
365
+ },
366
+ "input":{"shape":"ListOfferingsRequest"},
367
+ "output":{"shape":"ListOfferingsResult"},
368
+ "errors":[
369
+ {"shape":"ArgumentException"},
370
+ {"shape":"NotFoundException"},
371
+ {"shape":"NotEligibleException"},
372
+ {"shape":"LimitExceededException"},
373
+ {"shape":"ServiceAccountException"}
374
+ ]
375
+ },
328
376
  "ListProjects":{
329
377
  "name":"ListProjects",
330
378
  "http":{
@@ -430,6 +478,38 @@
430
478
  {"shape":"ServiceAccountException"}
431
479
  ]
432
480
  },
481
+ "PurchaseOffering":{
482
+ "name":"PurchaseOffering",
483
+ "http":{
484
+ "method":"POST",
485
+ "requestUri":"/"
486
+ },
487
+ "input":{"shape":"PurchaseOfferingRequest"},
488
+ "output":{"shape":"PurchaseOfferingResult"},
489
+ "errors":[
490
+ {"shape":"ArgumentException"},
491
+ {"shape":"NotFoundException"},
492
+ {"shape":"NotEligibleException"},
493
+ {"shape":"LimitExceededException"},
494
+ {"shape":"ServiceAccountException"}
495
+ ]
496
+ },
497
+ "RenewOffering":{
498
+ "name":"RenewOffering",
499
+ "http":{
500
+ "method":"POST",
501
+ "requestUri":"/"
502
+ },
503
+ "input":{"shape":"RenewOfferingRequest"},
504
+ "output":{"shape":"RenewOfferingResult"},
505
+ "errors":[
506
+ {"shape":"ArgumentException"},
507
+ {"shape":"NotFoundException"},
508
+ {"shape":"NotEligibleException"},
509
+ {"shape":"LimitExceededException"},
510
+ {"shape":"ServiceAccountException"}
511
+ ]
512
+ },
433
513
  "ScheduleRun":{
434
514
  "name":"ScheduleRun",
435
515
  "http":{
@@ -446,6 +526,21 @@
446
526
  {"shape":"ServiceAccountException"}
447
527
  ]
448
528
  },
529
+ "StopRun":{
530
+ "name":"StopRun",
531
+ "http":{
532
+ "method":"POST",
533
+ "requestUri":"/"
534
+ },
535
+ "input":{"shape":"StopRunRequest"},
536
+ "output":{"shape":"StopRunResult"},
537
+ "errors":[
538
+ {"shape":"ArgumentException"},
539
+ {"shape":"NotFoundException"},
540
+ {"shape":"LimitExceededException"},
541
+ {"shape":"ServiceAccountException"}
542
+ ]
543
+ },
449
544
  "UpdateDevicePool":{
450
545
  "name":"UpdateDevicePool",
451
546
  "http":{
@@ -641,6 +736,10 @@
641
736
  "upload":{"shape":"Upload"}
642
737
  }
643
738
  },
739
+ "CurrencyCode":{
740
+ "type":"string",
741
+ "enum":["USD"]
742
+ },
644
743
  "DateTime":{"type":"timestamp"},
645
744
  "DeleteDevicePoolRequest":{
646
745
  "type":"structure",
@@ -797,7 +896,8 @@
797
896
  "PROCESSING",
798
897
  "SCHEDULING",
799
898
  "RUNNING",
800
- "COMPLETED"
899
+ "COMPLETED",
900
+ "STOPPING"
801
901
  ]
802
902
  },
803
903
  "Filter":{
@@ -871,6 +971,20 @@
871
971
  "job":{"shape":"Job"}
872
972
  }
873
973
  },
974
+ "GetOfferingStatusRequest":{
975
+ "type":"structure",
976
+ "members":{
977
+ "nextToken":{"shape":"PaginationToken"}
978
+ }
979
+ },
980
+ "GetOfferingStatusResult":{
981
+ "type":"structure",
982
+ "members":{
983
+ "current":{"shape":"OfferingStatusMap"},
984
+ "nextPeriod":{"shape":"OfferingStatusMap"},
985
+ "nextToken":{"shape":"PaginationToken"}
986
+ }
987
+ },
874
988
  "GetProjectRequest":{
875
989
  "type":"structure",
876
990
  "required":["arn"],
@@ -1047,6 +1161,32 @@
1047
1161
  "nextToken":{"shape":"PaginationToken"}
1048
1162
  }
1049
1163
  },
1164
+ "ListOfferingTransactionsRequest":{
1165
+ "type":"structure",
1166
+ "members":{
1167
+ "nextToken":{"shape":"PaginationToken"}
1168
+ }
1169
+ },
1170
+ "ListOfferingTransactionsResult":{
1171
+ "type":"structure",
1172
+ "members":{
1173
+ "offeringTransactions":{"shape":"OfferingTransactions"},
1174
+ "nextToken":{"shape":"PaginationToken"}
1175
+ }
1176
+ },
1177
+ "ListOfferingsRequest":{
1178
+ "type":"structure",
1179
+ "members":{
1180
+ "nextToken":{"shape":"PaginationToken"}
1181
+ }
1182
+ },
1183
+ "ListOfferingsResult":{
1184
+ "type":"structure",
1185
+ "members":{
1186
+ "offerings":{"shape":"Offerings"},
1187
+ "nextToken":{"shape":"PaginationToken"}
1188
+ }
1189
+ },
1050
1190
  "ListProjectsRequest":{
1051
1191
  "type":"structure",
1052
1192
  "members":{
@@ -1165,7 +1305,7 @@
1165
1305
  "Long":{"type":"long"},
1166
1306
  "Message":{
1167
1307
  "type":"string",
1168
- "max":8192,
1308
+ "max":16384,
1169
1309
  "min":0
1170
1310
  },
1171
1311
  "Metadata":{
@@ -1173,11 +1313,25 @@
1173
1313
  "max":8192,
1174
1314
  "min":0
1175
1315
  },
1316
+ "MonetaryAmount":{
1317
+ "type":"structure",
1318
+ "members":{
1319
+ "amount":{"shape":"Double"},
1320
+ "currencyCode":{"shape":"CurrencyCode"}
1321
+ }
1322
+ },
1176
1323
  "Name":{
1177
1324
  "type":"string",
1178
1325
  "max":256,
1179
1326
  "min":0
1180
1327
  },
1328
+ "NotEligibleException":{
1329
+ "type":"structure",
1330
+ "members":{
1331
+ "message":{"shape":"Message"}
1332
+ },
1333
+ "exception":true
1334
+ },
1181
1335
  "NotFoundException":{
1182
1336
  "type":"structure",
1183
1337
  "members":{
@@ -1185,6 +1339,63 @@
1185
1339
  },
1186
1340
  "exception":true
1187
1341
  },
1342
+ "Offering":{
1343
+ "type":"structure",
1344
+ "members":{
1345
+ "id":{"shape":"OfferingIdentifier"},
1346
+ "description":{"shape":"Message"},
1347
+ "type":{"shape":"OfferingType"},
1348
+ "platform":{"shape":"DevicePlatform"},
1349
+ "recurringCharges":{"shape":"RecurringCharges"}
1350
+ }
1351
+ },
1352
+ "OfferingIdentifier":{
1353
+ "type":"string",
1354
+ "min":32
1355
+ },
1356
+ "OfferingStatus":{
1357
+ "type":"structure",
1358
+ "members":{
1359
+ "type":{"shape":"OfferingTransactionType"},
1360
+ "offering":{"shape":"Offering"},
1361
+ "quantity":{"shape":"Integer"},
1362
+ "effectiveOn":{"shape":"DateTime"}
1363
+ }
1364
+ },
1365
+ "OfferingStatusMap":{
1366
+ "type":"map",
1367
+ "key":{"shape":"OfferingIdentifier"},
1368
+ "value":{"shape":"OfferingStatus"}
1369
+ },
1370
+ "OfferingTransaction":{
1371
+ "type":"structure",
1372
+ "members":{
1373
+ "offeringStatus":{"shape":"OfferingStatus"},
1374
+ "transactionId":{"shape":"TransactionIdentifier"},
1375
+ "createdOn":{"shape":"DateTime"},
1376
+ "cost":{"shape":"MonetaryAmount"}
1377
+ }
1378
+ },
1379
+ "OfferingTransactionType":{
1380
+ "type":"string",
1381
+ "enum":[
1382
+ "PURCHASE",
1383
+ "RENEW",
1384
+ "SYSTEM"
1385
+ ]
1386
+ },
1387
+ "OfferingTransactions":{
1388
+ "type":"list",
1389
+ "member":{"shape":"OfferingTransaction"}
1390
+ },
1391
+ "OfferingType":{
1392
+ "type":"string",
1393
+ "enum":["RECURRING"]
1394
+ },
1395
+ "Offerings":{
1396
+ "type":"list",
1397
+ "member":{"shape":"Offering"}
1398
+ },
1188
1399
  "PaginationToken":{
1189
1400
  "type":"string",
1190
1401
  "max":1024,
@@ -1225,6 +1436,19 @@
1225
1436
  "type":"list",
1226
1437
  "member":{"shape":"Project"}
1227
1438
  },
1439
+ "PurchaseOfferingRequest":{
1440
+ "type":"structure",
1441
+ "members":{
1442
+ "offeringId":{"shape":"OfferingIdentifier"},
1443
+ "quantity":{"shape":"Integer"}
1444
+ }
1445
+ },
1446
+ "PurchaseOfferingResult":{
1447
+ "type":"structure",
1448
+ "members":{
1449
+ "offeringTransaction":{"shape":"OfferingTransaction"}
1450
+ }
1451
+ },
1228
1452
  "PurchasedDevicesMap":{
1229
1453
  "type":"map",
1230
1454
  "key":{"shape":"DevicePlatform"},
@@ -1239,6 +1463,34 @@
1239
1463
  "gps":{"shape":"Boolean"}
1240
1464
  }
1241
1465
  },
1466
+ "RecurringCharge":{
1467
+ "type":"structure",
1468
+ "members":{
1469
+ "cost":{"shape":"MonetaryAmount"},
1470
+ "frequency":{"shape":"RecurringChargeFrequency"}
1471
+ }
1472
+ },
1473
+ "RecurringChargeFrequency":{
1474
+ "type":"string",
1475
+ "enum":["MONTHLY"]
1476
+ },
1477
+ "RecurringCharges":{
1478
+ "type":"list",
1479
+ "member":{"shape":"RecurringCharge"}
1480
+ },
1481
+ "RenewOfferingRequest":{
1482
+ "type":"structure",
1483
+ "members":{
1484
+ "offeringId":{"shape":"OfferingIdentifier"},
1485
+ "quantity":{"shape":"Integer"}
1486
+ }
1487
+ },
1488
+ "RenewOfferingResult":{
1489
+ "type":"structure",
1490
+ "members":{
1491
+ "offeringTransaction":{"shape":"OfferingTransaction"}
1492
+ }
1493
+ },
1242
1494
  "Resolution":{
1243
1495
  "type":"structure",
1244
1496
  "members":{
@@ -1377,6 +1629,19 @@
1377
1629
  },
1378
1630
  "exception":true
1379
1631
  },
1632
+ "StopRunRequest":{
1633
+ "type":"structure",
1634
+ "required":["arn"],
1635
+ "members":{
1636
+ "arn":{"shape":"AmazonResourceName"}
1637
+ }
1638
+ },
1639
+ "StopRunResult":{
1640
+ "type":"structure",
1641
+ "members":{
1642
+ "run":{"shape":"Run"}
1643
+ }
1644
+ },
1380
1645
  "String":{"type":"string"},
1381
1646
  "Suite":{
1382
1647
  "type":"structure",
@@ -1442,6 +1707,10 @@
1442
1707
  "type":"list",
1443
1708
  "member":{"shape":"Test"}
1444
1709
  },
1710
+ "TransactionIdentifier":{
1711
+ "type":"string",
1712
+ "min":32
1713
+ },
1445
1714
  "URL":{
1446
1715
  "type":"string",
1447
1716
  "max":2048,
@@ -1,5 +1,1109 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "AbortEnvironmentUpdate": [
5
+ {
6
+ "input": {
7
+ "EnvironmentName": "my-env"
8
+ },
9
+ "comments": {
10
+ "input": {
11
+ },
12
+ "output": {
13
+ }
14
+ },
15
+ "description": "The following code aborts a running application version deployment for an environment named my-env:",
16
+ "id": "to-abort-a-deployment-1456267848227",
17
+ "title": "To abort a deployment"
18
+ }
19
+ ],
20
+ "CheckDNSAvailability": [
21
+ {
22
+ "input": {
23
+ "CNAMEPrefix": "my-cname"
24
+ },
25
+ "output": {
26
+ "Available": true,
27
+ "FullyQualifiedCNAME": "my-cname.us-west-2.elasticbeanstalk.com"
28
+ },
29
+ "comments": {
30
+ "input": {
31
+ },
32
+ "output": {
33
+ }
34
+ },
35
+ "description": "The following operation checks the availability of the subdomain my-cname:",
36
+ "id": "to-check-the-availability-of-a-cname-1456268589537",
37
+ "title": "To check the availability of a CNAME"
38
+ }
39
+ ],
40
+ "CreateApplication": [
41
+ {
42
+ "input": {
43
+ "ApplicationName": "my-app",
44
+ "Description": "my application"
45
+ },
46
+ "output": {
47
+ "Application": {
48
+ "ApplicationName": "my-app",
49
+ "ConfigurationTemplates": [
50
+
51
+ ],
52
+ "DateCreated": "2015-02-12T18:32:21.181Z",
53
+ "DateUpdated": "2015-02-12T18:32:21.181Z",
54
+ "Description": "my application"
55
+ }
56
+ },
57
+ "comments": {
58
+ "input": {
59
+ },
60
+ "output": {
61
+ }
62
+ },
63
+ "description": "The following operation creates a new application named my-app:",
64
+ "id": "to-create-a-new-application-1456268895683",
65
+ "title": "To create a new application"
66
+ }
67
+ ],
68
+ "CreateApplicationVersion": [
69
+ {
70
+ "input": {
71
+ "ApplicationName": "my-app",
72
+ "AutoCreateApplication": true,
73
+ "Description": "my-app-v1",
74
+ "Process": true,
75
+ "SourceBundle": {
76
+ "S3Bucket": "my-bucket",
77
+ "S3Key": "sample.war"
78
+ },
79
+ "VersionLabel": "v1"
80
+ },
81
+ "output": {
82
+ "ApplicationVersion": {
83
+ "ApplicationName": "my-app",
84
+ "DateCreated": "2015-02-03T23:01:25.412Z",
85
+ "DateUpdated": "2015-02-03T23:01:25.412Z",
86
+ "Description": "my-app-v1",
87
+ "SourceBundle": {
88
+ "S3Bucket": "my-bucket",
89
+ "S3Key": "sample.war"
90
+ },
91
+ "VersionLabel": "v1"
92
+ }
93
+ },
94
+ "comments": {
95
+ "input": {
96
+ },
97
+ "output": {
98
+ }
99
+ },
100
+ "description": "The following operation creates a new version (v1) of an application named my-app:",
101
+ "id": "to-create-a-new-application-1456268895683",
102
+ "title": "To create a new application"
103
+ }
104
+ ],
105
+ "CreateConfigurationTemplate": [
106
+ {
107
+ "input": {
108
+ "ApplicationName": "my-app",
109
+ "EnvironmentId": "e-rpqsewtp2j",
110
+ "TemplateName": "my-app-v1"
111
+ },
112
+ "output": {
113
+ "ApplicationName": "my-app",
114
+ "DateCreated": "2015-08-12T18:40:39Z",
115
+ "DateUpdated": "2015-08-12T18:40:39Z",
116
+ "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
117
+ "TemplateName": "my-app-v1"
118
+ },
119
+ "comments": {
120
+ "input": {
121
+ },
122
+ "output": {
123
+ }
124
+ },
125
+ "description": "The following operation creates a configuration template named my-app-v1 from the settings applied to an environment with the id e-rpqsewtp2j:",
126
+ "id": "to-create-a-configuration-template-1456269283586",
127
+ "title": "To create a configuration template"
128
+ }
129
+ ],
130
+ "CreateEnvironment": [
131
+ {
132
+ "input": {
133
+ "ApplicationName": "my-app",
134
+ "CNAMEPrefix": "my-app",
135
+ "EnvironmentName": "my-env",
136
+ "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
137
+ "VersionLabel": "v1"
138
+ },
139
+ "output": {
140
+ "ApplicationName": "my-app",
141
+ "CNAME": "my-app.elasticbeanstalk.com",
142
+ "DateCreated": "2015-02-03T23:04:54.479Z",
143
+ "DateUpdated": "2015-02-03T23:04:54.479Z",
144
+ "EnvironmentId": "e-izqpassy4h",
145
+ "EnvironmentName": "my-env",
146
+ "Health": "Grey",
147
+ "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
148
+ "Status": "Launching",
149
+ "Tier": {
150
+ "Name": "WebServer",
151
+ "Type": "Standard",
152
+ "Version": " "
153
+ },
154
+ "VersionLabel": "v1"
155
+ },
156
+ "comments": {
157
+ "input": {
158
+ },
159
+ "output": {
160
+ }
161
+ },
162
+ "description": "The following operation creates a new environment for version v1 of a java application named my-app:",
163
+ "id": "to-create-a-new-environment-for-an-application-1456269380396",
164
+ "title": "To create a new environment for an application"
165
+ }
166
+ ],
167
+ "CreateStorageLocation": [
168
+ {
169
+ "output": {
170
+ "S3Bucket": "elasticbeanstalk-us-west-2-0123456789012"
171
+ },
172
+ "comments": {
173
+ "input": {
174
+ },
175
+ "output": {
176
+ }
177
+ },
178
+ "description": "The following operation creates a new environment for version v1 of a java application named my-app:",
179
+ "id": "to-create-a-new-environment-for-an-application-1456269380396",
180
+ "title": "To create a new environment for an application"
181
+ }
182
+ ],
183
+ "DeleteApplication": [
184
+ {
185
+ "input": {
186
+ "ApplicationName": "my-app"
187
+ },
188
+ "comments": {
189
+ "input": {
190
+ },
191
+ "output": {
192
+ }
193
+ },
194
+ "description": "The following operation deletes an application named my-app:",
195
+ "id": "to-delete-an-application-1456269699366",
196
+ "title": "To delete an application"
197
+ }
198
+ ],
199
+ "DeleteApplicationVersion": [
200
+ {
201
+ "input": {
202
+ "ApplicationName": "my-app",
203
+ "DeleteSourceBundle": true,
204
+ "VersionLabel": "22a0-stage-150819_182129"
205
+ },
206
+ "comments": {
207
+ "input": {
208
+ },
209
+ "output": {
210
+ }
211
+ },
212
+ "description": "The following operation deletes an application version named 22a0-stage-150819_182129 for an application named my-app:",
213
+ "id": "to-delete-an-application-version-1456269792956",
214
+ "title": "To delete an application version"
215
+ }
216
+ ],
217
+ "DeleteConfigurationTemplate": [
218
+ {
219
+ "input": {
220
+ "ApplicationName": "my-app",
221
+ "TemplateName": "my-template"
222
+ },
223
+ "comments": {
224
+ "input": {
225
+ },
226
+ "output": {
227
+ }
228
+ },
229
+ "description": "The following operation deletes a configuration template named my-template for an application named my-app:",
230
+ "id": "to-delete-a-configuration-template-1456269836701",
231
+ "title": "To delete a configuration template"
232
+ }
233
+ ],
234
+ "DeleteEnvironmentConfiguration": [
235
+ {
236
+ "input": {
237
+ "ApplicationName": "my-app",
238
+ "EnvironmentName": "my-env"
239
+ },
240
+ "comments": {
241
+ "input": {
242
+ },
243
+ "output": {
244
+ }
245
+ },
246
+ "description": "The following operation deletes a draft configuration for an environment named my-env:",
247
+ "id": "to-delete-a-draft-configuration-1456269886654",
248
+ "title": "To delete a draft configuration"
249
+ }
250
+ ],
251
+ "DescribeApplicationVersions": [
252
+ {
253
+ "input": {
254
+ "ApplicationName": "my-app",
255
+ "VersionLabels": [
256
+ "v2"
257
+ ]
258
+ },
259
+ "output": {
260
+ "ApplicationVersions": [
261
+ {
262
+ "ApplicationName": "my-app",
263
+ "DateCreated": "2015-07-23T01:32:26.079Z",
264
+ "DateUpdated": "2015-07-23T01:32:26.079Z",
265
+ "Description": "update cover page",
266
+ "SourceBundle": {
267
+ "S3Bucket": "elasticbeanstalk-us-west-2-015321684451",
268
+ "S3Key": "my-app/5026-stage-150723_224258.war"
269
+ },
270
+ "VersionLabel": "v2"
271
+ },
272
+ {
273
+ "ApplicationName": "my-app",
274
+ "DateCreated": "2015-07-23T22:26:10.816Z",
275
+ "DateUpdated": "2015-07-23T22:26:10.816Z",
276
+ "Description": "initial version",
277
+ "SourceBundle": {
278
+ "S3Bucket": "elasticbeanstalk-us-west-2-015321684451",
279
+ "S3Key": "my-app/5026-stage-150723_222618.war"
280
+ },
281
+ "VersionLabel": "v1"
282
+ }
283
+ ]
284
+ },
285
+ "comments": {
286
+ "input": {
287
+ },
288
+ "output": {
289
+ }
290
+ },
291
+ "description": "The following operation retrieves information about an application version labeled v2:",
292
+ "id": "to-view-information-about-an-application-version-1456269947428",
293
+ "title": "To view information about an application version"
294
+ }
295
+ ],
296
+ "DescribeApplications": [
297
+ {
298
+ "input": {
299
+ },
300
+ "output": {
301
+ "Applications": [
302
+ {
303
+ "ApplicationName": "ruby",
304
+ "ConfigurationTemplates": [
305
+
306
+ ],
307
+ "DateCreated": "2015-08-13T21:05:44.376Z",
308
+ "DateUpdated": "2015-08-13T21:05:44.376Z",
309
+ "Versions": [
310
+ "Sample Application"
311
+ ]
312
+ },
313
+ {
314
+ "ApplicationName": "pythonsample",
315
+ "ConfigurationTemplates": [
316
+
317
+ ],
318
+ "DateCreated": "2015-08-13T19:05:43.637Z",
319
+ "DateUpdated": "2015-08-13T19:05:43.637Z",
320
+ "Description": "Application created from the EB CLI using \"eb init\"",
321
+ "Versions": [
322
+ "Sample Application"
323
+ ]
324
+ },
325
+ {
326
+ "ApplicationName": "nodejs-example",
327
+ "ConfigurationTemplates": [
328
+
329
+ ],
330
+ "DateCreated": "2015-08-06T17:50:02.486Z",
331
+ "DateUpdated": "2015-08-06T17:50:02.486Z",
332
+ "Versions": [
333
+ "add elasticache",
334
+ "First Release"
335
+ ]
336
+ }
337
+ ]
338
+ },
339
+ "comments": {
340
+ "input": {
341
+ },
342
+ "output": {
343
+ }
344
+ },
345
+ "description": "The following operation retrieves information about applications in the current region:",
346
+ "id": "to-view-a-list-of-applications-1456270027373",
347
+ "title": "To view a list of applications"
348
+ }
349
+ ],
350
+ "DescribeConfigurationOptions": [
351
+ {
352
+ "input": {
353
+ "ApplicationName": "my-app",
354
+ "EnvironmentName": "my-env"
355
+ },
356
+ "output": {
357
+ "Options": [
358
+ {
359
+ "ChangeSeverity": "NoInterruption",
360
+ "DefaultValue": "30",
361
+ "MaxValue": 300,
362
+ "MinValue": 5,
363
+ "Name": "Interval",
364
+ "Namespace": "aws:elb:healthcheck",
365
+ "UserDefined": false,
366
+ "ValueType": "Scalar"
367
+ },
368
+ {
369
+ "ChangeSeverity": "NoInterruption",
370
+ "DefaultValue": "2000000",
371
+ "MinValue": 0,
372
+ "Name": "LowerThreshold",
373
+ "Namespace": "aws:autoscaling:trigger",
374
+ "UserDefined": false,
375
+ "ValueType": "Scalar"
376
+ }
377
+ ]
378
+ },
379
+ "comments": {
380
+ "input": {
381
+ },
382
+ "output": {
383
+ }
384
+ },
385
+ "description": "The following operation retrieves descriptions of all available configuration options for an environment named my-env:",
386
+ "id": "to-view-configuration-options-for-an-environment-1456276763917",
387
+ "title": "To view configuration options for an environment"
388
+ }
389
+ ],
390
+ "DescribeConfigurationSettings": [
391
+ {
392
+ "input": {
393
+ "ApplicationName": "my-app",
394
+ "EnvironmentName": "my-env"
395
+ },
396
+ "output": {
397
+ "ConfigurationSettings": [
398
+ {
399
+ "ApplicationName": "my-app",
400
+ "DateCreated": "2015-08-13T19:16:25Z",
401
+ "DateUpdated": "2015-08-13T23:30:07Z",
402
+ "DeploymentStatus": "deployed",
403
+ "Description": "Environment created from the EB CLI using \"eb create\"",
404
+ "EnvironmentName": "my-env",
405
+ "OptionSettings": [
406
+ {
407
+ "Namespace": "aws:autoscaling:asg",
408
+ "OptionName": "Availability Zones",
409
+ "ResourceName": "AWSEBAutoScalingGroup",
410
+ "Value": "Any"
411
+ },
412
+ {
413
+ "Namespace": "aws:autoscaling:asg",
414
+ "OptionName": "Cooldown",
415
+ "ResourceName": "AWSEBAutoScalingGroup",
416
+ "Value": "360"
417
+ },
418
+ {
419
+ "Namespace": "aws:elb:policies",
420
+ "OptionName": "ConnectionDrainingTimeout",
421
+ "ResourceName": "AWSEBLoadBalancer",
422
+ "Value": "20"
423
+ },
424
+ {
425
+ "Namespace": "aws:elb:policies",
426
+ "OptionName": "ConnectionSettingIdleTimeout",
427
+ "ResourceName": "AWSEBLoadBalancer",
428
+ "Value": "60"
429
+ }
430
+ ],
431
+ "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8"
432
+ }
433
+ ]
434
+ },
435
+ "comments": {
436
+ "input": {
437
+ },
438
+ "output": {
439
+ "abbreviated": "Output is abbreviated"
440
+ }
441
+ },
442
+ "description": "The following operation retrieves configuration settings for an environment named my-env:",
443
+ "id": "to-view-configurations-settings-for-an-environment-1456276924537",
444
+ "title": "To view configurations settings for an environment"
445
+ }
446
+ ],
447
+ "DescribeEnvironmentHealth": [
448
+ {
449
+ "input": {
450
+ "AttributeNames": [
451
+ "All"
452
+ ],
453
+ "EnvironmentName": "my-env"
454
+ },
455
+ "output": {
456
+ "ApplicationMetrics": {
457
+ "Duration": 10,
458
+ "Latency": {
459
+ "P10": 0.001,
460
+ "P50": 0.001,
461
+ "P75": 0.002,
462
+ "P85": 0.003,
463
+ "P90": 0.003,
464
+ "P95": 0.004,
465
+ "P99": 0.004,
466
+ "P999": 0.004
467
+ },
468
+ "RequestCount": 45,
469
+ "StatusCodes": {
470
+ "Status2xx": 45,
471
+ "Status3xx": 0,
472
+ "Status4xx": 0,
473
+ "Status5xx": 0
474
+ }
475
+ },
476
+ "Causes": [
477
+
478
+ ],
479
+ "Color": "Green",
480
+ "EnvironmentName": "my-env",
481
+ "HealthStatus": "Ok",
482
+ "InstancesHealth": {
483
+ "Degraded": 0,
484
+ "Info": 0,
485
+ "NoData": 0,
486
+ "Ok": 1,
487
+ "Pending": 0,
488
+ "Severe": 0,
489
+ "Unknown": 0,
490
+ "Warning": 0
491
+ },
492
+ "RefreshedAt": "2015-08-20T21:09:18Z"
493
+ },
494
+ "comments": {
495
+ "input": {
496
+ },
497
+ "output": {
498
+ }
499
+ },
500
+ "description": "The following operation retrieves overall health information for an environment named my-env:",
501
+ "id": "to-view-environment-health-1456277109510",
502
+ "title": "To view environment health"
503
+ }
504
+ ],
505
+ "DescribeEnvironmentResources": [
506
+ {
507
+ "input": {
508
+ "EnvironmentName": "my-env"
509
+ },
510
+ "output": {
511
+ "EnvironmentResources": {
512
+ "AutoScalingGroups": [
513
+ {
514
+ "Name": "awseb-e-qu3fyyjyjs-stack-AWSEBAutoScalingGroup-QSB2ZO88SXZT"
515
+ }
516
+ ],
517
+ "EnvironmentName": "my-env",
518
+ "Instances": [
519
+ {
520
+ "Id": "i-0c91c786"
521
+ }
522
+ ],
523
+ "LaunchConfigurations": [
524
+ {
525
+ "Name": "awseb-e-qu3fyyjyjs-stack-AWSEBAutoScalingLaunchConfiguration-1UUVQIBC96TQ2"
526
+ }
527
+ ],
528
+ "LoadBalancers": [
529
+ {
530
+ "Name": "awseb-e-q-AWSEBLoa-1EEPZ0K98BIF0"
531
+ }
532
+ ],
533
+ "Queues": [
534
+
535
+ ],
536
+ "Triggers": [
537
+
538
+ ]
539
+ }
540
+ },
541
+ "comments": {
542
+ "input": {
543
+ },
544
+ "output": {
545
+ }
546
+ },
547
+ "description": "The following operation retrieves information about resources in an environment named my-env:",
548
+ "id": "to-view-information-about-the-aws-resources-in-your-environment-1456277206232",
549
+ "title": "To view information about the AWS resources in your environment"
550
+ }
551
+ ],
552
+ "DescribeEnvironments": [
553
+ {
554
+ "input": {
555
+ "EnvironmentNames": [
556
+ "my-env"
557
+ ]
558
+ },
559
+ "output": {
560
+ "Environments": [
561
+ {
562
+ "AbortableOperationInProgress": false,
563
+ "ApplicationName": "my-app",
564
+ "CNAME": "my-env.elasticbeanstalk.com",
565
+ "DateCreated": "2015-08-07T20:48:49.599Z",
566
+ "DateUpdated": "2015-08-12T18:16:55.019Z",
567
+ "EndpointURL": "awseb-e-w-AWSEBLoa-1483140XB0Q4L-109QXY8121.us-west-2.elb.amazonaws.com",
568
+ "EnvironmentId": "e-rpqsewtp2j",
569
+ "EnvironmentName": "my-env",
570
+ "Health": "Green",
571
+ "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
572
+ "Status": "Ready",
573
+ "Tier": {
574
+ "Name": "WebServer",
575
+ "Type": "Standard",
576
+ "Version": " "
577
+ },
578
+ "VersionLabel": "7f58-stage-150812_025409"
579
+ }
580
+ ]
581
+ },
582
+ "comments": {
583
+ "input": {
584
+ },
585
+ "output": {
586
+ }
587
+ },
588
+ "description": "The following operation retrieves information about an environment named my-env:",
589
+ "id": "to-view-information-about-an-environment-1456277288662",
590
+ "title": "To view information about an environment"
591
+ }
592
+ ],
593
+ "DescribeEvents": [
594
+ {
595
+ "input": {
596
+ "EnvironmentName": "my-env"
597
+ },
598
+ "output": {
599
+ "Events": [
600
+ {
601
+ "ApplicationName": "my-app",
602
+ "EnvironmentName": "my-env",
603
+ "EventDate": "2015-08-20T07:06:53.535Z",
604
+ "Message": "Environment health has transitioned from Info to Ok.",
605
+ "Severity": "INFO"
606
+ },
607
+ {
608
+ "ApplicationName": "my-app",
609
+ "EnvironmentName": "my-env",
610
+ "EventDate": "2015-08-20T07:06:02.049Z",
611
+ "Message": "Environment update completed successfully.",
612
+ "RequestId": "b7f3960b-4709-11e5-ba1e-07e16200da41",
613
+ "Severity": "INFO"
614
+ },
615
+ {
616
+ "ApplicationName": "my-app",
617
+ "EnvironmentName": "my-env",
618
+ "EventDate": "2015-08-13T19:16:27.561Z",
619
+ "Message": "Using elasticbeanstalk-us-west-2-012445113685 as Amazon S3 storage bucket for environment data.",
620
+ "RequestId": "ca8dfbf6-41ef-11e5-988b-651aa638f46b",
621
+ "Severity": "INFO"
622
+ },
623
+ {
624
+ "ApplicationName": "my-app",
625
+ "EnvironmentName": "my-env",
626
+ "EventDate": "2015-08-13T19:16:26.581Z",
627
+ "Message": "createEnvironment is starting.",
628
+ "RequestId": "cdfba8f6-41ef-11e5-988b-65638f41aa6b",
629
+ "Severity": "INFO"
630
+ }
631
+ ]
632
+ },
633
+ "comments": {
634
+ "input": {
635
+ },
636
+ "output": {
637
+ }
638
+ },
639
+ "description": "The following operation retrieves events for an environment named my-env:",
640
+ "id": "to-view-events-for-an-environment-1456277367589",
641
+ "title": "To view events for an environment"
642
+ }
643
+ ],
644
+ "DescribeInstancesHealth": [
645
+ {
646
+ "input": {
647
+ "AttributeNames": [
648
+ "All"
649
+ ],
650
+ "EnvironmentName": "my-env"
651
+ },
652
+ "output": {
653
+ "InstanceHealthList": [
654
+ {
655
+ "ApplicationMetrics": {
656
+ "Duration": 10,
657
+ "Latency": {
658
+ "P10": 0,
659
+ "P50": 0.001,
660
+ "P75": 0.002,
661
+ "P85": 0.003,
662
+ "P90": 0.004,
663
+ "P95": 0.005,
664
+ "P99": 0.006,
665
+ "P999": 0.006
666
+ },
667
+ "RequestCount": 48,
668
+ "StatusCodes": {
669
+ "Status2xx": 47,
670
+ "Status3xx": 0,
671
+ "Status4xx": 1,
672
+ "Status5xx": 0
673
+ }
674
+ },
675
+ "Causes": [
676
+
677
+ ],
678
+ "Color": "Green",
679
+ "HealthStatus": "Ok",
680
+ "InstanceId": "i-08691cc7",
681
+ "LaunchedAt": "2015-08-13T19:17:09Z",
682
+ "System": {
683
+ "CPUUtilization": {
684
+ "IOWait": 0.2,
685
+ "IRQ": 0,
686
+ "Idle": 97.8,
687
+ "Nice": 0.1,
688
+ "SoftIRQ": 0.1,
689
+ "System": 0.3,
690
+ "User": 1.5
691
+ },
692
+ "LoadAverage": [
693
+ 0,
694
+ 0.02,
695
+ 0.05
696
+ ]
697
+ }
698
+ }
699
+ ],
700
+ "RefreshedAt": "2015-08-20T21:09:08Z"
701
+ },
702
+ "comments": {
703
+ "input": {
704
+ },
705
+ "output": {
706
+ }
707
+ },
708
+ "description": "The following operation retrieves health information for instances in an environment named my-env:",
709
+ "id": "to-view-environment-health-1456277424757",
710
+ "title": "To view environment health"
711
+ }
712
+ ],
713
+ "ListAvailableSolutionStacks": [
714
+ {
715
+ "output": {
716
+ "SolutionStackDetails": [
717
+ {
718
+ "PermittedFileTypes": [
719
+ "zip"
720
+ ],
721
+ "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Node.js"
722
+ }
723
+ ],
724
+ "SolutionStacks": [
725
+ "64bit Amazon Linux 2015.03 v2.0.0 running Node.js",
726
+ "64bit Amazon Linux 2015.03 v2.0.0 running PHP 5.6",
727
+ "64bit Amazon Linux 2015.03 v2.0.0 running PHP 5.5",
728
+ "64bit Amazon Linux 2015.03 v2.0.0 running PHP 5.4",
729
+ "64bit Amazon Linux 2015.03 v2.0.0 running Python 3.4",
730
+ "64bit Amazon Linux 2015.03 v2.0.0 running Python 2.7",
731
+ "64bit Amazon Linux 2015.03 v2.0.0 running Python",
732
+ "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 2.2 (Puma)",
733
+ "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 2.2 (Passenger Standalone)",
734
+ "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 2.1 (Puma)",
735
+ "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 2.1 (Passenger Standalone)",
736
+ "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 2.0 (Puma)",
737
+ "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 2.0 (Passenger Standalone)",
738
+ "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 1.9.3",
739
+ "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
740
+ "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 7 Java 7",
741
+ "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 7 Java 6",
742
+ "64bit Windows Server Core 2012 R2 running IIS 8.5",
743
+ "64bit Windows Server 2012 R2 running IIS 8.5",
744
+ "64bit Windows Server 2012 running IIS 8",
745
+ "64bit Windows Server 2008 R2 running IIS 7.5",
746
+ "64bit Amazon Linux 2015.03 v2.0.0 running Docker 1.6.2",
747
+ "64bit Amazon Linux 2015.03 v2.0.0 running Multi-container Docker 1.6.2 (Generic)",
748
+ "64bit Debian jessie v2.0.0 running GlassFish 4.1 Java 8 (Preconfigured - Docker)",
749
+ "64bit Debian jessie v2.0.0 running GlassFish 4.0 Java 7 (Preconfigured - Docker)",
750
+ "64bit Debian jessie v2.0.0 running Go 1.4 (Preconfigured - Docker)",
751
+ "64bit Debian jessie v2.0.0 running Go 1.3 (Preconfigured - Docker)",
752
+ "64bit Debian jessie v2.0.0 running Python 3.4 (Preconfigured - Docker)"
753
+ ]
754
+ },
755
+ "comments": {
756
+ "input": {
757
+ },
758
+ "output": {
759
+ }
760
+ },
761
+ "description": "The following operation lists solution stacks for all currently available platform configurations and any that you have used in the past:",
762
+ "id": "to-view-solution-stacks-1456277504811",
763
+ "title": "To view solution stacks"
764
+ }
765
+ ],
766
+ "RebuildEnvironment": [
767
+ {
768
+ "input": {
769
+ "EnvironmentName": "my-env"
770
+ },
771
+ "comments": {
772
+ "input": {
773
+ },
774
+ "output": {
775
+ }
776
+ },
777
+ "description": "The following operation terminates and recreates the resources in an environment named my-env:",
778
+ "id": "to-rebuild-an-environment-1456277600918",
779
+ "title": "To rebuild an environment"
780
+ }
781
+ ],
782
+ "RequestEnvironmentInfo": [
783
+ {
784
+ "input": {
785
+ "EnvironmentName": "my-env",
786
+ "InfoType": "tail"
787
+ },
788
+ "comments": {
789
+ "input": {
790
+ },
791
+ "output": {
792
+ }
793
+ },
794
+ "description": "The following operation requests logs from an environment named my-env:",
795
+ "id": "to-request-tailed-logs-1456277657045",
796
+ "title": "To request tailed logs"
797
+ }
798
+ ],
799
+ "RestartAppServer": [
800
+ {
801
+ "input": {
802
+ "EnvironmentName": "my-env"
803
+ },
804
+ "comments": {
805
+ "input": {
806
+ },
807
+ "output": {
808
+ }
809
+ },
810
+ "description": "The following operation restarts application servers on all instances in an environment named my-env:",
811
+ "id": "to-restart-application-servers-1456277739302",
812
+ "title": "To restart application servers"
813
+ }
814
+ ],
815
+ "RetrieveEnvironmentInfo": [
816
+ {
817
+ "input": {
818
+ "EnvironmentName": "my-env",
819
+ "InfoType": "tail"
820
+ },
821
+ "output": {
822
+ "EnvironmentInfo": [
823
+ {
824
+ "Ec2InstanceId": "i-09c1c867",
825
+ "InfoType": "tail",
826
+ "Message": "https://elasticbeanstalk-us-west-2-0123456789012.s3.amazonaws.com/resources/environments/logs/tail/e-fyqyju3yjs/i-09c1c867/TailLogs-1440109397703.out?AWSAccessKeyId=AKGPT4J56IAJ2EUBL5CQ&Expires=1440195891&Signature=n%2BEalOV6A2HIOx4Rcfb7LT16bBM%3D",
827
+ "SampleTimestamp": "2015-08-20T22:23:17.703Z"
828
+ }
829
+ ]
830
+ },
831
+ "comments": {
832
+ "input": {
833
+ },
834
+ "output": {
835
+ }
836
+ },
837
+ "description": "The following operation retrieves a link to logs from an environment named my-env:",
838
+ "id": "to-retrieve-tailed-logs-1456277792734",
839
+ "title": "To retrieve tailed logs"
840
+ }
841
+ ],
842
+ "SwapEnvironmentCNAMEs": [
843
+ {
844
+ "input": {
845
+ "DestinationEnvironmentName": "my-env-green",
846
+ "SourceEnvironmentName": "my-env-blue"
847
+ },
848
+ "comments": {
849
+ "input": {
850
+ },
851
+ "output": {
852
+ }
853
+ },
854
+ "description": "The following operation swaps the assigned subdomains of two environments:",
855
+ "id": "to-swap-environment-cnames-1456277839438",
856
+ "title": "To swap environment CNAMES"
857
+ }
858
+ ],
859
+ "TerminateEnvironment": [
860
+ {
861
+ "input": {
862
+ "EnvironmentName": "my-env"
863
+ },
864
+ "output": {
865
+ "AbortableOperationInProgress": false,
866
+ "ApplicationName": "my-app",
867
+ "CNAME": "my-env.elasticbeanstalk.com",
868
+ "DateCreated": "2015-08-12T18:52:53.622Z",
869
+ "DateUpdated": "2015-08-12T19:05:54.744Z",
870
+ "EndpointURL": "awseb-e-f-AWSEBLoa-1I9XUMP4-8492WNUP202574.us-west-2.elb.amazonaws.com",
871
+ "EnvironmentId": "e-fh2eravpns",
872
+ "EnvironmentName": "my-env",
873
+ "Health": "Grey",
874
+ "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
875
+ "Status": "Terminating",
876
+ "Tier": {
877
+ "Name": "WebServer",
878
+ "Type": "Standard",
879
+ "Version": " "
880
+ }
881
+ },
882
+ "comments": {
883
+ "input": {
884
+ },
885
+ "output": {
886
+ }
887
+ },
888
+ "description": "The following operation terminates an Elastic Beanstalk environment named my-env:",
889
+ "id": "to-terminate-an-environment-1456277888556",
890
+ "title": "To terminate an environment"
891
+ }
892
+ ],
893
+ "UpdateApplication": [
894
+ {
895
+ "input": {
896
+ "ApplicationName": "my-app",
897
+ "Description": "my Elastic Beanstalk application"
898
+ },
899
+ "output": {
900
+ "Application": {
901
+ "ApplicationName": "my-app",
902
+ "ConfigurationTemplates": [
903
+
904
+ ],
905
+ "DateCreated": "2015-08-13T19:15:50.449Z",
906
+ "DateUpdated": "2015-08-20T22:34:56.195Z",
907
+ "Description": "my Elastic Beanstalk application",
908
+ "Versions": [
909
+ "2fba-stage-150819_234450",
910
+ "bf07-stage-150820_214945",
911
+ "93f8",
912
+ "fd7c-stage-150820_000431",
913
+ "22a0-stage-150819_185942"
914
+ ]
915
+ }
916
+ },
917
+ "comments": {
918
+ "input": {
919
+ },
920
+ "output": {
921
+ }
922
+ },
923
+ "description": "The following operation updates the description of an application named my-app:",
924
+ "id": "to-change-an-applications-description-1456277957075",
925
+ "title": "To change an application's description"
926
+ }
927
+ ],
928
+ "UpdateApplicationVersion": [
929
+ {
930
+ "input": {
931
+ "ApplicationName": "my-app",
932
+ "Description": "new description",
933
+ "VersionLabel": "22a0-stage-150819_185942"
934
+ },
935
+ "output": {
936
+ "ApplicationVersion": {
937
+ "ApplicationName": "my-app",
938
+ "DateCreated": "2015-08-19T18:59:17.646Z",
939
+ "DateUpdated": "2015-08-20T22:53:28.871Z",
940
+ "Description": "new description",
941
+ "SourceBundle": {
942
+ "S3Bucket": "elasticbeanstalk-us-west-2-0123456789012",
943
+ "S3Key": "my-app/22a0-stage-150819_185942.war"
944
+ },
945
+ "VersionLabel": "22a0-stage-150819_185942"
946
+ }
947
+ },
948
+ "comments": {
949
+ "input": {
950
+ },
951
+ "output": {
952
+ }
953
+ },
954
+ "description": "The following operation updates the description of an application version named 22a0-stage-150819_185942:",
955
+ "id": "to-change-an-application-versions-description-1456278019237",
956
+ "title": "To change an application version's description"
957
+ }
958
+ ],
959
+ "UpdateConfigurationTemplate": [
960
+ {
961
+ "input": {
962
+ "ApplicationName": "my-app",
963
+ "OptionsToRemove": [
964
+ {
965
+ "Namespace": "aws:elasticbeanstalk:healthreporting:system",
966
+ "OptionName": "ConfigDocument"
967
+ }
968
+ ],
969
+ "TemplateName": "my-template"
970
+ },
971
+ "output": {
972
+ "ApplicationName": "my-app",
973
+ "DateCreated": "2015-08-20T22:39:31Z",
974
+ "DateUpdated": "2015-08-20T22:43:11Z",
975
+ "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
976
+ "TemplateName": "my-template"
977
+ },
978
+ "comments": {
979
+ "input": {
980
+ },
981
+ "output": {
982
+ }
983
+ },
984
+ "description": "The following operation removes the configured CloudWatch custom health metrics configuration ConfigDocument from a saved configuration template named my-template:",
985
+ "id": "to-update-a-configuration-template-1456278075300",
986
+ "title": "To update a configuration template"
987
+ }
988
+ ],
989
+ "UpdateEnvironment": [
990
+ {
991
+ "input": {
992
+ "EnvironmentName": "my-env",
993
+ "VersionLabel": "v2"
994
+ },
995
+ "output": {
996
+ "ApplicationName": "my-app",
997
+ "CNAME": "my-env.elasticbeanstalk.com",
998
+ "DateCreated": "2015-02-03T23:04:54.453Z",
999
+ "DateUpdated": "2015-02-03T23:12:29.119Z",
1000
+ "EndpointURL": "awseb-e-i-AWSEBLoa-1RDLX6TC9VUAO-0123456789.us-west-2.elb.amazonaws.com",
1001
+ "EnvironmentId": "e-szqipays4h",
1002
+ "EnvironmentName": "my-env",
1003
+ "Health": "Grey",
1004
+ "SolutionStackName": "64bit Amazon Linux running Tomcat 7",
1005
+ "Status": "Updating",
1006
+ "Tier": {
1007
+ "Name": "WebServer",
1008
+ "Type": "Standard",
1009
+ "Version": " "
1010
+ },
1011
+ "VersionLabel": "v2"
1012
+ },
1013
+ "comments": {
1014
+ "input": {
1015
+ },
1016
+ "output": {
1017
+ }
1018
+ },
1019
+ "description": "The following operation updates an environment named \"my-env\" to version \"v2\" of the application to which it belongs:",
1020
+ "id": "to-update-an-environment-to-a-new-version-1456278210718",
1021
+ "title": "To update an environment to a new version"
1022
+ },
1023
+ {
1024
+ "input": {
1025
+ "EnvironmentName": "my-env",
1026
+ "OptionSettings": [
1027
+ {
1028
+ "Namespace": "aws:elb:healthcheck",
1029
+ "OptionName": "Interval",
1030
+ "Value": "15"
1031
+ },
1032
+ {
1033
+ "Namespace": "aws:elb:healthcheck",
1034
+ "OptionName": "Timeout",
1035
+ "Value": "8"
1036
+ },
1037
+ {
1038
+ "Namespace": "aws:elb:healthcheck",
1039
+ "OptionName": "HealthyThreshold",
1040
+ "Value": "2"
1041
+ },
1042
+ {
1043
+ "Namespace": "aws:elb:healthcheck",
1044
+ "OptionName": "UnhealthyThreshold",
1045
+ "Value": "3"
1046
+ }
1047
+ ]
1048
+ },
1049
+ "output": {
1050
+ "AbortableOperationInProgress": true,
1051
+ "ApplicationName": "my-app",
1052
+ "CNAME": "my-env.elasticbeanstalk.com",
1053
+ "DateCreated": "2015-08-07T20:48:49.599Z",
1054
+ "DateUpdated": "2015-08-12T18:15:23.804Z",
1055
+ "EndpointURL": "awseb-e-w-AWSEBLoa-14XB83101Q4L-104QXY80921.sa-east-1.elb.amazonaws.com",
1056
+ "EnvironmentId": "e-wtp2rpqsej",
1057
+ "EnvironmentName": "my-env",
1058
+ "Health": "Grey",
1059
+ "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
1060
+ "Status": "Updating",
1061
+ "Tier": {
1062
+ "Name": "WebServer",
1063
+ "Type": "Standard",
1064
+ "Version": " "
1065
+ },
1066
+ "VersionLabel": "7f58-stage-150812_025409"
1067
+ },
1068
+ "comments": {
1069
+ "input": {
1070
+ },
1071
+ "output": {
1072
+ }
1073
+ },
1074
+ "description": "The following operation configures several options in the aws:elb:loadbalancer namespace:",
1075
+ "id": "to-configure-option-settings-1456278286349",
1076
+ "title": "To configure option settings"
1077
+ }
1078
+ ],
1079
+ "ValidateConfigurationSettings": [
1080
+ {
1081
+ "input": {
1082
+ "ApplicationName": "my-app",
1083
+ "EnvironmentName": "my-env",
1084
+ "OptionSettings": [
1085
+ {
1086
+ "Namespace": "aws:elasticbeanstalk:healthreporting:system",
1087
+ "OptionName": "ConfigDocument",
1088
+ "Value": "{\"CloudWatchMetrics\": {\"Environment\": {\"ApplicationLatencyP99.9\": null,\"InstancesSevere\": 60,\"ApplicationLatencyP90\": 60,\"ApplicationLatencyP99\": null,\"ApplicationLatencyP95\": 60,\"InstancesUnknown\": 60,\"ApplicationLatencyP85\": 60,\"InstancesInfo\": null,\"ApplicationRequests2xx\": null,\"InstancesDegraded\": null,\"InstancesWarning\": 60,\"ApplicationLatencyP50\": 60,\"ApplicationRequestsTotal\": null,\"InstancesNoData\": null,\"InstancesPending\": 60,\"ApplicationLatencyP10\": null,\"ApplicationRequests5xx\": null,\"ApplicationLatencyP75\": null,\"InstancesOk\": 60,\"ApplicationRequests3xx\": null,\"ApplicationRequests4xx\": null},\"Instance\": {\"ApplicationLatencyP99.9\": null,\"ApplicationLatencyP90\": 60,\"ApplicationLatencyP99\": null,\"ApplicationLatencyP95\": null,\"ApplicationLatencyP85\": null,\"CPUUser\": 60,\"ApplicationRequests2xx\": null,\"CPUIdle\": null,\"ApplicationLatencyP50\": null,\"ApplicationRequestsTotal\": 60,\"RootFilesystemUtil\": null,\"LoadAverage1min\": null,\"CPUIrq\": null,\"CPUNice\": 60,\"CPUIowait\": 60,\"ApplicationLatencyP10\": null,\"LoadAverage5min\": null,\"ApplicationRequests5xx\": null,\"ApplicationLatencyP75\": 60,\"CPUSystem\": 60,\"ApplicationRequests3xx\": 60,\"ApplicationRequests4xx\": null,\"InstanceHealth\": null,\"CPUSoftirq\": 60}},\"Version\": 1}"
1089
+ }
1090
+ ]
1091
+ },
1092
+ "output": {
1093
+ "Messages": [
1094
+
1095
+ ]
1096
+ },
1097
+ "comments": {
1098
+ "input": {
1099
+ },
1100
+ "output": {
1101
+ }
1102
+ },
1103
+ "description": "The following operation validates a CloudWatch custom metrics config document:",
1104
+ "id": "to-validate-configuration-settings-1456278393654",
1105
+ "title": "To validate configuration settings"
1106
+ }
1107
+ ]
4
1108
  }
5
1109
  }