aws-sdk-core 2.11.249 → 2.11.250

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: 5f274018d61575a7e951dae22e2f5b34e0736399
4
- data.tar.gz: 34fe2fe9e070a1d88b2457902462f1773c175233
3
+ metadata.gz: 5ccade84a6296efc83605d837483133229113249
4
+ data.tar.gz: cd7bc57dfe3b548144c63a055ddea677b7ab85bb
5
5
  SHA512:
6
- metadata.gz: 916e4c13e414629aec5165a92308f848bbba3225344ff22708bebd9637124a69334489e89fcd3750d62d7c822d8609d1213c35d7c171a25c32552eb6cf85a117
7
- data.tar.gz: 1ff25d0d10931e259a7fdce481e6eade152eddeb7957b79e6d608aeff31f6fa5585f16a9c964aea1e0675798ef12ab358c3945734383887ad87f13a4fb5c6d4a
6
+ metadata.gz: 91bb2260e2997907fdfd9e400b0141ed4aaf7f73c60f20956ed04f4af530223fbc2f49169762aeecc302b17288c1a587abd8f116ee23e21e66d6e65a00b4ff49
7
+ data.tar.gz: 3444c576a5266891b69ef9154c6331948518847042b7bec6817924e0455d280ae9355aa00df52ee0a0f8f985cec0b87b9edb4f5d24c0979f4da6e91440a2da4e
@@ -6,10 +6,10 @@
6
6
  "serviceFullName": "AWS Elemental MediaLive",
7
7
  "serviceId": "MediaLive",
8
8
  "protocol": "rest-json",
9
- "jsonVersion": "1.1",
10
9
  "uid": "medialive-2017-10-14",
11
10
  "signatureVersion": "v4",
12
- "serviceAbbreviation": "MediaLive"
11
+ "serviceAbbreviation": "MediaLive",
12
+ "jsonVersion": "1.1"
13
13
  },
14
14
  "operations": {
15
15
  "BatchUpdateSchedule": {
@@ -3629,6 +3629,10 @@
3629
3629
  "shape": "InputLossBehavior",
3630
3630
  "locationName": "inputLossBehavior"
3631
3631
  },
3632
+ "OutputLockingMode": {
3633
+ "shape": "GlobalConfigurationOutputLockingMode",
3634
+ "locationName": "outputLockingMode"
3635
+ },
3632
3636
  "OutputTimingSource": {
3633
3637
  "shape": "GlobalConfigurationOutputTimingSource",
3634
3638
  "locationName": "outputTimingSource"
@@ -3653,6 +3657,13 @@
3653
3657
  "ENABLED"
3654
3658
  ]
3655
3659
  },
3660
+ "GlobalConfigurationOutputLockingMode": {
3661
+ "type": "string",
3662
+ "enum": [
3663
+ "EPOCH_LOCKING",
3664
+ "PIPELINE_LOCKING"
3665
+ ]
3666
+ },
3656
3667
  "GlobalConfigurationOutputTimingSource": {
3657
3668
  "type": "string",
3658
3669
  "enum": [
@@ -27,7 +27,8 @@
27
27
  {"shape":"NotFoundException"},
28
28
  {"shape":"TooManyRequestsException"},
29
29
  {"shape":"LimitExceededException"},
30
- {"shape":"BadRequestException"}
30
+ {"shape":"BadRequestException"},
31
+ {"shape":"ConcurrentModificationException"}
31
32
  ]
32
33
  },
33
34
  "CreateConfigurationSetEventDestination":{
@@ -58,7 +59,8 @@
58
59
  {"shape":"AlreadyExistsException"},
59
60
  {"shape":"LimitExceededException"},
60
61
  {"shape":"TooManyRequestsException"},
61
- {"shape":"BadRequestException"}
62
+ {"shape":"BadRequestException"},
63
+ {"shape":"ConcurrentModificationException"}
62
64
  ]
63
65
  },
64
66
  "CreateDeliverabilityTestReport":{
@@ -77,7 +79,8 @@
77
79
  {"shape":"NotFoundException"},
78
80
  {"shape":"TooManyRequestsException"},
79
81
  {"shape":"LimitExceededException"},
80
- {"shape":"BadRequestException"}
82
+ {"shape":"BadRequestException"},
83
+ {"shape":"ConcurrentModificationException"}
81
84
  ]
82
85
  },
83
86
  "CreateEmailIdentity":{
@@ -91,7 +94,8 @@
91
94
  "errors":[
92
95
  {"shape":"LimitExceededException"},
93
96
  {"shape":"TooManyRequestsException"},
94
- {"shape":"BadRequestException"}
97
+ {"shape":"BadRequestException"},
98
+ {"shape":"ConcurrentModificationException"}
95
99
  ]
96
100
  },
97
101
  "DeleteConfigurationSet":{
@@ -105,7 +109,8 @@
105
109
  "errors":[
106
110
  {"shape":"NotFoundException"},
107
111
  {"shape":"TooManyRequestsException"},
108
- {"shape":"BadRequestException"}
112
+ {"shape":"BadRequestException"},
113
+ {"shape":"ConcurrentModificationException"}
109
114
  ]
110
115
  },
111
116
  "DeleteConfigurationSetEventDestination":{
@@ -133,7 +138,8 @@
133
138
  "errors":[
134
139
  {"shape":"NotFoundException"},
135
140
  {"shape":"TooManyRequestsException"},
136
- {"shape":"BadRequestException"}
141
+ {"shape":"BadRequestException"},
142
+ {"shape":"ConcurrentModificationException"}
137
143
  ]
138
144
  },
139
145
  "DeleteEmailIdentity":{
@@ -147,7 +153,8 @@
147
153
  "errors":[
148
154
  {"shape":"NotFoundException"},
149
155
  {"shape":"TooManyRequestsException"},
150
- {"shape":"BadRequestException"}
156
+ {"shape":"BadRequestException"},
157
+ {"shape":"ConcurrentModificationException"}
151
158
  ]
152
159
  },
153
160
  "GetAccount":{
@@ -342,6 +349,20 @@
342
349
  {"shape":"BadRequestException"}
343
350
  ]
344
351
  },
352
+ "ListTagsForResource":{
353
+ "name":"ListTagsForResource",
354
+ "http":{
355
+ "method":"GET",
356
+ "requestUri":"/v1/email/tags"
357
+ },
358
+ "input":{"shape":"ListTagsForResourceRequest"},
359
+ "output":{"shape":"ListTagsForResourceResponse"},
360
+ "errors":[
361
+ {"shape":"BadRequestException"},
362
+ {"shape":"NotFoundException"},
363
+ {"shape":"TooManyRequestsException"}
364
+ ]
365
+ },
345
366
  "PutAccountDedicatedIpWarmupAttributes":{
346
367
  "name":"PutAccountDedicatedIpWarmupAttributes",
347
368
  "http":{
@@ -529,6 +550,36 @@
529
550
  {"shape":"BadRequestException"}
530
551
  ]
531
552
  },
553
+ "TagResource":{
554
+ "name":"TagResource",
555
+ "http":{
556
+ "method":"POST",
557
+ "requestUri":"/v1/email/tags"
558
+ },
559
+ "input":{"shape":"TagResourceRequest"},
560
+ "output":{"shape":"TagResourceResponse"},
561
+ "errors":[
562
+ {"shape":"BadRequestException"},
563
+ {"shape":"ConcurrentModificationException"},
564
+ {"shape":"NotFoundException"},
565
+ {"shape":"TooManyRequestsException"}
566
+ ]
567
+ },
568
+ "UntagResource":{
569
+ "name":"UntagResource",
570
+ "http":{
571
+ "method":"DELETE",
572
+ "requestUri":"/v1/email/tags"
573
+ },
574
+ "input":{"shape":"UntagResourceRequest"},
575
+ "output":{"shape":"UntagResourceResponse"},
576
+ "errors":[
577
+ {"shape":"BadRequestException"},
578
+ {"shape":"ConcurrentModificationException"},
579
+ {"shape":"NotFoundException"},
580
+ {"shape":"TooManyRequestsException"}
581
+ ]
582
+ },
532
583
  "UpdateConfigurationSetEventDestination":{
533
584
  "name":"UpdateConfigurationSetEventDestination",
534
585
  "http":{
@@ -629,6 +680,13 @@
629
680
  "type":"list",
630
681
  "member":{"shape":"CloudWatchDimensionConfiguration"}
631
682
  },
683
+ "ConcurrentModificationException":{
684
+ "type":"structure",
685
+ "members":{
686
+ },
687
+ "error":{"httpStatusCode":500},
688
+ "exception":true
689
+ },
632
690
  "ConfigurationSetName":{"type":"string"},
633
691
  "ConfigurationSetNameList":{
634
692
  "type":"list",
@@ -671,7 +729,8 @@
671
729
  "TrackingOptions":{"shape":"TrackingOptions"},
672
730
  "DeliveryOptions":{"shape":"DeliveryOptions"},
673
731
  "ReputationOptions":{"shape":"ReputationOptions"},
674
- "SendingOptions":{"shape":"SendingOptions"}
732
+ "SendingOptions":{"shape":"SendingOptions"},
733
+ "Tags":{"shape":"TagList"}
675
734
  }
676
735
  },
677
736
  "CreateConfigurationSetResponse":{
@@ -683,7 +742,8 @@
683
742
  "type":"structure",
684
743
  "required":["PoolName"],
685
744
  "members":{
686
- "PoolName":{"shape":"PoolName"}
745
+ "PoolName":{"shape":"PoolName"},
746
+ "Tags":{"shape":"TagList"}
687
747
  }
688
748
  },
689
749
  "CreateDedicatedIpPoolResponse":{
@@ -700,7 +760,8 @@
700
760
  "members":{
701
761
  "ReportName":{"shape":"ReportName"},
702
762
  "FromEmailAddress":{"shape":"EmailAddress"},
703
- "Content":{"shape":"EmailContent"}
763
+ "Content":{"shape":"EmailContent"},
764
+ "Tags":{"shape":"TagList"}
704
765
  }
705
766
  },
706
767
  "CreateDeliverabilityTestReportResponse":{
@@ -718,7 +779,8 @@
718
779
  "type":"structure",
719
780
  "required":["EmailIdentity"],
720
781
  "members":{
721
- "EmailIdentity":{"shape":"Identity"}
782
+ "EmailIdentity":{"shape":"Identity"},
783
+ "Tags":{"shape":"TagList"}
722
784
  }
723
785
  },
724
786
  "CreateEmailIdentityResponse":{
@@ -1278,6 +1340,20 @@
1278
1340
  "type":"list",
1279
1341
  "member":{"shape":"PoolName"}
1280
1342
  },
1343
+ "ListTagsForResourceRequest":{
1344
+ "type":"structure",
1345
+ "required":["ResourceArn"],
1346
+ "members":{
1347
+ "ResourceArn":{"shape":"AmazonResourceName"}
1348
+ }
1349
+ },
1350
+ "ListTagsForResourceResponse":{
1351
+ "type":"structure",
1352
+ "required":["Tags"],
1353
+ "members":{
1354
+ "Tags":{"shape":"TagList"}
1355
+ }
1356
+ },
1281
1357
  "MailFromAttributes":{
1282
1358
  "type":"structure",
1283
1359
  "required":[
@@ -1648,6 +1724,43 @@
1648
1724
  "TopicArn":{"shape":"AmazonResourceName"}
1649
1725
  }
1650
1726
  },
1727
+ "Tag":{
1728
+ "type":"structure",
1729
+ "required":[
1730
+ "Key",
1731
+ "Value"
1732
+ ],
1733
+ "members":{
1734
+ "Key":{"shape":"TagKey"},
1735
+ "Value":{"shape":"TagValue"}
1736
+ }
1737
+ },
1738
+ "TagKey":{"type":"string"},
1739
+ "TagKeyList":{
1740
+ "type":"list",
1741
+ "member":{"shape":"TagKey"}
1742
+ },
1743
+ "TagList":{
1744
+ "type":"list",
1745
+ "member":{"shape":"Tag"}
1746
+ },
1747
+ "TagResourceRequest":{
1748
+ "type":"structure",
1749
+ "required":[
1750
+ "ResourceArn",
1751
+ "Tags"
1752
+ ],
1753
+ "members":{
1754
+ "ResourceArn":{"shape":"AmazonResourceName"},
1755
+ "Tags":{"shape":"TagList"}
1756
+ }
1757
+ },
1758
+ "TagResourceResponse":{
1759
+ "type":"structure",
1760
+ "members":{
1761
+ }
1762
+ },
1763
+ "TagValue":{"type":"string"},
1651
1764
  "Timestamp":{"type":"timestamp"},
1652
1765
  "TooManyRequestsException":{
1653
1766
  "type":"structure",
@@ -1663,6 +1776,30 @@
1663
1776
  "CustomRedirectDomain":{"shape":"CustomRedirectDomain"}
1664
1777
  }
1665
1778
  },
1779
+ "UntagResourceRequest":{
1780
+ "type":"structure",
1781
+ "required":[
1782
+ "ResourceArn",
1783
+ "TagKeys"
1784
+ ],
1785
+ "members":{
1786
+ "ResourceArn":{
1787
+ "shape":"AmazonResourceName",
1788
+ "location":"querystring",
1789
+ "locationName":"ResourceArn"
1790
+ },
1791
+ "TagKeys":{
1792
+ "shape":"TagKeyList",
1793
+ "location":"querystring",
1794
+ "locationName":"TagKeys"
1795
+ }
1796
+ }
1797
+ },
1798
+ "UntagResourceResponse":{
1799
+ "type":"structure",
1800
+ "members":{
1801
+ }
1802
+ },
1666
1803
  "UpdateConfigurationSetEventDestinationRequest":{
1667
1804
  "type":"structure",
1668
1805
  "required":[
@@ -3564,6 +3564,7 @@
3564
3564
  "PathId":{"shape":"Id"},
3565
3565
  "ProvisioningParameters":{"shape":"UpdateProvisioningParameters"},
3566
3566
  "ProvisioningPreferences":{"shape":"UpdateProvisioningPreferences"},
3567
+ "Tags":{"shape":"Tags"},
3567
3568
  "UpdateToken":{
3568
3569
  "shape":"IdempotencyToken",
3569
3570
  "idempotencyToken":true
@@ -563,7 +563,8 @@
563
563
  "members":{
564
564
  "GroupName":{"shape":"IpGroupName"},
565
565
  "GroupDesc":{"shape":"IpGroupDesc"},
566
- "UserRules":{"shape":"IpRuleList"}
566
+ "UserRules":{"shape":"IpRuleList"},
567
+ "Tags":{"shape":"TagList"}
567
568
  }
568
569
  },
569
570
  "CreateIpGroupResult":{
@@ -916,7 +917,8 @@
916
917
  "Ec2ImageId":{"shape":"Ec2ImageId"},
917
918
  "IngestionProcess":{"shape":"WorkspaceImageIngestionProcess"},
918
919
  "ImageName":{"shape":"WorkspaceImageName"},
919
- "ImageDescription":{"shape":"WorkspaceImageDescription"}
920
+ "ImageDescription":{"shape":"WorkspaceImageDescription"},
921
+ "Tags":{"shape":"TagList"}
920
922
  }
921
923
  },
922
924
  "ImportWorkspaceImageResult":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.249'
2
+ VERSION = '2.11.250'
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.11.249
4
+ version: 2.11.250
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: 2019-03-27 00:00:00.000000000 Z
11
+ date: 2019-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath