aws-sdk-core 2.10.125 → 2.10.126

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: e7af27e4414689d89df56b159f1c63f2ec1635f4
4
- data.tar.gz: d756184ae1d50e5e8921b0ced9241c817c38c3e1
3
+ metadata.gz: 9b25a34626d2c712e0c47a65aef0d579416722d6
4
+ data.tar.gz: c56baafe9afdb59f4c8a61d3451b7e1f382eeefa
5
5
  SHA512:
6
- metadata.gz: e5739675d94e1cbfa61c8c526ec31f6e86417d459fa994667f76f5440fef2f3ca24b52a4252cdaf2d91519d8f975ab2aa62744e1dd48a4be51b96d018140b9bc
7
- data.tar.gz: 76040dd9c72c7a218bf59c7b4a27e3530fb8a381e1a256ac03989875d8b2c414aadb52fe8aa9003b7ee74d85df37204372af490bf46b61410c9399115dec923c
6
+ metadata.gz: 82358f91d1e0a724277b5fdbcd7dbaa52cf03ea06a7a7817bb928aa44b8dde257893a0a6b5fd76e75e7bb2417a265428ee0a799fc63192404ba76ad077581bad
7
+ data.tar.gz: e987d3daf4f2a4af290fffb4111e66b6ba50333d70316c4414cf99e740b286e583ed21a3cf332743384672a245f97f224cb9a972d41b1ee53430b085a73ec635
@@ -1,5 +1,308 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "CreateEnvironmentEC2": [
5
+ {
6
+ "input": {
7
+ "name": "my-demo-environment",
8
+ "automaticStopTimeMinutes": 60,
9
+ "description": "This is my demonstration environment.",
10
+ "instanceType": "t2.micro",
11
+ "ownerArn": "arn:aws:iam::123456789012:user/MyDemoUser",
12
+ "subnetId": "subnet-1fab8aEX"
13
+ },
14
+ "output": {
15
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
16
+ },
17
+ "comments": {
18
+ "input": {
19
+ },
20
+ "output": {
21
+ }
22
+ },
23
+ "description": "",
24
+ "id": "createenvironmentec2-1516821730547",
25
+ "title": "CreateEnvironmentEC2"
26
+ }
27
+ ],
28
+ "CreateEnvironmentMembership": [
29
+ {
30
+ "input": {
31
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
32
+ "permissions": "read-write",
33
+ "userArn": "arn:aws:iam::123456789012:user/AnotherDemoUser"
34
+ },
35
+ "output": {
36
+ "membership": {
37
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
38
+ "permissions": "read-write",
39
+ "userArn": "arn:aws:iam::123456789012:user/AnotherDemoUser",
40
+ "userId": "AIDAJ3BA6O2FMJWCWXHEX"
41
+ }
42
+ },
43
+ "comments": {
44
+ "input": {
45
+ },
46
+ "output": {
47
+ }
48
+ },
49
+ "description": "",
50
+ "id": "createenvironmentmembership-1516822583452",
51
+ "title": "CreateEnvironmentMembership"
52
+ }
53
+ ],
54
+ "DeleteEnvironment": [
55
+ {
56
+ "input": {
57
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
58
+ },
59
+ "output": {
60
+ },
61
+ "comments": {
62
+ "input": {
63
+ },
64
+ "output": {
65
+ }
66
+ },
67
+ "description": "",
68
+ "id": "deleteenvironment-1516822903149",
69
+ "title": "DeleteEnvironment"
70
+ }
71
+ ],
72
+ "DeleteEnvironmentMembership": [
73
+ {
74
+ "input": {
75
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
76
+ "userArn": "arn:aws:iam::123456789012:user/AnotherDemoUser"
77
+ },
78
+ "output": {
79
+ },
80
+ "comments": {
81
+ "input": {
82
+ },
83
+ "output": {
84
+ }
85
+ },
86
+ "description": "",
87
+ "id": "deleteenvironmentmembership-1516822975655",
88
+ "title": "DeleteEnvironmentMembership"
89
+ }
90
+ ],
91
+ "DescribeEnvironmentMemberships": [
92
+ {
93
+ "input": {
94
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
95
+ },
96
+ "output": {
97
+ "memberships": [
98
+ {
99
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
100
+ "permissions": "read-write",
101
+ "userArn": "arn:aws:iam::123456789012:user/AnotherDemoUser",
102
+ "userId": "AIDAJ3BA6O2FMJWCWXHEX"
103
+ },
104
+ {
105
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
106
+ "permissions": "owner",
107
+ "userArn": "arn:aws:iam::123456789012:user/MyDemoUser",
108
+ "userId": "AIDAJNUEDQAQWFELJDLEX"
109
+ }
110
+ ]
111
+ },
112
+ "comments": {
113
+ "input": {
114
+ },
115
+ "output": {
116
+ }
117
+ },
118
+ "description": "The following example gets information about all of the environment members for the specified AWS Cloud9 development environment.",
119
+ "id": "describeenvironmentmemberships1-1516823070453",
120
+ "title": "DescribeEnvironmentMemberships1"
121
+ },
122
+ {
123
+ "input": {
124
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
125
+ "permissions": [
126
+ "owner"
127
+ ]
128
+ },
129
+ "output": {
130
+ "memberships": [
131
+ {
132
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
133
+ "permissions": "owner",
134
+ "userArn": "arn:aws:iam::123456789012:user/MyDemoUser",
135
+ "userId": "AIDAJNUEDQAQWFELJDLEX"
136
+ }
137
+ ]
138
+ },
139
+ "comments": {
140
+ "input": {
141
+ },
142
+ "output": {
143
+ }
144
+ },
145
+ "description": "The following example gets information about the owner of the specified AWS Cloud9 development environment.",
146
+ "id": "describeenvironmentmemberships2-1516823191355",
147
+ "title": "DescribeEnvironmentMemberships2"
148
+ },
149
+ {
150
+ "input": {
151
+ "userArn": "arn:aws:iam::123456789012:user/MyDemoUser"
152
+ },
153
+ "output": {
154
+ "memberships": [
155
+ {
156
+ "environmentId": "10a75714bd494714929e7f5ec4125aEX",
157
+ "lastAccess": "2018-01-19T11:06:13Z",
158
+ "permissions": "owner",
159
+ "userArn": "arn:aws:iam::123456789012:user/MyDemoUser",
160
+ "userId": "AIDAJNUEDQAQWFELJDLEX"
161
+ },
162
+ {
163
+ "environmentId": "12bfc3cd537f41cb9776f8af5525c9EX",
164
+ "lastAccess": "2018-01-19T11:39:19Z",
165
+ "permissions": "owner",
166
+ "userArn": "arn:aws:iam::123456789012:user/MyDemoUser",
167
+ "userId": "AIDAJNUEDQAQWFELJDLEX"
168
+ }
169
+ ]
170
+ },
171
+ "comments": {
172
+ "input": {
173
+ },
174
+ "output": {
175
+ }
176
+ },
177
+ "description": "The following example gets AWS Cloud9 development environment membership information for the specified user.",
178
+ "id": "describeenvironmentmemberships3-1516823268793",
179
+ "title": "DescribeEnvironmentMemberships3"
180
+ }
181
+ ],
182
+ "DescribeEnvironmentStatus": [
183
+ {
184
+ "input": {
185
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
186
+ },
187
+ "output": {
188
+ "message": "Environment is ready to use",
189
+ "status": "ready"
190
+ },
191
+ "comments": {
192
+ "input": {
193
+ },
194
+ "output": {
195
+ }
196
+ },
197
+ "description": "",
198
+ "id": "describeenvironmentstatus-1516823462133",
199
+ "title": "DescribeEnvironmentStatus"
200
+ }
201
+ ],
202
+ "DescribeEnvironments": [
203
+ {
204
+ "input": {
205
+ "environmentIds": [
206
+ "8d9967e2f0624182b74e7690ad69ebEX",
207
+ "349c86d4579e4e7298d500ff57a6b2EX"
208
+ ]
209
+ },
210
+ "output": {
211
+ "environments": [
212
+ {
213
+ "name": "my-demo-environment",
214
+ "type": "ec2",
215
+ "arn": "arn:aws:cloud9:us-east-2:123456789012:environment:8d9967e2f0624182b74e7690ad69ebEX",
216
+ "description": "This is my demonstration environment.",
217
+ "id": "8d9967e2f0624182b74e7690ad69ebEX",
218
+ "ownerArn": "arn:aws:iam::123456789012:user/MyDemoUser"
219
+ },
220
+ {
221
+ "name": "another-demo-environment",
222
+ "type": "ssh",
223
+ "arn": "arn:aws:cloud9:us-east-2:123456789012:environment:349c86d4579e4e7298d500ff57a6b2EX",
224
+ "id": "349c86d4579e4e7298d500ff57a6b2EX",
225
+ "ownerArn": "arn:aws:sts::123456789012:assumed-role/AnotherDemoUser/AnotherDemoUser"
226
+ }
227
+ ]
228
+ },
229
+ "comments": {
230
+ "input": {
231
+ },
232
+ "output": {
233
+ }
234
+ },
235
+ "description": "",
236
+ "id": "describeenvironments-1516823568291",
237
+ "title": "DescribeEnvironments"
238
+ }
239
+ ],
240
+ "ListEnvironments": [
241
+ {
242
+ "input": {
243
+ },
244
+ "output": {
245
+ "environmentIds": [
246
+ "349c86d4579e4e7298d500ff57a6b2EX",
247
+ "45a3da47af0840f2b0c0824f5ee232EX"
248
+ ]
249
+ },
250
+ "comments": {
251
+ "input": {
252
+ },
253
+ "output": {
254
+ }
255
+ },
256
+ "description": "",
257
+ "id": "listenvironments-1516823687205",
258
+ "title": "ListEnvironments"
259
+ }
260
+ ],
261
+ "UpdateEnvironment": [
262
+ {
263
+ "input": {
264
+ "name": "my-changed-demo-environment",
265
+ "description": "This is my changed demonstration environment.",
266
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
267
+ },
268
+ "output": {
269
+ },
270
+ "comments": {
271
+ "input": {
272
+ },
273
+ "output": {
274
+ }
275
+ },
276
+ "description": "",
277
+ "id": "updateenvironment-1516823781910",
278
+ "title": "UpdateEnvironment"
279
+ }
280
+ ],
281
+ "UpdateEnvironmentMembership": [
282
+ {
283
+ "input": {
284
+ "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
285
+ "permissions": "read-only",
286
+ "userArn": "arn:aws:iam::123456789012:user/AnotherDemoUser"
287
+ },
288
+ "output": {
289
+ "membership": {
290
+ "environmentId": "8d9967e2f0624182b74e7690ad69eb31",
291
+ "permissions": "read-only",
292
+ "userArn": "arn:aws:iam::123456789012:user/AnotherDemoUser",
293
+ "userId": "AIDAJ3BA6O2FMJWCWXHEX"
294
+ }
295
+ },
296
+ "comments": {
297
+ "input": {
298
+ },
299
+ "output": {
300
+ }
301
+ },
302
+ "description": "",
303
+ "id": "updateenvironmentmembership-1516823876645",
304
+ "title": "UpdateEnvironmentMembership"
305
+ }
306
+ ]
4
307
  }
5
308
  }
@@ -50,6 +50,7 @@
50
50
  "errors":[
51
51
  {"shape":"ResourceInUseException"},
52
52
  {"shape":"ResourceNotFoundException"},
53
+ {"shape":"LimitExceededException"},
53
54
  {"shape":"InvalidArgumentException"}
54
55
  ]
55
56
  },
@@ -178,9 +179,26 @@
178
179
  "errors":[
179
180
  {"shape":"ResourceInUseException"},
180
181
  {"shape":"ResourceNotFoundException"},
182
+ {"shape":"LimitExceededException"},
181
183
  {"shape":"InvalidArgumentException"}
182
184
  ]
183
185
  },
186
+ "ListShards":{
187
+ "name":"ListShards",
188
+ "http":{
189
+ "method":"POST",
190
+ "requestUri":"/"
191
+ },
192
+ "input":{"shape":"ListShardsInput"},
193
+ "output":{"shape":"ListShardsOutput"},
194
+ "errors":[
195
+ {"shape":"ResourceNotFoundException"},
196
+ {"shape":"InvalidArgumentException"},
197
+ {"shape":"LimitExceededException"},
198
+ {"shape":"ExpiredNextTokenException"},
199
+ {"shape":"ResourceInUseException"}
200
+ ]
201
+ },
184
202
  "ListStreams":{
185
203
  "name":"ListStreams",
186
204
  "http":{
@@ -376,7 +394,7 @@
376
394
  ],
377
395
  "members":{
378
396
  "StreamName":{"shape":"StreamName"},
379
- "RetentionPeriodHours":{"shape":"PositiveIntegerObject"}
397
+ "RetentionPeriodHours":{"shape":"RetentionPeriodHours"}
380
398
  }
381
399
  },
382
400
  "DeleteStreamInput":{
@@ -493,6 +511,13 @@
493
511
  },
494
512
  "exception":true
495
513
  },
514
+ "ExpiredNextTokenException":{
515
+ "type":"structure",
516
+ "members":{
517
+ "message":{"shape":"ErrorMessage"}
518
+ },
519
+ "exception":true
520
+ },
496
521
  "GetRecordsInput":{
497
522
  "type":"structure",
498
523
  "required":["ShardIterator"],
@@ -559,7 +584,7 @@
559
584
  ],
560
585
  "members":{
561
586
  "StreamName":{"shape":"StreamName"},
562
- "RetentionPeriodHours":{"shape":"PositiveIntegerObject"}
587
+ "RetentionPeriodHours":{"shape":"RetentionPeriodHours"}
563
588
  }
564
589
  },
565
590
  "InvalidArgumentException":{
@@ -623,6 +648,28 @@
623
648
  },
624
649
  "exception":true
625
650
  },
651
+ "ListShardsInput":{
652
+ "type":"structure",
653
+ "members":{
654
+ "StreamName":{"shape":"StreamName"},
655
+ "NextToken":{"shape":"NextToken"},
656
+ "ExclusiveStartShardId":{"shape":"ShardId"},
657
+ "MaxResults":{"shape":"ListShardsInputLimit"},
658
+ "StreamCreationTimestamp":{"shape":"Timestamp"}
659
+ }
660
+ },
661
+ "ListShardsInputLimit":{
662
+ "type":"integer",
663
+ "max":10000,
664
+ "min":1
665
+ },
666
+ "ListShardsOutput":{
667
+ "type":"structure",
668
+ "members":{
669
+ "Shards":{"shape":"ShardList"},
670
+ "NextToken":{"shape":"NextToken"}
671
+ }
672
+ },
626
673
  "ListStreamsInput":{
627
674
  "type":"structure",
628
675
  "members":{
@@ -707,6 +754,11 @@
707
754
  "type":"long",
708
755
  "min":0
709
756
  },
757
+ "NextToken":{
758
+ "type":"string",
759
+ "max":1048576,
760
+ "min":1
761
+ },
710
762
  "PartitionKey":{
711
763
  "type":"string",
712
764
  "max":256,
@@ -848,6 +900,11 @@
848
900
  },
849
901
  "exception":true
850
902
  },
903
+ "RetentionPeriodHours":{
904
+ "type":"integer",
905
+ "max":168,
906
+ "min":1
907
+ },
851
908
  "ScalingType":{
852
909
  "type":"string",
853
910
  "enum":["UNIFORM_SCALING"]
@@ -967,7 +1024,7 @@
967
1024
  "StreamStatus":{"shape":"StreamStatus"},
968
1025
  "Shards":{"shape":"ShardList"},
969
1026
  "HasMoreShards":{"shape":"BooleanObject"},
970
- "RetentionPeriodHours":{"shape":"PositiveIntegerObject"},
1027
+ "RetentionPeriodHours":{"shape":"RetentionPeriodHours"},
971
1028
  "StreamCreationTimestamp":{"shape":"Timestamp"},
972
1029
  "EnhancedMonitoring":{"shape":"EnhancedMonitoringList"},
973
1030
  "EncryptionType":{"shape":"EncryptionType"},
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"AWS OpsWorks",
9
+ "serviceId":"OpsWorks",
9
10
  "signatureVersion":"v4",
10
11
  "targetPrefix":"OpsWorks_20130218",
11
12
  "uid":"opsworks-2013-02-18"
@@ -406,6 +407,14 @@
406
407
  },
407
408
  "output":{"shape":"DescribeMyUserProfileResult"}
408
409
  },
410
+ "DescribeOperatingSystems":{
411
+ "name":"DescribeOperatingSystems",
412
+ "http":{
413
+ "method":"POST",
414
+ "requestUri":"/"
415
+ },
416
+ "output":{"shape":"DescribeOperatingSystemsResponse"}
417
+ },
409
418
  "DescribePermissions":{
410
419
  "name":"DescribePermissions",
411
420
  "http":{
@@ -1712,6 +1721,12 @@
1712
1721
  "UserProfile":{"shape":"SelfUserProfile"}
1713
1722
  }
1714
1723
  },
1724
+ "DescribeOperatingSystemsResponse":{
1725
+ "type":"structure",
1726
+ "members":{
1727
+ "OperatingSystems":{"shape":"OperatingSystems"}
1728
+ }
1729
+ },
1715
1730
  "DescribePermissionsRequest":{
1716
1731
  "type":"structure",
1717
1732
  "members":{
@@ -2042,6 +2057,7 @@
2042
2057
  "SetupFailed":{"shape":"Integer"},
2043
2058
  "ShuttingDown":{"shape":"Integer"},
2044
2059
  "StartFailed":{"shape":"Integer"},
2060
+ "StopFailed":{"shape":"Integer"},
2045
2061
  "Stopped":{"shape":"Integer"},
2046
2062
  "Stopping":{"shape":"Integer"},
2047
2063
  "Terminated":{"shape":"Integer"},
@@ -2180,6 +2196,33 @@
2180
2196
  "min":1
2181
2197
  },
2182
2198
  "NextToken":{"type":"string"},
2199
+ "OperatingSystem":{
2200
+ "type":"structure",
2201
+ "members":{
2202
+ "Name":{"shape":"String"},
2203
+ "Id":{"shape":"String"},
2204
+ "Type":{"shape":"String"},
2205
+ "ConfigurationManagers":{"shape":"OperatingSystemConfigurationManagers"},
2206
+ "ReportedName":{"shape":"String"},
2207
+ "ReportedVersion":{"shape":"String"},
2208
+ "Supported":{"shape":"Boolean"}
2209
+ }
2210
+ },
2211
+ "OperatingSystemConfigurationManager":{
2212
+ "type":"structure",
2213
+ "members":{
2214
+ "Name":{"shape":"String"},
2215
+ "Version":{"shape":"String"}
2216
+ }
2217
+ },
2218
+ "OperatingSystemConfigurationManagers":{
2219
+ "type":"list",
2220
+ "member":{"shape":"OperatingSystemConfigurationManager"}
2221
+ },
2222
+ "OperatingSystems":{
2223
+ "type":"list",
2224
+ "member":{"shape":"OperatingSystem"}
2225
+ },
2183
2226
  "Parameters":{
2184
2227
  "type":"map",
2185
2228
  "key":{"shape":"String"},
@@ -2532,7 +2575,8 @@
2532
2575
  "type":"structure",
2533
2576
  "required":["InstanceId"],
2534
2577
  "members":{
2535
- "InstanceId":{"shape":"String"}
2578
+ "InstanceId":{"shape":"String"},
2579
+ "Force":{"shape":"Boolean"}
2536
2580
  }
2537
2581
  },
2538
2582
  "StopStackRequest":{
@@ -2788,7 +2832,8 @@
2788
2832
  "Region":{"shape":"String"},
2789
2833
  "AvailabilityZone":{"shape":"String"},
2790
2834
  "VolumeType":{"shape":"String"},
2791
- "Iops":{"shape":"Integer"}
2835
+ "Iops":{"shape":"Integer"},
2836
+ "Encrypted":{"shape":"Boolean"}
2792
2837
  }
2793
2838
  },
2794
2839
  "VolumeConfiguration":{
@@ -2804,7 +2849,8 @@
2804
2849
  "NumberOfDisks":{"shape":"Integer"},
2805
2850
  "Size":{"shape":"Integer"},
2806
2851
  "VolumeType":{"shape":"String"},
2807
- "Iops":{"shape":"Integer"}
2852
+ "Iops":{"shape":"Integer"},
2853
+ "Encrypted":{"shape":"Boolean"}
2808
2854
  }
2809
2855
  },
2810
2856
  "VolumeConfigurations":{
@@ -22,7 +22,7 @@
22
22
  "delay": 15,
23
23
  "operation": "DescribeDeployments",
24
24
  "maxAttempts": 40,
25
- "description": "Wait until a deployment has completed successfully",
25
+ "description": "Wait until a deployment has completed successfully.",
26
26
  "acceptors": [
27
27
  {
28
28
  "expected": "successful",
@@ -174,12 +174,6 @@
174
174
  "state": "failure",
175
175
  "argument": "Instances[].Status"
176
176
  },
177
- {
178
- "expected": "online",
179
- "matcher": "pathAny",
180
- "state": "failure",
181
- "argument": "Instances[].Status"
182
- },
183
177
  {
184
178
  "expected": "pending",
185
179
  "matcher": "pathAny",
@@ -1503,7 +1503,9 @@
1503
1503
  "states" : {
1504
1504
  "endpoints" : {
1505
1505
  "ap-northeast-1" : { },
1506
+ "ap-southeast-1" : { },
1506
1507
  "ap-southeast-2" : { },
1508
+ "ca-central-1" : { },
1507
1509
  "eu-central-1" : { },
1508
1510
  "eu-west-1" : { },
1509
1511
  "eu-west-2" : { },
@@ -1676,6 +1678,8 @@
1676
1678
  "waf-regional" : {
1677
1679
  "endpoints" : {
1678
1680
  "ap-northeast-1" : { },
1681
+ "ap-southeast-2" : { },
1682
+ "eu-central-1" : { },
1679
1683
  "eu-west-1" : { },
1680
1684
  "us-east-1" : { },
1681
1685
  "us-west-1" : { },
@@ -1952,6 +1956,11 @@
1952
1956
  "cn-northwest-1" : { }
1953
1957
  }
1954
1958
  },
1959
+ "sms" : {
1960
+ "endpoints" : {
1961
+ "cn-north-1" : { }
1962
+ }
1963
+ },
1955
1964
  "snowball" : {
1956
1965
  "endpoints" : {
1957
1966
  "cn-north-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.125'
2
+ VERSION = '2.10.126'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.125
4
+ version: 2.10.126
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-26 00:00:00.000000000 Z
11
+ date: 2018-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath