aws-sdk-core 2.11.185 → 2.11.186

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: e3bb475c17e2b7e23632aeb4fccdcfd97f56beac
4
- data.tar.gz: e01d3dc07edd4e2019e858f0f0bdc6bf1391b930
3
+ metadata.gz: 5fa292a24380a08186b132dddd7a7f87318f5dcd
4
+ data.tar.gz: 01c62e0563fbd6d8c065bce5e1cb753dc6448e6f
5
5
  SHA512:
6
- metadata.gz: e1782427cd933bd781be67636637a1540abc5e2592b2d49002e6ce6907ac4299adfecb0cb296f9fd9a3e64b783c5241906726507da1350e7985467ef2e9182d3
7
- data.tar.gz: 0c317702699b04ddf56b4d767c3f267015d4f1dcb321ddaeca9e1a5da44cf86d507ef614fbd7177227fcb0e7acdc66387711ef7e02148ff5c683bbd6bf8d437c
6
+ metadata.gz: 1379d55802b6647eb45169378038f45a312ab0ce518603be9032bf7c00db477e74abf0643249250a72fa8c7360004b68ace695a92dc5ebe5b537718319e7ee35
7
+ data.tar.gz: ecae28c21362205dc0e43b1073a007750eec078d0ee7ee79807e5a6857e9e21b602981ba6333da8f7def796c295f85e3f771c8d0505b6bbf24adab3da9322bef
@@ -152,7 +152,9 @@
152
152
  "Coverage":{
153
153
  "type":"structure",
154
154
  "members":{
155
- "CoverageHours":{"shape":"CoverageHours"}
155
+ "CoverageHours":{"shape":"CoverageHours"},
156
+ "CoverageNormalizedUnits":{"shape":"CoverageNormalizedUnits"},
157
+ "CoverageCost":{"shape":"CoverageCost"}
156
158
  }
157
159
  },
158
160
  "CoverageByTime":{
@@ -163,6 +165,12 @@
163
165
  "Total":{"shape":"Coverage"}
164
166
  }
165
167
  },
168
+ "CoverageCost":{
169
+ "type":"structure",
170
+ "members":{
171
+ "OnDemandCost":{"shape":"OnDemandCost"}
172
+ }
173
+ },
166
174
  "CoverageHours":{
167
175
  "type":"structure",
168
176
  "members":{
@@ -173,6 +181,16 @@
173
181
  }
174
182
  },
175
183
  "CoverageHoursPercentage":{"type":"string"},
184
+ "CoverageNormalizedUnits":{
185
+ "type":"structure",
186
+ "members":{
187
+ "OnDemandNormalizedUnits":{"shape":"OnDemandNormalizedUnits"},
188
+ "ReservedNormalizedUnits":{"shape":"ReservedNormalizedUnits"},
189
+ "TotalRunningNormalizedUnits":{"shape":"TotalRunningNormalizedUnits"},
190
+ "CoverageNormalizedUnitsPercentage":{"shape":"CoverageNormalizedUnitsPercentage"}
191
+ }
192
+ },
193
+ "CoverageNormalizedUnitsPercentage":{"type":"string"},
176
194
  "CoveragesByTime":{
177
195
  "type":"list",
178
196
  "member":{"shape":"CoverageByTime"}
@@ -389,6 +407,7 @@
389
407
  "GroupBy":{"shape":"GroupDefinitions"},
390
408
  "Granularity":{"shape":"Granularity"},
391
409
  "Filter":{"shape":"Expression"},
410
+ "Metrics":{"shape":"MetricNames"},
392
411
  "NextPageToken":{"shape":"NextPageToken"}
393
412
  }
394
413
  },
@@ -587,8 +606,10 @@
587
606
  "CONVERTIBLE"
588
607
  ]
589
608
  },
609
+ "OnDemandCost":{"type":"string"},
590
610
  "OnDemandCostOfRIHoursUsed":{"type":"string"},
591
611
  "OnDemandHours":{"type":"string"},
612
+ "OnDemandNormalizedUnits":{"type":"string"},
592
613
  "PageSize":{"type":"integer"},
593
614
  "PaymentOption":{
594
615
  "type":"string",
@@ -607,6 +628,7 @@
607
628
  "min":51
608
629
  },
609
630
  "PurchasedHours":{"type":"string"},
631
+ "PurchasedUnits":{"type":"string"},
610
632
  "RDSInstanceDetails":{
611
633
  "type":"structure",
612
634
  "members":{
@@ -642,9 +664,13 @@
642
664
  "type":"structure",
643
665
  "members":{
644
666
  "UtilizationPercentage":{"shape":"UtilizationPercentage"},
667
+ "UtilizationPercentageInUnits":{"shape":"UtilizationPercentageInUnits"},
645
668
  "PurchasedHours":{"shape":"PurchasedHours"},
669
+ "PurchasedUnits":{"shape":"PurchasedUnits"},
646
670
  "TotalActualHours":{"shape":"TotalActualHours"},
671
+ "TotalActualUnits":{"shape":"TotalActualUnits"},
647
672
  "UnusedHours":{"shape":"UnusedHours"},
673
+ "UnusedUnits":{"shape":"UnusedUnits"},
648
674
  "OnDemandCostOfRIHoursUsed":{"shape":"OnDemandCostOfRIHoursUsed"},
649
675
  "NetRISavings":{"shape":"NetRISavings"},
650
676
  "TotalPotentialRISavings":{"shape":"TotalPotentialRISavings"},
@@ -739,6 +765,7 @@
739
765
  "member":{"shape":"ReservationUtilizationGroup"}
740
766
  },
741
767
  "ReservedHours":{"type":"string"},
768
+ "ReservedNormalizedUnits":{"type":"string"},
742
769
  "ResultByTime":{
743
770
  "type":"structure",
744
771
  "members":{
@@ -779,10 +806,13 @@
779
806
  ]
780
807
  },
781
808
  "TotalActualHours":{"type":"string"},
809
+ "TotalActualUnits":{"type":"string"},
782
810
  "TotalAmortizedFee":{"type":"string"},
783
811
  "TotalPotentialRISavings":{"type":"string"},
784
812
  "TotalRunningHours":{"type":"string"},
813
+ "TotalRunningNormalizedUnits":{"type":"string"},
785
814
  "UnusedHours":{"type":"string"},
815
+ "UnusedUnits":{"type":"string"},
786
816
  "UtilizationByTime":{
787
817
  "type":"structure",
788
818
  "members":{
@@ -792,6 +822,7 @@
792
822
  }
793
823
  },
794
824
  "UtilizationPercentage":{"type":"string"},
825
+ "UtilizationPercentageInUnits":{"type":"string"},
795
826
  "UtilizationsByTime":{
796
827
  "type":"list",
797
828
  "member":{"shape":"UtilizationByTime"}
@@ -95,6 +95,17 @@
95
95
  "members" : {
96
96
  "ManifestEndpointPrefix" : {
97
97
  "shape" : "__string"
98
+ },
99
+ "MpdLocation" : {
100
+ "shape" : "__string"
101
+ }
102
+ }
103
+ },
104
+ "DashConfigurationForPut" : {
105
+ "type" : "structure",
106
+ "members" : {
107
+ "MpdLocation" : {
108
+ "shape" : "__string"
98
109
  }
99
110
  }
100
111
  },
@@ -210,6 +221,9 @@
210
221
  "CdnConfiguration" : {
211
222
  "shape" : "CdnConfiguration"
212
223
  },
224
+ "DashConfiguration" : {
225
+ "shape" : "DashConfigurationForPut"
226
+ },
213
227
  "Name" : {
214
228
  "shape" : "__string"
215
229
  },
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "metadata" : {
3
3
  "apiVersion" : "2017-11-27",
4
- "endpointPrefix" : "mq",
4
+ "endpointPrefix": "mq",
5
5
  "signingName" : "mq",
6
- "serviceFullName" : "AmazonMQ",
7
- "serviceId" : "mq",
6
+ "serviceFullName": "AmazonMQ",
7
+ "serviceId": "mq",
8
8
  "protocol" : "rest-json",
9
9
  "jsonVersion" : "1.1",
10
- "uid" : "mq-2017-11-27",
10
+ "uid": "mq-2017-11-27",
11
11
  "signatureVersion" : "v4"
12
12
  },
13
13
  "operations" : {
@@ -56,6 +56,31 @@
56
56
  }, {
57
57
  "shape" : "ConflictException"
58
58
  }, {
59
+ "shape": "ForbiddenException"
60
+ }
61
+ ]
62
+ },
63
+ "CreateTags": {
64
+ "name": "CreateTags",
65
+ "http": {
66
+ "method": "POST",
67
+ "requestUri": "/v1/tags/{resource-arn}",
68
+ "responseCode": 204
69
+ },
70
+ "input": {
71
+ "shape": "CreateTagsRequest"
72
+ },
73
+ "errors": [
74
+ {
75
+ "shape": "NotFoundException"
76
+ },
77
+ {
78
+ "shape": "BadRequestException"
79
+ },
80
+ {
81
+ "shape": "InternalServerErrorException"
82
+ },
83
+ {
59
84
  "shape" : "ForbiddenException"
60
85
  } ]
61
86
  },
@@ -97,6 +122,31 @@
97
122
  "output" : {
98
123
  "shape" : "DeleteBrokerResponse"
99
124
  },
125
+ "errors": [
126
+ {
127
+ "shape": "NotFoundException"
128
+ },
129
+ {
130
+ "shape": "BadRequestException"
131
+ },
132
+ {
133
+ "shape": "InternalServerErrorException"
134
+ },
135
+ {
136
+ "shape": "ForbiddenException"
137
+ }
138
+ ]
139
+ },
140
+ "DeleteTags": {
141
+ "name": "DeleteTags",
142
+ "http": {
143
+ "method": "DELETE",
144
+ "requestUri": "/v1/tags/{resource-arn}",
145
+ "responseCode": 204
146
+ },
147
+ "input": {
148
+ "shape": "DeleteTagsRequest"
149
+ },
100
150
  "errors" : [ {
101
151
  "shape" : "NotFoundException"
102
152
  }, {
@@ -287,6 +337,34 @@
287
337
  "shape" : "ForbiddenException"
288
338
  } ]
289
339
  },
340
+ "ListTags": {
341
+ "name": "ListTags",
342
+ "http": {
343
+ "method": "GET",
344
+ "requestUri": "/v1/tags/{resource-arn}",
345
+ "responseCode": 200
346
+ },
347
+ "input": {
348
+ "shape": "ListTagsRequest"
349
+ },
350
+ "output": {
351
+ "shape": "ListTagsResponse"
352
+ },
353
+ "errors": [
354
+ {
355
+ "shape": "NotFoundException"
356
+ },
357
+ {
358
+ "shape": "BadRequestException"
359
+ },
360
+ {
361
+ "shape": "InternalServerErrorException"
362
+ },
363
+ {
364
+ "shape": "ForbiddenException"
365
+ }
366
+ ]
367
+ },
290
368
  "ListUsers" : {
291
369
  "name" : "ListUsers",
292
370
  "http" : {
@@ -519,6 +597,10 @@
519
597
  "Name" : {
520
598
  "shape" : "__string",
521
599
  "locationName" : "name"
600
+ },
601
+ "Tags": {
602
+ "shape": "__mapOf__string",
603
+ "locationName": "tags"
522
604
  }
523
605
  }
524
606
  },
@@ -642,6 +724,10 @@
642
724
  "shape" : "__listOf__string",
643
725
  "locationName" : "subnetIds"
644
726
  },
727
+ "Tags": {
728
+ "shape": "__mapOf__string",
729
+ "locationName": "tags"
730
+ },
645
731
  "Users" : {
646
732
  "shape" : "__listOfUser",
647
733
  "locationName" : "users"
@@ -717,6 +803,10 @@
717
803
  "shape" : "__listOf__string",
718
804
  "locationName" : "subnetIds"
719
805
  },
806
+ "Tags": {
807
+ "shape": "__mapOf__string",
808
+ "locationName": "tags"
809
+ },
720
810
  "Users" : {
721
811
  "shape" : "__listOfUser",
722
812
  "locationName" : "users"
@@ -750,6 +840,10 @@
750
840
  "Name" : {
751
841
  "shape" : "__string",
752
842
  "locationName" : "name"
843
+ },
844
+ "Tags": {
845
+ "shape": "__mapOf__string",
846
+ "locationName": "tags"
753
847
  }
754
848
  }
755
849
  },
@@ -792,6 +886,10 @@
792
886
  "Name" : {
793
887
  "shape" : "__string",
794
888
  "locationName" : "name"
889
+ },
890
+ "Tags": {
891
+ "shape": "__mapOf__string",
892
+ "locationName": "tags"
795
893
  }
796
894
  }
797
895
  },
@@ -820,6 +918,23 @@
820
918
  }
821
919
  }
822
920
  },
921
+ "CreateTagsRequest": {
922
+ "type": "structure",
923
+ "members": {
924
+ "ResourceArn": {
925
+ "shape": "__string",
926
+ "location": "uri",
927
+ "locationName": "resource-arn"
928
+ },
929
+ "Tags": {
930
+ "shape": "__mapOf__string",
931
+ "locationName": "tags"
932
+ }
933
+ },
934
+ "required": [
935
+ "ResourceArn"
936
+ ]
937
+ },
823
938
  "CreateUserInput" : {
824
939
  "type" : "structure",
825
940
  "members" : {
@@ -902,6 +1017,25 @@
902
1017
  }
903
1018
  }
904
1019
  },
1020
+ "DeleteTagsRequest": {
1021
+ "type": "structure",
1022
+ "members": {
1023
+ "ResourceArn": {
1024
+ "shape": "__string",
1025
+ "location": "uri",
1026
+ "locationName": "resource-arn"
1027
+ },
1028
+ "TagKeys": {
1029
+ "shape": "__listOf__string",
1030
+ "location": "querystring",
1031
+ "locationName": "tagKeys"
1032
+ }
1033
+ },
1034
+ "required": [
1035
+ "TagKeys",
1036
+ "ResourceArn"
1037
+ ]
1038
+ },
905
1039
  "DeleteUserRequest" : {
906
1040
  "type" : "structure",
907
1041
  "members" : {
@@ -1001,6 +1135,10 @@
1001
1135
  "shape" : "__listOf__string",
1002
1136
  "locationName" : "subnetIds"
1003
1137
  },
1138
+ "Tags": {
1139
+ "shape": "__mapOf__string",
1140
+ "locationName": "tags"
1141
+ },
1004
1142
  "Users" : {
1005
1143
  "shape" : "__listOfUserSummary",
1006
1144
  "locationName" : "users"
@@ -1093,6 +1231,10 @@
1093
1231
  "shape" : "__listOf__string",
1094
1232
  "locationName" : "subnetIds"
1095
1233
  },
1234
+ "Tags": {
1235
+ "shape": "__mapOf__string",
1236
+ "locationName": "tags"
1237
+ },
1096
1238
  "Users" : {
1097
1239
  "shape" : "__listOfUserSummary",
1098
1240
  "locationName" : "users"
@@ -1144,6 +1286,10 @@
1144
1286
  "Name" : {
1145
1287
  "shape" : "__string",
1146
1288
  "locationName" : "name"
1289
+ },
1290
+ "Tags": {
1291
+ "shape": "__mapOf__string",
1292
+ "locationName": "tags"
1147
1293
  }
1148
1294
  }
1149
1295
  },
@@ -1475,6 +1621,28 @@
1475
1621
  }
1476
1622
  }
1477
1623
  },
1624
+ "ListTagsRequest": {
1625
+ "type": "structure",
1626
+ "members": {
1627
+ "ResourceArn": {
1628
+ "shape": "__string",
1629
+ "location": "uri",
1630
+ "locationName": "resource-arn"
1631
+ }
1632
+ },
1633
+ "required": [
1634
+ "ResourceArn"
1635
+ ]
1636
+ },
1637
+ "ListTagsResponse": {
1638
+ "type": "structure",
1639
+ "members": {
1640
+ "Tags": {
1641
+ "shape": "__mapOf__string",
1642
+ "locationName": "tags"
1643
+ }
1644
+ }
1645
+ },
1478
1646
  "ListUsersOutput" : {
1479
1647
  "type" : "structure",
1480
1648
  "members" : {
@@ -1647,6 +1815,15 @@
1647
1815
  "type" : "string",
1648
1816
  "enum" : [ "DISALLOWED_ELEMENT_REMOVED", "DISALLOWED_ATTRIBUTE_REMOVED", "INVALID_ATTRIBUTE_VALUE_REMOVED" ]
1649
1817
  },
1818
+ "Tags": {
1819
+ "type": "structure",
1820
+ "members": {
1821
+ "Tags": {
1822
+ "shape": "__mapOf__string",
1823
+ "locationName": "tags"
1824
+ }
1825
+ }
1826
+ },
1650
1827
  "UnauthorizedException" : {
1651
1828
  "type" : "structure",
1652
1829
  "members" : {
@@ -2040,6 +2217,15 @@
2040
2217
  "__long" : {
2041
2218
  "type" : "long"
2042
2219
  },
2220
+ "__mapOf__string": {
2221
+ "type": "map",
2222
+ "key": {
2223
+ "shape": "__string"
2224
+ },
2225
+ "value": {
2226
+ "shape": "__string"
2227
+ }
2228
+ },
2043
2229
  "__string" : {
2044
2230
  "type" : "string"
2045
2231
  },
@@ -2052,4 +2238,4 @@
2052
2238
  "timestampFormat" : "unixTimestamp"
2053
2239
  }
2054
2240
  }
2055
- }
2241
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.185'
2
+ VERSION = '2.11.186'
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.185
4
+ version: 2.11.186
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-12-04 00:00:00.000000000 Z
11
+ date: 2018-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath