aws-sdk-core 2.2.19 → 2.2.20

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: 7ed86d122f252ba7da7637fcc705ce69b264b9ca
4
- data.tar.gz: d992e963082a5dfc245176ce8712bf95895eb4fb
3
+ metadata.gz: 38622ad0dc80892e743a675c16a73ab8fa718d80
4
+ data.tar.gz: 834412ce69956d67eaecb380a56744345bdfa0a0
5
5
  SHA512:
6
- metadata.gz: 6ff75a635b0eb5e789f04129b80a9ea31ecdd6da8c58ed95aae0ae6cecffe6506fbe0fd15637c549c66d4d2512ca3083f4bbc8ff9f9721bc358c9a5c94b4be70
7
- data.tar.gz: 4d87af55beaceb71ab7adb7b0157a6df44e845a2863c261ad0fdcdf13d732f17bea66c9b4410b082dc8fd178707315665eeb909f39eda9ad59ac1968621ff8f8
6
+ metadata.gz: 495672ae65656474a25f59aa15e2eb3aabe955b4c74f9ab5016962fe76b2a1820d5e6c01680eb83596b098a87007f64ba97982b5d8c5a35259c849529b78f3a7
7
+ data.tar.gz: 9d0171e7b4f13e2980383fbcca1c5843fd7dd359674a78ce1f24c9ed607fe678bfc41471f03e2ed415c762d0b7595282ec6c7f5fb043cecbd003f2efd782fc3d
@@ -941,14 +941,14 @@
941
941
  "required":[
942
942
  "LifecycleHookName",
943
943
  "AutoScalingGroupName",
944
- "LifecycleActionToken",
945
944
  "LifecycleActionResult"
946
945
  ],
947
946
  "members":{
948
947
  "LifecycleHookName":{"shape":"AsciiStringMaxLen255"},
949
948
  "AutoScalingGroupName":{"shape":"ResourceName"},
950
949
  "LifecycleActionToken":{"shape":"LifecycleActionToken"},
951
- "LifecycleActionResult":{"shape":"LifecycleActionResult"}
950
+ "LifecycleActionResult":{"shape":"LifecycleActionResult"},
951
+ "InstanceId":{"shape":"XmlStringMaxLen19"}
952
952
  }
953
953
  },
954
954
  "Cooldown":{"type":"integer"},
@@ -1560,6 +1560,12 @@
1560
1560
  "type":"list",
1561
1561
  "member":{"shape":"NotificationConfiguration"}
1562
1562
  },
1563
+ "NotificationTargetResourceName":{
1564
+ "type":"string",
1565
+ "max":1600,
1566
+ "min":0,
1567
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
1568
+ },
1563
1569
  "NumberOfAutoScalingGroups":{"type":"integer"},
1564
1570
  "NumberOfLaunchConfigurations":{"type":"integer"},
1565
1571
  "PoliciesType":{
@@ -1624,7 +1630,7 @@
1624
1630
  "AutoScalingGroupName":{"shape":"ResourceName"},
1625
1631
  "LifecycleTransition":{"shape":"LifecycleTransition"},
1626
1632
  "RoleARN":{"shape":"ResourceName"},
1627
- "NotificationTargetARN":{"shape":"ResourceName"},
1633
+ "NotificationTargetARN":{"shape":"NotificationTargetResourceName"},
1628
1634
  "NotificationMetadata":{"shape":"XmlStringMaxLen1023"},
1629
1635
  "HeartbeatTimeout":{"shape":"HeartbeatTimeout"},
1630
1636
  "DefaultResult":{"shape":"LifecycleActionResult"}
@@ -1691,13 +1697,13 @@
1691
1697
  "type":"structure",
1692
1698
  "required":[
1693
1699
  "LifecycleHookName",
1694
- "AutoScalingGroupName",
1695
- "LifecycleActionToken"
1700
+ "AutoScalingGroupName"
1696
1701
  ],
1697
1702
  "members":{
1698
1703
  "LifecycleHookName":{"shape":"AsciiStringMaxLen255"},
1699
1704
  "AutoScalingGroupName":{"shape":"ResourceName"},
1700
- "LifecycleActionToken":{"shape":"LifecycleActionToken"}
1705
+ "LifecycleActionToken":{"shape":"LifecycleActionToken"},
1706
+ "InstanceId":{"shape":"XmlStringMaxLen19"}
1701
1707
  }
1702
1708
  },
1703
1709
  "ResourceContentionFault":{
@@ -316,7 +316,8 @@
316
316
  "type":"structure",
317
317
  "required":["StackName"],
318
318
  "members":{
319
- "StackName":{"shape":"StackName"}
319
+ "StackName":{"shape":"StackName"},
320
+ "RetainResources":{"shape":"RetainResources"}
320
321
  }
321
322
  },
322
323
  "DeletionTime":{"type":"timestamp"},
@@ -616,6 +617,10 @@
616
617
  "type":"list",
617
618
  "member":{"shape":"ResourceType"}
618
619
  },
620
+ "RetainResources":{
621
+ "type":"list",
622
+ "member":{"shape":"LogicalResourceId"}
623
+ },
619
624
  "SetStackPolicyInput":{
620
625
  "type":"structure",
621
626
  "required":["StackName"],
@@ -890,7 +895,8 @@
890
895
  "ResourceTypes":{"shape":"ResourceTypes"},
891
896
  "StackPolicyBody":{"shape":"StackPolicyBody"},
892
897
  "StackPolicyURL":{"shape":"StackPolicyURL"},
893
- "NotificationARNs":{"shape":"NotificationARNs"}
898
+ "NotificationARNs":{"shape":"NotificationARNs"},
899
+ "Tags":{"shape":"Tags"}
894
900
  }
895
901
  },
896
902
  "UpdateStackOutput":{
@@ -3,12 +3,12 @@
3
3
  "metadata":{
4
4
  "apiVersion":"2010-12-01",
5
5
  "endpointPrefix":"email",
6
+ "protocol":"query",
6
7
  "serviceAbbreviation":"Amazon SES",
7
8
  "serviceFullName":"Amazon Simple Email Service",
8
9
  "signatureVersion":"v4",
9
10
  "signingName":"ses",
10
- "xmlNamespace":"http://ses.amazonaws.com/doc/2010-12-01/",
11
- "protocol":"query"
11
+ "xmlNamespace":"http://ses.amazonaws.com/doc/2010-12-01/"
12
12
  },
13
13
  "operations":{
14
14
  "CloneReceiptRuleSet":{
@@ -23,33 +23,9 @@
23
23
  "resultWrapper":"CloneReceiptRuleSetResult"
24
24
  },
25
25
  "errors":[
26
- {
27
- "shape":"RuleSetDoesNotExistException",
28
- "error":{
29
- "code":"RuleSetDoesNotExist",
30
- "httpStatusCode":400,
31
- "senderFault":true
32
- },
33
- "exception":true
34
- },
35
- {
36
- "shape":"AlreadyExistsException",
37
- "error":{
38
- "code":"AlreadyExists",
39
- "httpStatusCode":400,
40
- "senderFault":true
41
- },
42
- "exception":true
43
- },
44
- {
45
- "shape":"LimitExceededException",
46
- "error":{
47
- "code":"LimitExceeded",
48
- "httpStatusCode":400,
49
- "senderFault":true
50
- },
51
- "exception":true
52
- }
26
+ {"shape":"RuleSetDoesNotExistException"},
27
+ {"shape":"AlreadyExistsException"},
28
+ {"shape":"LimitExceededException"}
53
29
  ]
54
30
  },
55
31
  "CreateReceiptFilter":{
@@ -64,24 +40,8 @@
64
40
  "resultWrapper":"CreateReceiptFilterResult"
65
41
  },
66
42
  "errors":[
67
- {
68
- "shape":"LimitExceededException",
69
- "error":{
70
- "code":"LimitExceeded",
71
- "httpStatusCode":400,
72
- "senderFault":true
73
- },
74
- "exception":true
75
- },
76
- {
77
- "shape":"AlreadyExistsException",
78
- "error":{
79
- "code":"AlreadyExists",
80
- "httpStatusCode":400,
81
- "senderFault":true
82
- },
83
- "exception":true
84
- }
43
+ {"shape":"LimitExceededException"},
44
+ {"shape":"AlreadyExistsException"}
85
45
  ]
86
46
  },
87
47
  "CreateReceiptRule":{
@@ -96,69 +56,13 @@
96
56
  "resultWrapper":"CreateReceiptRuleResult"
97
57
  },
98
58
  "errors":[
99
- {
100
- "shape":"InvalidSnsTopicException",
101
- "error":{
102
- "code":"InvalidSnsTopic",
103
- "httpStatusCode":400,
104
- "senderFault":true
105
- },
106
- "exception":true
107
- },
108
- {
109
- "shape":"InvalidS3ConfigurationException",
110
- "error":{
111
- "code":"InvalidS3Configuration",
112
- "httpStatusCode":400,
113
- "senderFault":true
114
- },
115
- "exception":true
116
- },
117
- {
118
- "shape":"InvalidLambdaFunctionException",
119
- "error":{
120
- "code":"InvalidLambdaFunction",
121
- "httpStatusCode":400,
122
- "senderFault":true
123
- },
124
- "exception":true
125
- },
126
- {
127
- "shape":"AlreadyExistsException",
128
- "error":{
129
- "code":"AlreadyExists",
130
- "httpStatusCode":400,
131
- "senderFault":true
132
- },
133
- "exception":true
134
- },
135
- {
136
- "shape":"RuleDoesNotExistException",
137
- "error":{
138
- "code":"RuleDoesNotExist",
139
- "httpStatusCode":400,
140
- "senderFault":true
141
- },
142
- "exception":true
143
- },
144
- {
145
- "shape":"RuleSetDoesNotExistException",
146
- "error":{
147
- "code":"RuleSetDoesNotExist",
148
- "httpStatusCode":400,
149
- "senderFault":true
150
- },
151
- "exception":true
152
- },
153
- {
154
- "shape":"LimitExceededException",
155
- "error":{
156
- "code":"LimitExceeded",
157
- "httpStatusCode":400,
158
- "senderFault":true
159
- },
160
- "exception":true
161
- }
59
+ {"shape":"InvalidSnsTopicException"},
60
+ {"shape":"InvalidS3ConfigurationException"},
61
+ {"shape":"InvalidLambdaFunctionException"},
62
+ {"shape":"AlreadyExistsException"},
63
+ {"shape":"RuleDoesNotExistException"},
64
+ {"shape":"RuleSetDoesNotExistException"},
65
+ {"shape":"LimitExceededException"}
162
66
  ]
163
67
  },
164
68
  "CreateReceiptRuleSet":{
@@ -173,24 +77,8 @@
173
77
  "resultWrapper":"CreateReceiptRuleSetResult"
174
78
  },
175
79
  "errors":[
176
- {
177
- "shape":"AlreadyExistsException",
178
- "error":{
179
- "code":"AlreadyExists",
180
- "httpStatusCode":400,
181
- "senderFault":true
182
- },
183
- "exception":true
184
- },
185
- {
186
- "shape":"LimitExceededException",
187
- "error":{
188
- "code":"LimitExceeded",
189
- "httpStatusCode":400,
190
- "senderFault":true
191
- },
192
- "exception":true
193
- }
80
+ {"shape":"AlreadyExistsException"},
81
+ {"shape":"LimitExceededException"}
194
82
  ]
195
83
  },
196
84
  "DeleteIdentity":{
@@ -241,15 +129,7 @@
241
129
  "resultWrapper":"DeleteReceiptRuleResult"
242
130
  },
243
131
  "errors":[
244
- {
245
- "shape":"RuleSetDoesNotExistException",
246
- "error":{
247
- "code":"RuleSetDoesNotExist",
248
- "httpStatusCode":400,
249
- "senderFault":true
250
- },
251
- "exception":true
252
- }
132
+ {"shape":"RuleSetDoesNotExistException"}
253
133
  ]
254
134
  },
255
135
  "DeleteReceiptRuleSet":{
@@ -264,15 +144,7 @@
264
144
  "resultWrapper":"DeleteReceiptRuleSetResult"
265
145
  },
266
146
  "errors":[
267
- {
268
- "shape":"CannotDeleteException",
269
- "error":{
270
- "code":"CannotDelete",
271
- "httpStatusCode":400,
272
- "senderFault":true
273
- },
274
- "exception":true
275
- }
147
+ {"shape":"CannotDeleteException"}
276
148
  ]
277
149
  },
278
150
  "DeleteVerifiedEmailAddress":{
@@ -307,24 +179,8 @@
307
179
  "resultWrapper":"DescribeReceiptRuleResult"
308
180
  },
309
181
  "errors":[
310
- {
311
- "shape":"RuleDoesNotExistException",
312
- "error":{
313
- "code":"RuleDoesNotExist",
314
- "httpStatusCode":400,
315
- "senderFault":true
316
- },
317
- "exception":true
318
- },
319
- {
320
- "shape":"RuleSetDoesNotExistException",
321
- "error":{
322
- "code":"RuleSetDoesNotExist",
323
- "httpStatusCode":400,
324
- "senderFault":true
325
- },
326
- "exception":true
327
- }
182
+ {"shape":"RuleDoesNotExistException"},
183
+ {"shape":"RuleSetDoesNotExistException"}
328
184
  ]
329
185
  },
330
186
  "DescribeReceiptRuleSet":{
@@ -339,15 +195,7 @@
339
195
  "resultWrapper":"DescribeReceiptRuleSetResult"
340
196
  },
341
197
  "errors":[
342
- {
343
- "shape":"RuleSetDoesNotExistException",
344
- "error":{
345
- "code":"RuleSetDoesNotExist",
346
- "httpStatusCode":400,
347
- "senderFault":true
348
- },
349
- "exception":true
350
- }
198
+ {"shape":"RuleSetDoesNotExistException"}
351
199
  ]
352
200
  },
353
201
  "GetIdentityDkimAttributes":{
@@ -491,15 +339,7 @@
491
339
  "resultWrapper":"PutIdentityPolicyResult"
492
340
  },
493
341
  "errors":[
494
- {
495
- "shape":"InvalidPolicyException",
496
- "error":{
497
- "code":"InvalidPolicy",
498
- "httpStatusCode":400,
499
- "senderFault":true
500
- },
501
- "exception":true
502
- }
342
+ {"shape":"InvalidPolicyException"}
503
343
  ]
504
344
  },
505
345
  "ReorderReceiptRuleSet":{
@@ -514,24 +354,8 @@
514
354
  "resultWrapper":"ReorderReceiptRuleSetResult"
515
355
  },
516
356
  "errors":[
517
- {
518
- "shape":"RuleSetDoesNotExistException",
519
- "error":{
520
- "code":"RuleSetDoesNotExist",
521
- "httpStatusCode":400,
522
- "senderFault":true
523
- },
524
- "exception":true
525
- },
526
- {
527
- "shape":"RuleDoesNotExistException",
528
- "error":{
529
- "code":"RuleDoesNotExist",
530
- "httpStatusCode":400,
531
- "senderFault":true
532
- },
533
- "exception":true
534
- }
357
+ {"shape":"RuleSetDoesNotExistException"},
358
+ {"shape":"RuleDoesNotExistException"}
535
359
  ]
536
360
  },
537
361
  "SendBounce":{
@@ -546,15 +370,7 @@
546
370
  "resultWrapper":"SendBounceResult"
547
371
  },
548
372
  "errors":[
549
- {
550
- "shape":"MessageRejected",
551
- "error":{
552
- "code":"MessageRejected",
553
- "httpStatusCode":400,
554
- "senderFault":true
555
- },
556
- "exception":true
557
- }
373
+ {"shape":"MessageRejected"}
558
374
  ]
559
375
  },
560
376
  "SendEmail":{
@@ -569,15 +385,7 @@
569
385
  "resultWrapper":"SendEmailResult"
570
386
  },
571
387
  "errors":[
572
- {
573
- "shape":"MessageRejected",
574
- "error":{
575
- "code":"MessageRejected",
576
- "httpStatusCode":400,
577
- "senderFault":true
578
- },
579
- "exception":true
580
- }
388
+ {"shape":"MessageRejected"}
581
389
  ]
582
390
  },
583
391
  "SendRawEmail":{
@@ -592,15 +400,7 @@
592
400
  "resultWrapper":"SendRawEmailResult"
593
401
  },
594
402
  "errors":[
595
- {
596
- "shape":"MessageRejected",
597
- "error":{
598
- "code":"MessageRejected",
599
- "httpStatusCode":400,
600
- "senderFault":true
601
- },
602
- "exception":true
603
- }
403
+ {"shape":"MessageRejected"}
604
404
  ]
605
405
  },
606
406
  "SetActiveReceiptRuleSet":{
@@ -615,15 +415,7 @@
615
415
  "resultWrapper":"SetActiveReceiptRuleSetResult"
616
416
  },
617
417
  "errors":[
618
- {
619
- "shape":"RuleSetDoesNotExistException",
620
- "error":{
621
- "code":"RuleSetDoesNotExist",
622
- "httpStatusCode":400,
623
- "senderFault":true
624
- },
625
- "exception":true
626
- }
418
+ {"shape":"RuleSetDoesNotExistException"}
627
419
  ]
628
420
  },
629
421
  "SetIdentityDkimEnabled":{
@@ -674,24 +466,8 @@
674
466
  "resultWrapper":"SetReceiptRulePositionResult"
675
467
  },
676
468
  "errors":[
677
- {
678
- "shape":"RuleSetDoesNotExistException",
679
- "error":{
680
- "code":"RuleSetDoesNotExist",
681
- "httpStatusCode":400,
682
- "senderFault":true
683
- },
684
- "exception":true
685
- },
686
- {
687
- "shape":"RuleDoesNotExistException",
688
- "error":{
689
- "code":"RuleDoesNotExist",
690
- "httpStatusCode":400,
691
- "senderFault":true
692
- },
693
- "exception":true
694
- }
469
+ {"shape":"RuleSetDoesNotExistException"},
470
+ {"shape":"RuleDoesNotExistException"}
695
471
  ]
696
472
  },
697
473
  "UpdateReceiptRule":{
@@ -706,60 +482,12 @@
706
482
  "resultWrapper":"UpdateReceiptRuleResult"
707
483
  },
708
484
  "errors":[
709
- {
710
- "shape":"InvalidSnsTopicException",
711
- "error":{
712
- "code":"InvalidSnsTopic",
713
- "httpStatusCode":400,
714
- "senderFault":true
715
- },
716
- "exception":true
717
- },
718
- {
719
- "shape":"InvalidS3ConfigurationException",
720
- "error":{
721
- "code":"InvalidS3Configuration",
722
- "httpStatusCode":400,
723
- "senderFault":true
724
- },
725
- "exception":true
726
- },
727
- {
728
- "shape":"InvalidLambdaFunctionException",
729
- "error":{
730
- "code":"InvalidLambdaFunction",
731
- "httpStatusCode":400,
732
- "senderFault":true
733
- },
734
- "exception":true
735
- },
736
- {
737
- "shape":"RuleSetDoesNotExistException",
738
- "error":{
739
- "code":"RuleSetDoesNotExist",
740
- "httpStatusCode":400,
741
- "senderFault":true
742
- },
743
- "exception":true
744
- },
745
- {
746
- "shape":"RuleDoesNotExistException",
747
- "error":{
748
- "code":"RuleDoesNotExist",
749
- "httpStatusCode":400,
750
- "senderFault":true
751
- },
752
- "exception":true
753
- },
754
- {
755
- "shape":"LimitExceededException",
756
- "error":{
757
- "code":"LimitExceeded",
758
- "httpStatusCode":400,
759
- "senderFault":true
760
- },
761
- "exception":true
762
- }
485
+ {"shape":"InvalidSnsTopicException"},
486
+ {"shape":"InvalidS3ConfigurationException"},
487
+ {"shape":"InvalidLambdaFunctionException"},
488
+ {"shape":"RuleSetDoesNotExistException"},
489
+ {"shape":"RuleDoesNotExistException"},
490
+ {"shape":"LimitExceededException"}
763
491
  ]
764
492
  },
765
493
  "VerifyDomainDkim":{
@@ -1451,8 +1179,8 @@
1451
1179
  },
1452
1180
  "PolicyName":{
1453
1181
  "type":"string",
1454
- "min":1,
1455
- "max":64
1182
+ "max":64,
1183
+ "min":1
1456
1184
  },
1457
1185
  "PolicyNameList":{
1458
1186
  "type":"list",
@@ -1647,9 +1375,17 @@
1647
1375
  "type":"structure",
1648
1376
  "required":["TopicArn"],
1649
1377
  "members":{
1650
- "TopicArn":{"shape":"AmazonResourceName"}
1378
+ "TopicArn":{"shape":"AmazonResourceName"},
1379
+ "Encoding":{"shape":"SNSActionEncoding"}
1651
1380
  }
1652
1381
  },
1382
+ "SNSActionEncoding":{
1383
+ "type":"string",
1384
+ "enum":[
1385
+ "UTF-8",
1386
+ "Base64"
1387
+ ]
1388
+ },
1653
1389
  "SendBounceRequest":{
1654
1390
  "type":"structure",
1655
1391
  "required":[
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -719,7 +719,7 @@
719
719
  },
720
720
  "FilterPattern":{
721
721
  "type":"string",
722
- "max":512,
722
+ "max":1024,
723
723
  "min":0
724
724
  },
725
725
  "FilteredLogEvent":{
@@ -132,7 +132,18 @@ module Aws
132
132
  end
133
133
  end
134
134
 
135
- option(:verify_checksums, true)
135
+ option(:verify_checksums) do |config|
136
+ # By default, we will disable checksum verification when response
137
+ # stubbing is enable. If a user decides to enable both features,
138
+ # then they will need to stub the MD5s in the response.
139
+ # See the spec/aws/sqs/client/verify_checksums_spec.rb for
140
+ # examples of how to do this.
141
+ if config.respond_to?(:stub_responses)
142
+ !config.stub_responses
143
+ else
144
+ config.verify_checksums
145
+ end
146
+ end
136
147
 
137
148
  def add_handlers(handlers, config)
138
149
  if config.verify_checksums
@@ -1,6 +1,7 @@
1
1
  Aws.add_service(:SES, {
2
2
  api: "#{Aws::API_DIR}/email/2010-12-01/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/email/2010-12-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/email/2010-12-01/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/email/2010-12-01/paginators-1.json",
5
6
  waiters: "#{Aws::API_DIR}/email/2010-12-01/waiters-2.json",
6
7
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.2.19'
2
+ VERSION = '2.2.20'
3
3
  end
@@ -63,12 +63,16 @@ module Aws
63
63
  def map(name, ref, hash)
64
64
  key_ref = ref.shape.key
65
65
  value_ref = ref.shape.value
66
- node(name, ref) do
66
+ if ref['flattened']
67
67
  hash.each do |key, value|
68
- if ref['flattened']
68
+ node(name, ref) do
69
69
  member(key_ref.location_name || 'key', key_ref, key)
70
70
  member(value_ref.location_name || 'value', value_ref, value)
71
- else
71
+ end
72
+ end
73
+ else
74
+ node(name, ref) do
75
+ hash.each do |key, value|
72
76
  node('entry', ref) do
73
77
  member(key_ref.location_name || 'key', key_ref, key)
74
78
  member(value_ref.location_name || 'value', value_ref, value)
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.2.19
4
+ version: 2.2.20
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: 2016-02-24 00:00:00.000000000 Z
11
+ date: 2016-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -114,6 +114,7 @@ files:
114
114
  - apis/elastictranscoder/2012-09-25/paginators-1.json
115
115
  - apis/elastictranscoder/2012-09-25/waiters-2.json
116
116
  - apis/email/2010-12-01/api-2.json
117
+ - apis/email/2010-12-01/examples-1.json
117
118
  - apis/email/2010-12-01/paginators-1.json
118
119
  - apis/email/2010-12-01/waiters-2.json
119
120
  - apis/es/2015-01-01/api-2.json