aws-sdk-core 2.8.6 → 2.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 869cc1dd3200cadd513508af3688f99098fe1b4e
4
- data.tar.gz: 2a20a0dec0d079909a569013156516e029db30ea
3
+ metadata.gz: 735aa569c8ec55c133855ec2c1b02582ba05fe9f
4
+ data.tar.gz: 3e946e58c2e66a3b81778e831b6f7c4e96629af4
5
5
  SHA512:
6
- metadata.gz: 9ae06fc9b42d18ce3ac1834d5ea41cc4c77be477dc2b6e5b9fce34b77239ef02976db4a774cc133d8bdb939bcbbf0e69dc11b74ef04153b0f88168cc5eba8d62
7
- data.tar.gz: 7b01fa6fcf3930f43af274b7813e2a814a8b0c6129b7621628f9da85d310b1fddaa86155e35c8a49945f1e9880ab9e9532b8dcaa43a5d9af03e71a326a7ba7bb
6
+ metadata.gz: 17cdf33aa6ea6afe29ff801616bfae23b60fc341100bea18d254732dddb7ac18c20d4d069de0f6b75d9bdea46de9b6fac73b19e52a50c2f87a51a4bf2649b72c
7
+ data.tar.gz: 9033aef1bf710e512a24b68b6d4e4565e6d131f0e6558b0bd514a8521ad893278b2da7a20cf5046c824d8d352cc1e76507b8ae0077b6833df10bd06dd5de0925
@@ -4,12 +4,11 @@
4
4
  "apiVersion":"2015-10-07",
5
5
  "endpointPrefix":"events",
6
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
7
8
  "serviceFullName":"Amazon CloudWatch Events",
8
9
  "signatureVersion":"v4",
9
- "signingName":"events",
10
10
  "targetPrefix":"AWSEvents",
11
- "timestampFormat":"unixTimestamp",
12
- "protocol":"json"
11
+ "uid":"events-2015-10-07"
13
12
  },
14
13
  "operations":{
15
14
  "DeleteRule":{
@@ -20,15 +19,8 @@
20
19
  },
21
20
  "input":{"shape":"DeleteRuleRequest"},
22
21
  "errors":[
23
- {
24
- "shape":"ConcurrentModificationException",
25
- "exception":true
26
- },
27
- {
28
- "shape":"InternalException",
29
- "exception":true,
30
- "fault":true
31
- }
22
+ {"shape":"ConcurrentModificationException"},
23
+ {"shape":"InternalException"}
32
24
  ]
33
25
  },
34
26
  "DescribeRule":{
@@ -40,15 +32,8 @@
40
32
  "input":{"shape":"DescribeRuleRequest"},
41
33
  "output":{"shape":"DescribeRuleResponse"},
42
34
  "errors":[
43
- {
44
- "shape":"ResourceNotFoundException",
45
- "exception":true
46
- },
47
- {
48
- "shape":"InternalException",
49
- "exception":true,
50
- "fault":true
51
- }
35
+ {"shape":"ResourceNotFoundException"},
36
+ {"shape":"InternalException"}
52
37
  ]
53
38
  },
54
39
  "DisableRule":{
@@ -59,19 +44,9 @@
59
44
  },
60
45
  "input":{"shape":"DisableRuleRequest"},
61
46
  "errors":[
62
- {
63
- "shape":"ResourceNotFoundException",
64
- "exception":true
65
- },
66
- {
67
- "shape":"ConcurrentModificationException",
68
- "exception":true
69
- },
70
- {
71
- "shape":"InternalException",
72
- "exception":true,
73
- "fault":true
74
- }
47
+ {"shape":"ResourceNotFoundException"},
48
+ {"shape":"ConcurrentModificationException"},
49
+ {"shape":"InternalException"}
75
50
  ]
76
51
  },
77
52
  "EnableRule":{
@@ -82,19 +57,9 @@
82
57
  },
83
58
  "input":{"shape":"EnableRuleRequest"},
84
59
  "errors":[
85
- {
86
- "shape":"ResourceNotFoundException",
87
- "exception":true
88
- },
89
- {
90
- "shape":"ConcurrentModificationException",
91
- "exception":true
92
- },
93
- {
94
- "shape":"InternalException",
95
- "exception":true,
96
- "fault":true
97
- }
60
+ {"shape":"ResourceNotFoundException"},
61
+ {"shape":"ConcurrentModificationException"},
62
+ {"shape":"InternalException"}
98
63
  ]
99
64
  },
100
65
  "ListRuleNamesByTarget":{
@@ -106,11 +71,7 @@
106
71
  "input":{"shape":"ListRuleNamesByTargetRequest"},
107
72
  "output":{"shape":"ListRuleNamesByTargetResponse"},
108
73
  "errors":[
109
- {
110
- "shape":"InternalException",
111
- "exception":true,
112
- "fault":true
113
- }
74
+ {"shape":"InternalException"}
114
75
  ]
115
76
  },
116
77
  "ListRules":{
@@ -122,11 +83,7 @@
122
83
  "input":{"shape":"ListRulesRequest"},
123
84
  "output":{"shape":"ListRulesResponse"},
124
85
  "errors":[
125
- {
126
- "shape":"InternalException",
127
- "exception":true,
128
- "fault":true
129
- }
86
+ {"shape":"InternalException"}
130
87
  ]
131
88
  },
132
89
  "ListTargetsByRule":{
@@ -138,15 +95,8 @@
138
95
  "input":{"shape":"ListTargetsByRuleRequest"},
139
96
  "output":{"shape":"ListTargetsByRuleResponse"},
140
97
  "errors":[
141
- {
142
- "shape":"ResourceNotFoundException",
143
- "exception":true
144
- },
145
- {
146
- "shape":"InternalException",
147
- "exception":true,
148
- "fault":true
149
- }
98
+ {"shape":"ResourceNotFoundException"},
99
+ {"shape":"InternalException"}
150
100
  ]
151
101
  },
152
102
  "PutEvents":{
@@ -158,11 +108,7 @@
158
108
  "input":{"shape":"PutEventsRequest"},
159
109
  "output":{"shape":"PutEventsResponse"},
160
110
  "errors":[
161
- {
162
- "shape":"InternalException",
163
- "exception":true,
164
- "fault":true
165
- }
111
+ {"shape":"InternalException"}
166
112
  ]
167
113
  },
168
114
  "PutRule":{
@@ -174,23 +120,10 @@
174
120
  "input":{"shape":"PutRuleRequest"},
175
121
  "output":{"shape":"PutRuleResponse"},
176
122
  "errors":[
177
- {
178
- "shape":"InvalidEventPatternException",
179
- "exception":true
180
- },
181
- {
182
- "shape":"LimitExceededException",
183
- "exception":true
184
- },
185
- {
186
- "shape":"ConcurrentModificationException",
187
- "exception":true
188
- },
189
- {
190
- "shape":"InternalException",
191
- "exception":true,
192
- "fault":true
193
- }
123
+ {"shape":"InvalidEventPatternException"},
124
+ {"shape":"LimitExceededException"},
125
+ {"shape":"ConcurrentModificationException"},
126
+ {"shape":"InternalException"}
194
127
  ]
195
128
  },
196
129
  "PutTargets":{
@@ -202,23 +135,10 @@
202
135
  "input":{"shape":"PutTargetsRequest"},
203
136
  "output":{"shape":"PutTargetsResponse"},
204
137
  "errors":[
205
- {
206
- "shape":"ResourceNotFoundException",
207
- "exception":true
208
- },
209
- {
210
- "shape":"ConcurrentModificationException",
211
- "exception":true
212
- },
213
- {
214
- "shape":"LimitExceededException",
215
- "exception":true
216
- },
217
- {
218
- "shape":"InternalException",
219
- "exception":true,
220
- "fault":true
221
- }
138
+ {"shape":"ResourceNotFoundException"},
139
+ {"shape":"ConcurrentModificationException"},
140
+ {"shape":"LimitExceededException"},
141
+ {"shape":"InternalException"}
222
142
  ]
223
143
  },
224
144
  "RemoveTargets":{
@@ -230,19 +150,9 @@
230
150
  "input":{"shape":"RemoveTargetsRequest"},
231
151
  "output":{"shape":"RemoveTargetsResponse"},
232
152
  "errors":[
233
- {
234
- "shape":"ResourceNotFoundException",
235
- "exception":true
236
- },
237
- {
238
- "shape":"ConcurrentModificationException",
239
- "exception":true
240
- },
241
- {
242
- "shape":"InternalException",
243
- "exception":true,
244
- "fault":true
245
- }
153
+ {"shape":"ResourceNotFoundException"},
154
+ {"shape":"ConcurrentModificationException"},
155
+ {"shape":"InternalException"}
246
156
  ]
247
157
  },
248
158
  "TestEventPattern":{
@@ -254,23 +164,16 @@
254
164
  "input":{"shape":"TestEventPatternRequest"},
255
165
  "output":{"shape":"TestEventPatternResponse"},
256
166
  "errors":[
257
- {
258
- "shape":"InvalidEventPatternException",
259
- "exception":true
260
- },
261
- {
262
- "shape":"InternalException",
263
- "exception":true,
264
- "fault":true
265
- }
167
+ {"shape":"InvalidEventPatternException"},
168
+ {"shape":"InternalException"}
266
169
  ]
267
170
  }
268
171
  },
269
172
  "shapes":{
270
173
  "Arn":{
271
174
  "type":"string",
272
- "min":1,
273
- "max":1600
175
+ "max":1600,
176
+ "min":1
274
177
  },
275
178
  "Boolean":{"type":"boolean"},
276
179
  "ConcurrentModificationException":{
@@ -350,8 +253,8 @@
350
253
  },
351
254
  "InputTransformerPathKey":{
352
255
  "type":"string",
353
- "min":1,
354
256
  "max":256,
257
+ "min":1,
355
258
  "pattern":"[A-Za-z0-9\\_\\-]+"
356
259
  },
357
260
  "Integer":{"type":"integer"},
@@ -383,8 +286,8 @@
383
286
  },
384
287
  "LimitMax100":{
385
288
  "type":"integer",
386
- "min":1,
387
- "max":100
289
+ "max":100,
290
+ "min":1
388
291
  },
389
292
  "LimitMin1":{
390
293
  "type":"integer",
@@ -439,8 +342,8 @@
439
342
  },
440
343
  "NextToken":{
441
344
  "type":"string",
442
- "min":1,
443
- "max":2048
345
+ "max":2048,
346
+ "min":1
444
347
  },
445
348
  "PutEventsRequest":{
446
349
  "type":"structure",
@@ -462,8 +365,8 @@
462
365
  "PutEventsRequestEntryList":{
463
366
  "type":"list",
464
367
  "member":{"shape":"PutEventsRequestEntry"},
465
- "min":1,
466
- "max":10
368
+ "max":10,
369
+ "min":1
467
370
  },
468
371
  "PutEventsResponse":{
469
372
  "type":"structure",
@@ -570,8 +473,8 @@
570
473
  },
571
474
  "RoleArn":{
572
475
  "type":"string",
573
- "min":1,
574
- "max":1600
476
+ "max":1600,
477
+ "min":1
575
478
  },
576
479
  "Rule":{
577
480
  "type":"structure",
@@ -587,8 +490,8 @@
587
490
  },
588
491
  "RuleArn":{
589
492
  "type":"string",
590
- "min":1,
591
- "max":1600
493
+ "max":1600,
494
+ "min":1
592
495
  },
593
496
  "RuleDescription":{
594
497
  "type":"string",
@@ -596,8 +499,8 @@
596
499
  },
597
500
  "RuleName":{
598
501
  "type":"string",
599
- "min":1,
600
502
  "max":64,
503
+ "min":1,
601
504
  "pattern":"[\\.\\-_A-Za-z0-9]+"
602
505
  },
603
506
  "RuleNameList":{
@@ -635,26 +538,26 @@
635
538
  },
636
539
  "RunCommandTargetKey":{
637
540
  "type":"string",
638
- "min":1,
639
541
  "max":128,
542
+ "min":1,
640
543
  "pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*$"
641
544
  },
642
545
  "RunCommandTargetValue":{
643
546
  "type":"string",
644
- "min":1,
645
- "max":256
547
+ "max":256,
548
+ "min":1
646
549
  },
647
550
  "RunCommandTargetValues":{
648
551
  "type":"list",
649
552
  "member":{"shape":"RunCommandTargetValue"},
650
- "min":1,
651
- "max":50
553
+ "max":50,
554
+ "min":1
652
555
  },
653
556
  "RunCommandTargets":{
654
557
  "type":"list",
655
558
  "member":{"shape":"RunCommandTarget"},
656
- "min":1,
657
- "max":5
559
+ "max":5,
560
+ "min":1
658
561
  },
659
562
  "ScheduleExpression":{
660
563
  "type":"string",
@@ -681,20 +584,20 @@
681
584
  },
682
585
  "TargetArn":{
683
586
  "type":"string",
684
- "min":1,
685
- "max":1600
587
+ "max":1600,
588
+ "min":1
686
589
  },
687
590
  "TargetId":{
688
591
  "type":"string",
689
- "min":1,
690
592
  "max":64,
593
+ "min":1,
691
594
  "pattern":"[\\.\\-_A-Za-z0-9]+"
692
595
  },
693
596
  "TargetIdList":{
694
597
  "type":"list",
695
598
  "member":{"shape":"TargetId"},
696
- "min":1,
697
- "max":100
599
+ "max":100,
600
+ "min":1
698
601
  },
699
602
  "TargetInput":{
700
603
  "type":"string",
@@ -707,8 +610,8 @@
707
610
  "TargetList":{
708
611
  "type":"list",
709
612
  "member":{"shape":"Target"},
710
- "min":1,
711
- "max":100
613
+ "max":100,
614
+ "min":1
712
615
  },
713
616
  "TargetPartitionKeyPath":{
714
617
  "type":"string",
@@ -733,8 +636,8 @@
733
636
  },
734
637
  "TransformerInput":{
735
638
  "type":"string",
736
- "min":1,
737
- "max":8192
639
+ "max":8192,
640
+ "min":1
738
641
  },
739
642
  "TransformerPaths":{
740
643
  "type":"map",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version":"1.0",
3
- "examples":{
2
+ "version": "1.0",
3
+ "examples": {
4
4
  }
5
5
  }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -2,4 +2,5 @@ Aws.add_service(:CloudWatchEvents, {
2
2
  api: "#{Aws::API_DIR}/events/2015-10-07/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/events/2015-10-07/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/events/2015-10-07/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/events/2015-10-07/paginators-1.json",
5
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.8.6'
2
+ VERSION = '2.8.7'
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.8.6
4
+ version: 2.8.7
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: 2017-03-13 00:00:00.000000000 Z
11
+ date: 2017-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -216,6 +216,7 @@ files:
216
216
  - apis/es/2015-01-01/paginators-1.json
217
217
  - apis/events/2015-10-07/api-2.json
218
218
  - apis/events/2015-10-07/examples-1.json
219
+ - apis/events/2015-10-07/paginators-1.json
219
220
  - apis/firehose/2015-08-04/api-2.json
220
221
  - apis/firehose/2015-08-04/examples-1.json
221
222
  - apis/gamelift/2015-10-01/api-2.json