aws-sdk-core 2.11.112 → 2.11.113
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88d0d2f13b3300f61a3b52c681e414c8ca85295d
|
4
|
+
data.tar.gz: 7453f01b3d5c608b6a41330c89445df77381cba1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83f57417b8bb4934a83b1ad52f3f7604d618d7828b915f94027e3d401adaff702188064ed0fbca4eb97a101634012152e0da7177a4395bea307068f016daa665
|
7
|
+
data.tar.gz: f19359b5c205ca20865d89a95867f1d1469f606daf2ecbcc24db859cce02b7ae3328629842a917c66912455b9daa5b7db34a09bba7431ff1d1167c33371699d8
|
@@ -11658,6 +11658,13 @@
|
|
11658
11658
|
"t2.large",
|
11659
11659
|
"t2.xlarge",
|
11660
11660
|
"t2.2xlarge",
|
11661
|
+
"t3.nano",
|
11662
|
+
"t3.micro",
|
11663
|
+
"t3.small",
|
11664
|
+
"t3.medium",
|
11665
|
+
"t3.large",
|
11666
|
+
"t3.xlarge",
|
11667
|
+
"t3.2xlarge",
|
11661
11668
|
"m1.small",
|
11662
11669
|
"m1.medium",
|
11663
11670
|
"m1.large",
|
@@ -839,7 +839,8 @@
|
|
839
839
|
"Idle":{"shape":"NullableDouble"},
|
840
840
|
"IOWait":{"shape":"NullableDouble"},
|
841
841
|
"IRQ":{"shape":"NullableDouble"},
|
842
|
-
"SoftIRQ":{"shape":"NullableDouble"}
|
842
|
+
"SoftIRQ":{"shape":"NullableDouble"},
|
843
|
+
"Privileged":{"shape":"NullableDouble"}
|
843
844
|
}
|
844
845
|
},
|
845
846
|
"Cause":{
|
@@ -1,695 +1,695 @@
|
|
1
1
|
{
|
2
|
-
"version":"1.0",
|
3
|
-
"examples":{
|
4
|
-
"AbortEnvironmentUpdate":[
|
2
|
+
"version": "1.0",
|
3
|
+
"examples": {
|
4
|
+
"AbortEnvironmentUpdate": [
|
5
5
|
{
|
6
|
-
"input":{
|
7
|
-
"EnvironmentName":"my-env"
|
6
|
+
"input": {
|
7
|
+
"EnvironmentName": "my-env"
|
8
8
|
},
|
9
|
-
"comments":{
|
10
|
-
"input":{
|
9
|
+
"comments": {
|
10
|
+
"input": {
|
11
11
|
},
|
12
|
-
"output":{
|
12
|
+
"output": {
|
13
13
|
}
|
14
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"
|
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
18
|
}
|
19
19
|
],
|
20
|
-
"CheckDNSAvailability":[
|
20
|
+
"CheckDNSAvailability": [
|
21
21
|
{
|
22
|
-
"input":{
|
23
|
-
"CNAMEPrefix":"my-cname"
|
22
|
+
"input": {
|
23
|
+
"CNAMEPrefix": "my-cname"
|
24
24
|
},
|
25
|
-
"output":{
|
26
|
-
"Available":true,
|
27
|
-
"FullyQualifiedCNAME":"my-cname.us-west-2.elasticbeanstalk.com"
|
25
|
+
"output": {
|
26
|
+
"Available": true,
|
27
|
+
"FullyQualifiedCNAME": "my-cname.us-west-2.elasticbeanstalk.com"
|
28
28
|
},
|
29
|
-
"comments":{
|
30
|
-
"input":{
|
29
|
+
"comments": {
|
30
|
+
"input": {
|
31
31
|
},
|
32
|
-
"output":{
|
32
|
+
"output": {
|
33
33
|
}
|
34
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"
|
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
38
|
}
|
39
39
|
],
|
40
|
-
"CreateApplication":[
|
40
|
+
"CreateApplication": [
|
41
41
|
{
|
42
|
-
"input":{
|
43
|
-
"ApplicationName":"my-app",
|
44
|
-
"Description":"my application"
|
45
|
-
},
|
46
|
-
"output":{
|
47
|
-
"Application":{
|
48
|
-
"ApplicationName":"my-app",
|
49
|
-
"ConfigurationTemplates":[
|
42
|
+
"input": {
|
43
|
+
"ApplicationName": "my-app",
|
44
|
+
"Description": "my application"
|
45
|
+
},
|
46
|
+
"output": {
|
47
|
+
"Application": {
|
48
|
+
"ApplicationName": "my-app",
|
49
|
+
"ConfigurationTemplates": [
|
50
50
|
|
51
51
|
],
|
52
|
-
"DateCreated":"2015-02-12T18:32:21.181Z",
|
53
|
-
"DateUpdated":"2015-02-12T18:32:21.181Z",
|
54
|
-
"Description":"my application"
|
52
|
+
"DateCreated": "2015-02-12T18:32:21.181Z",
|
53
|
+
"DateUpdated": "2015-02-12T18:32:21.181Z",
|
54
|
+
"Description": "my application"
|
55
55
|
}
|
56
56
|
},
|
57
|
-
"comments":{
|
58
|
-
"input":{
|
57
|
+
"comments": {
|
58
|
+
"input": {
|
59
59
|
},
|
60
|
-
"output":{
|
60
|
+
"output": {
|
61
61
|
}
|
62
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"
|
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
66
|
}
|
67
67
|
],
|
68
|
-
"CreateApplicationVersion":[
|
68
|
+
"CreateApplicationVersion": [
|
69
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"
|
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
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"
|
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
90
|
},
|
91
|
-
"VersionLabel":"v1"
|
91
|
+
"VersionLabel": "v1"
|
92
92
|
}
|
93
93
|
},
|
94
|
-
"comments":{
|
95
|
-
"input":{
|
94
|
+
"comments": {
|
95
|
+
"input": {
|
96
96
|
},
|
97
|
-
"output":{
|
97
|
+
"output": {
|
98
98
|
}
|
99
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"
|
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
103
|
}
|
104
104
|
],
|
105
|
-
"CreateConfigurationTemplate":[
|
105
|
+
"CreateConfigurationTemplate": [
|
106
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":{
|
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
121
|
},
|
122
|
-
"output":{
|
122
|
+
"output": {
|
123
123
|
}
|
124
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"
|
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
128
|
}
|
129
129
|
],
|
130
|
-
"CreateEnvironment":[
|
130
|
+
"CreateEnvironment": [
|
131
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":" "
|
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
153
|
},
|
154
|
-
"VersionLabel":"v1"
|
154
|
+
"VersionLabel": "v1"
|
155
155
|
},
|
156
|
-
"comments":{
|
157
|
-
"input":{
|
156
|
+
"comments": {
|
157
|
+
"input": {
|
158
158
|
},
|
159
|
-
"output":{
|
159
|
+
"output": {
|
160
160
|
}
|
161
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"
|
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
165
|
}
|
166
166
|
],
|
167
|
-
"CreateStorageLocation":[
|
167
|
+
"CreateStorageLocation": [
|
168
168
|
{
|
169
|
-
"output":{
|
170
|
-
"S3Bucket":"elasticbeanstalk-us-west-2-0123456789012"
|
169
|
+
"output": {
|
170
|
+
"S3Bucket": "elasticbeanstalk-us-west-2-0123456789012"
|
171
171
|
},
|
172
|
-
"comments":{
|
173
|
-
"input":{
|
172
|
+
"comments": {
|
173
|
+
"input": {
|
174
174
|
},
|
175
|
-
"output":{
|
175
|
+
"output": {
|
176
176
|
}
|
177
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"
|
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
181
|
}
|
182
182
|
],
|
183
|
-
"DeleteApplication":[
|
183
|
+
"DeleteApplication": [
|
184
184
|
{
|
185
|
-
"input":{
|
186
|
-
"ApplicationName":"my-app"
|
185
|
+
"input": {
|
186
|
+
"ApplicationName": "my-app"
|
187
187
|
},
|
188
|
-
"comments":{
|
189
|
-
"input":{
|
188
|
+
"comments": {
|
189
|
+
"input": {
|
190
190
|
},
|
191
|
-
"output":{
|
191
|
+
"output": {
|
192
192
|
}
|
193
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"
|
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
197
|
}
|
198
198
|
],
|
199
|
-
"DeleteApplicationVersion":[
|
199
|
+
"DeleteApplicationVersion": [
|
200
200
|
{
|
201
|
-
"input":{
|
202
|
-
"ApplicationName":"my-app",
|
203
|
-
"DeleteSourceBundle":true,
|
204
|
-
"VersionLabel":"22a0-stage-150819_182129"
|
201
|
+
"input": {
|
202
|
+
"ApplicationName": "my-app",
|
203
|
+
"DeleteSourceBundle": true,
|
204
|
+
"VersionLabel": "22a0-stage-150819_182129"
|
205
205
|
},
|
206
|
-
"comments":{
|
207
|
-
"input":{
|
206
|
+
"comments": {
|
207
|
+
"input": {
|
208
208
|
},
|
209
|
-
"output":{
|
209
|
+
"output": {
|
210
210
|
}
|
211
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"
|
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
215
|
}
|
216
216
|
],
|
217
|
-
"DeleteConfigurationTemplate":[
|
217
|
+
"DeleteConfigurationTemplate": [
|
218
218
|
{
|
219
|
-
"input":{
|
220
|
-
"ApplicationName":"my-app",
|
221
|
-
"TemplateName":"my-template"
|
219
|
+
"input": {
|
220
|
+
"ApplicationName": "my-app",
|
221
|
+
"TemplateName": "my-template"
|
222
222
|
},
|
223
|
-
"comments":{
|
224
|
-
"input":{
|
223
|
+
"comments": {
|
224
|
+
"input": {
|
225
225
|
},
|
226
|
-
"output":{
|
226
|
+
"output": {
|
227
227
|
}
|
228
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"
|
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
232
|
}
|
233
233
|
],
|
234
|
-
"DeleteEnvironmentConfiguration":[
|
234
|
+
"DeleteEnvironmentConfiguration": [
|
235
235
|
{
|
236
|
-
"input":{
|
237
|
-
"ApplicationName":"my-app",
|
238
|
-
"EnvironmentName":"my-env"
|
236
|
+
"input": {
|
237
|
+
"ApplicationName": "my-app",
|
238
|
+
"EnvironmentName": "my-env"
|
239
239
|
},
|
240
|
-
"comments":{
|
241
|
-
"input":{
|
240
|
+
"comments": {
|
241
|
+
"input": {
|
242
242
|
},
|
243
|
-
"output":{
|
243
|
+
"output": {
|
244
244
|
}
|
245
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"
|
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
249
|
}
|
250
250
|
],
|
251
|
-
"DescribeApplicationVersions":[
|
251
|
+
"DescribeApplicationVersions": [
|
252
252
|
{
|
253
|
-
"input":{
|
254
|
-
"ApplicationName":"my-app",
|
255
|
-
"VersionLabels":[
|
253
|
+
"input": {
|
254
|
+
"ApplicationName": "my-app",
|
255
|
+
"VersionLabels": [
|
256
256
|
"v2"
|
257
257
|
]
|
258
258
|
},
|
259
|
-
"output":{
|
260
|
-
"ApplicationVersions":[
|
259
|
+
"output": {
|
260
|
+
"ApplicationVersions": [
|
261
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"
|
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
269
|
},
|
270
|
-
"VersionLabel":"v2"
|
270
|
+
"VersionLabel": "v2"
|
271
271
|
},
|
272
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"
|
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
280
|
},
|
281
|
-
"VersionLabel":"v1"
|
281
|
+
"VersionLabel": "v1"
|
282
282
|
}
|
283
283
|
]
|
284
284
|
},
|
285
|
-
"comments":{
|
286
|
-
"input":{
|
285
|
+
"comments": {
|
286
|
+
"input": {
|
287
287
|
},
|
288
|
-
"output":{
|
288
|
+
"output": {
|
289
289
|
}
|
290
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"
|
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
294
|
}
|
295
295
|
],
|
296
|
-
"DescribeApplications":[
|
296
|
+
"DescribeApplications": [
|
297
297
|
{
|
298
|
-
"input":{
|
298
|
+
"input": {
|
299
299
|
},
|
300
|
-
"output":{
|
301
|
-
"Applications":[
|
300
|
+
"output": {
|
301
|
+
"Applications": [
|
302
302
|
{
|
303
|
-
"ApplicationName":"ruby",
|
304
|
-
"ConfigurationTemplates":[
|
303
|
+
"ApplicationName": "ruby",
|
304
|
+
"ConfigurationTemplates": [
|
305
305
|
|
306
306
|
],
|
307
|
-
"DateCreated":"2015-08-13T21:05:44.376Z",
|
308
|
-
"DateUpdated":"2015-08-13T21:05:44.376Z",
|
309
|
-
"Versions":[
|
307
|
+
"DateCreated": "2015-08-13T21:05:44.376Z",
|
308
|
+
"DateUpdated": "2015-08-13T21:05:44.376Z",
|
309
|
+
"Versions": [
|
310
310
|
"Sample Application"
|
311
311
|
]
|
312
312
|
},
|
313
313
|
{
|
314
|
-
"ApplicationName":"pythonsample",
|
315
|
-
"ConfigurationTemplates":[
|
314
|
+
"ApplicationName": "pythonsample",
|
315
|
+
"ConfigurationTemplates": [
|
316
316
|
|
317
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":[
|
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
322
|
"Sample Application"
|
323
323
|
]
|
324
324
|
},
|
325
325
|
{
|
326
|
-
"ApplicationName":"nodejs-example",
|
327
|
-
"ConfigurationTemplates":[
|
326
|
+
"ApplicationName": "nodejs-example",
|
327
|
+
"ConfigurationTemplates": [
|
328
328
|
|
329
329
|
],
|
330
|
-
"DateCreated":"2015-08-06T17:50:02.486Z",
|
331
|
-
"DateUpdated":"2015-08-06T17:50:02.486Z",
|
332
|
-
"Versions":[
|
330
|
+
"DateCreated": "2015-08-06T17:50:02.486Z",
|
331
|
+
"DateUpdated": "2015-08-06T17:50:02.486Z",
|
332
|
+
"Versions": [
|
333
333
|
"add elasticache",
|
334
334
|
"First Release"
|
335
335
|
]
|
336
336
|
}
|
337
337
|
]
|
338
338
|
},
|
339
|
-
"comments":{
|
340
|
-
"input":{
|
339
|
+
"comments": {
|
340
|
+
"input": {
|
341
341
|
},
|
342
|
-
"output":{
|
342
|
+
"output": {
|
343
343
|
}
|
344
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"
|
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
348
|
}
|
349
349
|
],
|
350
|
-
"DescribeConfigurationOptions":[
|
350
|
+
"DescribeConfigurationOptions": [
|
351
351
|
{
|
352
|
-
"input":{
|
353
|
-
"ApplicationName":"my-app",
|
354
|
-
"EnvironmentName":"my-env"
|
352
|
+
"input": {
|
353
|
+
"ApplicationName": "my-app",
|
354
|
+
"EnvironmentName": "my-env"
|
355
355
|
},
|
356
|
-
"output":{
|
357
|
-
"Options":[
|
356
|
+
"output": {
|
357
|
+
"Options": [
|
358
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"
|
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
367
|
},
|
368
368
|
{
|
369
|
-
"ChangeSeverity":"NoInterruption",
|
370
|
-
"DefaultValue":"2000000",
|
371
|
-
"MinValue":0,
|
372
|
-
"Name":"LowerThreshold",
|
373
|
-
"Namespace":"aws:autoscaling:trigger",
|
374
|
-
"UserDefined":false,
|
375
|
-
"ValueType":"Scalar"
|
369
|
+
"ChangeSeverity": "NoInterruption",
|
370
|
+
"DefaultValue": "2000000",
|
371
|
+
"MinValue": 0,
|
372
|
+
"Name": "LowerThreshold",
|
373
|
+
"Namespace": "aws:autoscaling:trigger",
|
374
|
+
"UserDefined": false,
|
375
|
+
"ValueType": "Scalar"
|
376
376
|
}
|
377
377
|
]
|
378
378
|
},
|
379
|
-
"comments":{
|
380
|
-
"input":{
|
379
|
+
"comments": {
|
380
|
+
"input": {
|
381
381
|
},
|
382
|
-
"output":{
|
382
|
+
"output": {
|
383
383
|
}
|
384
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"
|
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
388
|
}
|
389
389
|
],
|
390
|
-
"DescribeConfigurationSettings":[
|
390
|
+
"DescribeConfigurationSettings": [
|
391
391
|
{
|
392
|
-
"input":{
|
393
|
-
"ApplicationName":"my-app",
|
394
|
-
"EnvironmentName":"my-env"
|
392
|
+
"input": {
|
393
|
+
"ApplicationName": "my-app",
|
394
|
+
"EnvironmentName": "my-env"
|
395
395
|
},
|
396
|
-
"output":{
|
397
|
-
"ConfigurationSettings":[
|
396
|
+
"output": {
|
397
|
+
"ConfigurationSettings": [
|
398
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":[
|
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
406
|
{
|
407
|
-
"Namespace":"aws:autoscaling:asg",
|
408
|
-
"OptionName":"Availability Zones",
|
409
|
-
"ResourceName":"AWSEBAutoScalingGroup",
|
410
|
-
"Value":"Any"
|
407
|
+
"Namespace": "aws:autoscaling:asg",
|
408
|
+
"OptionName": "Availability Zones",
|
409
|
+
"ResourceName": "AWSEBAutoScalingGroup",
|
410
|
+
"Value": "Any"
|
411
411
|
},
|
412
412
|
{
|
413
|
-
"Namespace":"aws:autoscaling:asg",
|
414
|
-
"OptionName":"Cooldown",
|
415
|
-
"ResourceName":"AWSEBAutoScalingGroup",
|
416
|
-
"Value":"360"
|
413
|
+
"Namespace": "aws:autoscaling:asg",
|
414
|
+
"OptionName": "Cooldown",
|
415
|
+
"ResourceName": "AWSEBAutoScalingGroup",
|
416
|
+
"Value": "360"
|
417
417
|
},
|
418
418
|
{
|
419
|
-
"Namespace":"aws:elb:policies",
|
420
|
-
"OptionName":"ConnectionDrainingTimeout",
|
421
|
-
"ResourceName":"AWSEBLoadBalancer",
|
422
|
-
"Value":"20"
|
419
|
+
"Namespace": "aws:elb:policies",
|
420
|
+
"OptionName": "ConnectionDrainingTimeout",
|
421
|
+
"ResourceName": "AWSEBLoadBalancer",
|
422
|
+
"Value": "20"
|
423
423
|
},
|
424
424
|
{
|
425
|
-
"Namespace":"aws:elb:policies",
|
426
|
-
"OptionName":"ConnectionSettingIdleTimeout",
|
427
|
-
"ResourceName":"AWSEBLoadBalancer",
|
428
|
-
"Value":"60"
|
425
|
+
"Namespace": "aws:elb:policies",
|
426
|
+
"OptionName": "ConnectionSettingIdleTimeout",
|
427
|
+
"ResourceName": "AWSEBLoadBalancer",
|
428
|
+
"Value": "60"
|
429
429
|
}
|
430
430
|
],
|
431
|
-
"SolutionStackName":"64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8"
|
431
|
+
"SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8"
|
432
432
|
}
|
433
433
|
]
|
434
434
|
},
|
435
|
-
"comments":{
|
436
|
-
"input":{
|
435
|
+
"comments": {
|
436
|
+
"input": {
|
437
437
|
},
|
438
|
-
"output":{
|
439
|
-
"abbreviated":"Output is abbreviated"
|
438
|
+
"output": {
|
439
|
+
"abbreviated": "Output is abbreviated"
|
440
440
|
}
|
441
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"
|
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
445
|
}
|
446
446
|
],
|
447
|
-
"DescribeEnvironmentHealth":[
|
447
|
+
"DescribeEnvironmentHealth": [
|
448
448
|
{
|
449
|
-
"input":{
|
450
|
-
"AttributeNames":[
|
449
|
+
"input": {
|
450
|
+
"AttributeNames": [
|
451
451
|
"All"
|
452
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
|
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
467
|
},
|
468
|
-
"RequestCount":45,
|
469
|
-
"StatusCodes":{
|
470
|
-
"Status2xx":45,
|
471
|
-
"Status3xx":0,
|
472
|
-
"Status4xx":0,
|
473
|
-
"Status5xx":0
|
468
|
+
"RequestCount": 45,
|
469
|
+
"StatusCodes": {
|
470
|
+
"Status2xx": 45,
|
471
|
+
"Status3xx": 0,
|
472
|
+
"Status4xx": 0,
|
473
|
+
"Status5xx": 0
|
474
474
|
}
|
475
475
|
},
|
476
|
-
"Causes":[
|
476
|
+
"Causes": [
|
477
477
|
|
478
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
|
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
491
|
},
|
492
|
-
"RefreshedAt":"2015-08-20T21:09:18Z"
|
492
|
+
"RefreshedAt": "2015-08-20T21:09:18Z"
|
493
493
|
},
|
494
|
-
"comments":{
|
495
|
-
"input":{
|
494
|
+
"comments": {
|
495
|
+
"input": {
|
496
496
|
},
|
497
|
-
"output":{
|
497
|
+
"output": {
|
498
498
|
}
|
499
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"
|
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
503
|
}
|
504
504
|
],
|
505
|
-
"DescribeEnvironmentResources":[
|
505
|
+
"DescribeEnvironmentResources": [
|
506
506
|
{
|
507
|
-
"input":{
|
508
|
-
"EnvironmentName":"my-env"
|
507
|
+
"input": {
|
508
|
+
"EnvironmentName": "my-env"
|
509
509
|
},
|
510
|
-
"output":{
|
511
|
-
"EnvironmentResources":{
|
512
|
-
"AutoScalingGroups":[
|
510
|
+
"output": {
|
511
|
+
"EnvironmentResources": {
|
512
|
+
"AutoScalingGroups": [
|
513
513
|
{
|
514
|
-
"Name":"awseb-e-qu3fyyjyjs-stack-AWSEBAutoScalingGroup-QSB2ZO88SXZT"
|
514
|
+
"Name": "awseb-e-qu3fyyjyjs-stack-AWSEBAutoScalingGroup-QSB2ZO88SXZT"
|
515
515
|
}
|
516
516
|
],
|
517
|
-
"EnvironmentName":"my-env",
|
518
|
-
"Instances":[
|
517
|
+
"EnvironmentName": "my-env",
|
518
|
+
"Instances": [
|
519
519
|
{
|
520
|
-
"Id":"i-0c91c786"
|
520
|
+
"Id": "i-0c91c786"
|
521
521
|
}
|
522
522
|
],
|
523
|
-
"LaunchConfigurations":[
|
523
|
+
"LaunchConfigurations": [
|
524
524
|
{
|
525
|
-
"Name":"awseb-e-qu3fyyjyjs-stack-AWSEBAutoScalingLaunchConfiguration-1UUVQIBC96TQ2"
|
525
|
+
"Name": "awseb-e-qu3fyyjyjs-stack-AWSEBAutoScalingLaunchConfiguration-1UUVQIBC96TQ2"
|
526
526
|
}
|
527
527
|
],
|
528
|
-
"LoadBalancers":[
|
528
|
+
"LoadBalancers": [
|
529
529
|
{
|
530
|
-
"Name":"awseb-e-q-AWSEBLoa-1EEPZ0K98BIF0"
|
530
|
+
"Name": "awseb-e-q-AWSEBLoa-1EEPZ0K98BIF0"
|
531
531
|
}
|
532
532
|
],
|
533
|
-
"Queues":[
|
533
|
+
"Queues": [
|
534
534
|
|
535
535
|
],
|
536
|
-
"Triggers":[
|
536
|
+
"Triggers": [
|
537
537
|
|
538
538
|
]
|
539
539
|
}
|
540
540
|
},
|
541
|
-
"comments":{
|
542
|
-
"input":{
|
541
|
+
"comments": {
|
542
|
+
"input": {
|
543
543
|
},
|
544
|
-
"output":{
|
544
|
+
"output": {
|
545
545
|
}
|
546
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"
|
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
550
|
}
|
551
551
|
],
|
552
|
-
"DescribeEnvironments":[
|
552
|
+
"DescribeEnvironments": [
|
553
553
|
{
|
554
|
-
"input":{
|
555
|
-
"EnvironmentNames":[
|
554
|
+
"input": {
|
555
|
+
"EnvironmentNames": [
|
556
556
|
"my-env"
|
557
557
|
]
|
558
558
|
},
|
559
|
-
"output":{
|
560
|
-
"Environments":[
|
559
|
+
"output": {
|
560
|
+
"Environments": [
|
561
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":" "
|
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
577
|
},
|
578
|
-
"VersionLabel":"7f58-stage-150812_025409"
|
578
|
+
"VersionLabel": "7f58-stage-150812_025409"
|
579
579
|
}
|
580
580
|
]
|
581
581
|
},
|
582
|
-
"comments":{
|
583
|
-
"input":{
|
582
|
+
"comments": {
|
583
|
+
"input": {
|
584
584
|
},
|
585
|
-
"output":{
|
585
|
+
"output": {
|
586
586
|
}
|
587
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"
|
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
591
|
}
|
592
592
|
],
|
593
|
-
"DescribeEvents":[
|
593
|
+
"DescribeEvents": [
|
594
594
|
{
|
595
|
-
"input":{
|
596
|
-
"EnvironmentName":"my-env"
|
595
|
+
"input": {
|
596
|
+
"EnvironmentName": "my-env"
|
597
597
|
},
|
598
|
-
"output":{
|
599
|
-
"Events":[
|
598
|
+
"output": {
|
599
|
+
"Events": [
|
600
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"
|
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
606
|
},
|
607
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"
|
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
614
|
},
|
615
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"
|
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
622
|
},
|
623
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"
|
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
630
|
}
|
631
631
|
]
|
632
632
|
},
|
633
|
-
"comments":{
|
634
|
-
"input":{
|
633
|
+
"comments": {
|
634
|
+
"input": {
|
635
635
|
},
|
636
|
-
"output":{
|
636
|
+
"output": {
|
637
637
|
}
|
638
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"
|
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
642
|
}
|
643
643
|
],
|
644
|
-
"DescribeInstancesHealth":[
|
644
|
+
"DescribeInstancesHealth": [
|
645
645
|
{
|
646
|
-
"input":{
|
647
|
-
"AttributeNames":[
|
646
|
+
"input": {
|
647
|
+
"AttributeNames": [
|
648
648
|
"All"
|
649
649
|
],
|
650
|
-
"EnvironmentName":"my-env"
|
650
|
+
"EnvironmentName": "my-env"
|
651
651
|
},
|
652
|
-
"output":{
|
653
|
-
"InstanceHealthList":[
|
652
|
+
"output": {
|
653
|
+
"InstanceHealthList": [
|
654
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
|
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
666
|
},
|
667
|
-
"RequestCount":48,
|
668
|
-
"StatusCodes":{
|
669
|
-
"Status2xx":47,
|
670
|
-
"Status3xx":0,
|
671
|
-
"Status4xx":1,
|
672
|
-
"Status5xx":0
|
667
|
+
"RequestCount": 48,
|
668
|
+
"StatusCodes": {
|
669
|
+
"Status2xx": 47,
|
670
|
+
"Status3xx": 0,
|
671
|
+
"Status4xx": 1,
|
672
|
+
"Status5xx": 0
|
673
673
|
}
|
674
674
|
},
|
675
|
-
"Causes":[
|
675
|
+
"Causes": [
|
676
676
|
|
677
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
|
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
691
|
},
|
692
|
-
"LoadAverage":[
|
692
|
+
"LoadAverage": [
|
693
693
|
0,
|
694
694
|
0.02,
|
695
695
|
0.05
|
@@ -697,31 +697,31 @@
|
|
697
697
|
}
|
698
698
|
}
|
699
699
|
],
|
700
|
-
"RefreshedAt":"2015-08-20T21:09:08Z"
|
700
|
+
"RefreshedAt": "2015-08-20T21:09:08Z"
|
701
701
|
},
|
702
|
-
"comments":{
|
703
|
-
"input":{
|
702
|
+
"comments": {
|
703
|
+
"input": {
|
704
704
|
},
|
705
|
-
"output":{
|
705
|
+
"output": {
|
706
706
|
}
|
707
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"
|
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
711
|
}
|
712
712
|
],
|
713
|
-
"ListAvailableSolutionStacks":[
|
713
|
+
"ListAvailableSolutionStacks": [
|
714
714
|
{
|
715
|
-
"output":{
|
716
|
-
"SolutionStackDetails":[
|
715
|
+
"output": {
|
716
|
+
"SolutionStackDetails": [
|
717
717
|
{
|
718
|
-
"PermittedFileTypes":[
|
718
|
+
"PermittedFileTypes": [
|
719
719
|
"zip"
|
720
720
|
],
|
721
|
-
"SolutionStackName":"64bit Amazon Linux 2015.03 v2.0.0 running Node.js"
|
721
|
+
"SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Node.js"
|
722
722
|
}
|
723
723
|
],
|
724
|
-
"SolutionStacks":[
|
724
|
+
"SolutionStacks": [
|
725
725
|
"64bit Amazon Linux 2015.03 v2.0.0 running Node.js",
|
726
726
|
"64bit Amazon Linux 2015.03 v2.0.0 running PHP 5.6",
|
727
727
|
"64bit Amazon Linux 2015.03 v2.0.0 running PHP 5.5",
|
@@ -752,160 +752,160 @@
|
|
752
752
|
"64bit Debian jessie v2.0.0 running Python 3.4 (Preconfigured - Docker)"
|
753
753
|
]
|
754
754
|
},
|
755
|
-
"comments":{
|
756
|
-
"input":{
|
755
|
+
"comments": {
|
756
|
+
"input": {
|
757
757
|
},
|
758
|
-
"output":{
|
758
|
+
"output": {
|
759
759
|
}
|
760
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"
|
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
764
|
}
|
765
765
|
],
|
766
|
-
"RebuildEnvironment":[
|
766
|
+
"RebuildEnvironment": [
|
767
767
|
{
|
768
|
-
"input":{
|
769
|
-
"EnvironmentName":"my-env"
|
768
|
+
"input": {
|
769
|
+
"EnvironmentName": "my-env"
|
770
770
|
},
|
771
|
-
"comments":{
|
772
|
-
"input":{
|
771
|
+
"comments": {
|
772
|
+
"input": {
|
773
773
|
},
|
774
|
-
"output":{
|
774
|
+
"output": {
|
775
775
|
}
|
776
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"
|
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
780
|
}
|
781
781
|
],
|
782
|
-
"RequestEnvironmentInfo":[
|
782
|
+
"RequestEnvironmentInfo": [
|
783
783
|
{
|
784
|
-
"input":{
|
785
|
-
"EnvironmentName":"my-env",
|
786
|
-
"InfoType":"tail"
|
784
|
+
"input": {
|
785
|
+
"EnvironmentName": "my-env",
|
786
|
+
"InfoType": "tail"
|
787
787
|
},
|
788
|
-
"comments":{
|
789
|
-
"input":{
|
788
|
+
"comments": {
|
789
|
+
"input": {
|
790
790
|
},
|
791
|
-
"output":{
|
791
|
+
"output": {
|
792
792
|
}
|
793
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"
|
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
797
|
}
|
798
798
|
],
|
799
|
-
"RestartAppServer":[
|
799
|
+
"RestartAppServer": [
|
800
800
|
{
|
801
|
-
"input":{
|
802
|
-
"EnvironmentName":"my-env"
|
801
|
+
"input": {
|
802
|
+
"EnvironmentName": "my-env"
|
803
803
|
},
|
804
|
-
"comments":{
|
805
|
-
"input":{
|
804
|
+
"comments": {
|
805
|
+
"input": {
|
806
806
|
},
|
807
|
-
"output":{
|
807
|
+
"output": {
|
808
808
|
}
|
809
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"
|
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
813
|
}
|
814
814
|
],
|
815
|
-
"RetrieveEnvironmentInfo":[
|
815
|
+
"RetrieveEnvironmentInfo": [
|
816
816
|
{
|
817
|
-
"input":{
|
818
|
-
"EnvironmentName":"my-env",
|
819
|
-
"InfoType":"tail"
|
817
|
+
"input": {
|
818
|
+
"EnvironmentName": "my-env",
|
819
|
+
"InfoType": "tail"
|
820
820
|
},
|
821
|
-
"output":{
|
822
|
-
"EnvironmentInfo":[
|
821
|
+
"output": {
|
822
|
+
"EnvironmentInfo": [
|
823
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"
|
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
828
|
}
|
829
829
|
]
|
830
830
|
},
|
831
|
-
"comments":{
|
832
|
-
"input":{
|
831
|
+
"comments": {
|
832
|
+
"input": {
|
833
833
|
},
|
834
|
-
"output":{
|
834
|
+
"output": {
|
835
835
|
}
|
836
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"
|
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
840
|
}
|
841
841
|
],
|
842
|
-
"SwapEnvironmentCNAMEs":[
|
842
|
+
"SwapEnvironmentCNAMEs": [
|
843
843
|
{
|
844
|
-
"input":{
|
845
|
-
"DestinationEnvironmentName":"my-env-green",
|
846
|
-
"SourceEnvironmentName":"my-env-blue"
|
844
|
+
"input": {
|
845
|
+
"DestinationEnvironmentName": "my-env-green",
|
846
|
+
"SourceEnvironmentName": "my-env-blue"
|
847
847
|
},
|
848
|
-
"comments":{
|
849
|
-
"input":{
|
848
|
+
"comments": {
|
849
|
+
"input": {
|
850
850
|
},
|
851
|
-
"output":{
|
851
|
+
"output": {
|
852
852
|
}
|
853
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"
|
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
857
|
}
|
858
858
|
],
|
859
|
-
"TerminateEnvironment":[
|
859
|
+
"TerminateEnvironment": [
|
860
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":" "
|
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
880
|
}
|
881
881
|
},
|
882
|
-
"comments":{
|
883
|
-
"input":{
|
882
|
+
"comments": {
|
883
|
+
"input": {
|
884
884
|
},
|
885
|
-
"output":{
|
885
|
+
"output": {
|
886
886
|
}
|
887
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"
|
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
891
|
}
|
892
892
|
],
|
893
|
-
"UpdateApplication":[
|
893
|
+
"UpdateApplication": [
|
894
894
|
{
|
895
|
-
"input":{
|
896
|
-
"ApplicationName":"my-app",
|
897
|
-
"Description":"my Elastic Beanstalk application"
|
898
|
-
},
|
899
|
-
"output":{
|
900
|
-
"Application":{
|
901
|
-
"ApplicationName":"my-app",
|
902
|
-
"ConfigurationTemplates":[
|
895
|
+
"input": {
|
896
|
+
"ApplicationName": "my-app",
|
897
|
+
"Description": "my Elastic Beanstalk application"
|
898
|
+
},
|
899
|
+
"output": {
|
900
|
+
"Application": {
|
901
|
+
"ApplicationName": "my-app",
|
902
|
+
"ConfigurationTemplates": [
|
903
903
|
|
904
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":[
|
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
909
|
"2fba-stage-150819_234450",
|
910
910
|
"bf07-stage-150820_214945",
|
911
911
|
"93f8",
|
@@ -914,195 +914,195 @@
|
|
914
914
|
]
|
915
915
|
}
|
916
916
|
},
|
917
|
-
"comments":{
|
918
|
-
"input":{
|
917
|
+
"comments": {
|
918
|
+
"input": {
|
919
919
|
},
|
920
|
-
"output":{
|
920
|
+
"output": {
|
921
921
|
}
|
922
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"
|
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
926
|
}
|
927
927
|
],
|
928
|
-
"UpdateApplicationVersion":[
|
928
|
+
"UpdateApplicationVersion": [
|
929
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"
|
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
944
|
},
|
945
|
-
"VersionLabel":"22a0-stage-150819_185942"
|
945
|
+
"VersionLabel": "22a0-stage-150819_185942"
|
946
946
|
}
|
947
947
|
},
|
948
|
-
"comments":{
|
949
|
-
"input":{
|
948
|
+
"comments": {
|
949
|
+
"input": {
|
950
950
|
},
|
951
|
-
"output":{
|
951
|
+
"output": {
|
952
952
|
}
|
953
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"
|
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
957
|
}
|
958
958
|
],
|
959
|
-
"UpdateConfigurationTemplate":[
|
959
|
+
"UpdateConfigurationTemplate": [
|
960
960
|
{
|
961
|
-
"input":{
|
962
|
-
"ApplicationName":"my-app",
|
963
|
-
"OptionsToRemove":[
|
961
|
+
"input": {
|
962
|
+
"ApplicationName": "my-app",
|
963
|
+
"OptionsToRemove": [
|
964
964
|
{
|
965
|
-
"Namespace":"aws:elasticbeanstalk:healthreporting:system",
|
966
|
-
"OptionName":"ConfigDocument"
|
965
|
+
"Namespace": "aws:elasticbeanstalk:healthreporting:system",
|
966
|
+
"OptionName": "ConfigDocument"
|
967
967
|
}
|
968
968
|
],
|
969
|
-
"TemplateName":"my-template"
|
969
|
+
"TemplateName": "my-template"
|
970
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"
|
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
977
|
},
|
978
|
-
"comments":{
|
979
|
-
"input":{
|
978
|
+
"comments": {
|
979
|
+
"input": {
|
980
980
|
},
|
981
|
-
"output":{
|
981
|
+
"output": {
|
982
982
|
}
|
983
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"
|
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
987
|
}
|
988
988
|
],
|
989
|
-
"UpdateEnvironment":[
|
989
|
+
"UpdateEnvironment": [
|
990
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":" "
|
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
1010
|
},
|
1011
|
-
"VersionLabel":"v2"
|
1011
|
+
"VersionLabel": "v2"
|
1012
1012
|
},
|
1013
|
-
"comments":{
|
1014
|
-
"input":{
|
1013
|
+
"comments": {
|
1014
|
+
"input": {
|
1015
1015
|
},
|
1016
|
-
"output":{
|
1016
|
+
"output": {
|
1017
1017
|
}
|
1018
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"
|
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
1022
|
},
|
1023
1023
|
{
|
1024
|
-
"input":{
|
1025
|
-
"EnvironmentName":"my-env",
|
1026
|
-
"OptionSettings":[
|
1024
|
+
"input": {
|
1025
|
+
"EnvironmentName": "my-env",
|
1026
|
+
"OptionSettings": [
|
1027
1027
|
{
|
1028
|
-
"Namespace":"aws:elb:healthcheck",
|
1029
|
-
"OptionName":"Interval",
|
1030
|
-
"Value":"15"
|
1028
|
+
"Namespace": "aws:elb:healthcheck",
|
1029
|
+
"OptionName": "Interval",
|
1030
|
+
"Value": "15"
|
1031
1031
|
},
|
1032
1032
|
{
|
1033
|
-
"Namespace":"aws:elb:healthcheck",
|
1034
|
-
"OptionName":"Timeout",
|
1035
|
-
"Value":"8"
|
1033
|
+
"Namespace": "aws:elb:healthcheck",
|
1034
|
+
"OptionName": "Timeout",
|
1035
|
+
"Value": "8"
|
1036
1036
|
},
|
1037
1037
|
{
|
1038
|
-
"Namespace":"aws:elb:healthcheck",
|
1039
|
-
"OptionName":"HealthyThreshold",
|
1040
|
-
"Value":"2"
|
1038
|
+
"Namespace": "aws:elb:healthcheck",
|
1039
|
+
"OptionName": "HealthyThreshold",
|
1040
|
+
"Value": "2"
|
1041
1041
|
},
|
1042
1042
|
{
|
1043
|
-
"Namespace":"aws:elb:healthcheck",
|
1044
|
-
"OptionName":"UnhealthyThreshold",
|
1045
|
-
"Value":"3"
|
1043
|
+
"Namespace": "aws:elb:healthcheck",
|
1044
|
+
"OptionName": "UnhealthyThreshold",
|
1045
|
+
"Value": "3"
|
1046
1046
|
}
|
1047
1047
|
]
|
1048
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":" "
|
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
1065
|
},
|
1066
|
-
"VersionLabel":"7f58-stage-150812_025409"
|
1066
|
+
"VersionLabel": "7f58-stage-150812_025409"
|
1067
1067
|
},
|
1068
|
-
"comments":{
|
1069
|
-
"input":{
|
1068
|
+
"comments": {
|
1069
|
+
"input": {
|
1070
1070
|
},
|
1071
|
-
"output":{
|
1071
|
+
"output": {
|
1072
1072
|
}
|
1073
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"
|
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
1077
|
}
|
1078
1078
|
],
|
1079
|
-
"ValidateConfigurationSettings":[
|
1079
|
+
"ValidateConfigurationSettings": [
|
1080
1080
|
{
|
1081
|
-
"input":{
|
1082
|
-
"ApplicationName":"my-app",
|
1083
|
-
"EnvironmentName":"my-env",
|
1084
|
-
"OptionSettings":[
|
1081
|
+
"input": {
|
1082
|
+
"ApplicationName": "my-app",
|
1083
|
+
"EnvironmentName": "my-env",
|
1084
|
+
"OptionSettings": [
|
1085
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}"
|
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
1089
|
}
|
1090
1090
|
]
|
1091
1091
|
},
|
1092
|
-
"output":{
|
1093
|
-
"Messages":[
|
1092
|
+
"output": {
|
1093
|
+
"Messages": [
|
1094
1094
|
|
1095
1095
|
]
|
1096
1096
|
},
|
1097
|
-
"comments":{
|
1098
|
-
"input":{
|
1097
|
+
"comments": {
|
1098
|
+
"input": {
|
1099
1099
|
},
|
1100
|
-
"output":{
|
1100
|
+
"output": {
|
1101
1101
|
}
|
1102
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"
|
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
1106
|
}
|
1107
1107
|
]
|
1108
1108
|
}
|