aws-sdk-core 2.10.3 → 2.10.4

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: 51b43b989cbc23b28e5a93263ed9ac60c968e5db
4
- data.tar.gz: a70b91618e14fe6045683cb5fac561f5373a05a2
3
+ metadata.gz: b462a1f3c14d5011c4d866c0fcf8b1687e360fc9
4
+ data.tar.gz: adddac7c3c3cc45dfd8536f5d27732a2b9621c5b
5
5
  SHA512:
6
- metadata.gz: f314d6f65d93bf21fa47302089cc4f0b5f21292abbece2b16dc22908dc96a9486c06ae718bc8cffbf7e15b3bd9eccd2e65e386f2832cab87e079a0b82f15a548
7
- data.tar.gz: b08c9be33f5bff64a47dccbfb9a9795b00eb86b1e2efaa994f118a8de0bad6496bd2929e19e04763a9bc68c77f40c7e4a1f62ef585201190fdafe811ee3b1db8
6
+ metadata.gz: 52854cb98da174ef08e3ff5050e498bb4d3c8aad7dee012d8b3b0b8e4ac66fea053c9c903b7a6c86f15bec7907e1a837ff037667714cdf60c5dd33a82cf41764
7
+ data.tar.gz: 13b6ef9c4f18bcce0b19564139d4dd37ec1c1c64a1f569835c16e36dd2fc3f1c459587c73aee2d119f2118ab11fd21f62a92cf9e5f9e9bcccd6404475adc60f6
@@ -53,6 +53,23 @@
53
53
  {"shape":"LimitExceededException"}
54
54
  ]
55
55
  },
56
+ "AssociateTagOptionWithResource":{
57
+ "name":"AssociateTagOptionWithResource",
58
+ "http":{
59
+ "method":"POST",
60
+ "requestUri":"/"
61
+ },
62
+ "input":{"shape":"AssociateTagOptionWithResourceInput"},
63
+ "output":{"shape":"AssociateTagOptionWithResourceOutput"},
64
+ "errors":[
65
+ {"shape":"TagOptionNotMigratedException"},
66
+ {"shape":"ResourceNotFoundException"},
67
+ {"shape":"InvalidParametersException"},
68
+ {"shape":"LimitExceededException"},
69
+ {"shape":"DuplicateResourceException"},
70
+ {"shape":"InvalidStateException"}
71
+ ]
72
+ },
56
73
  "CreateConstraint":{
57
74
  "name":"CreateConstraint",
58
75
  "http":{
@@ -78,7 +95,8 @@
78
95
  "output":{"shape":"CreatePortfolioOutput"},
79
96
  "errors":[
80
97
  {"shape":"InvalidParametersException"},
81
- {"shape":"LimitExceededException"}
98
+ {"shape":"LimitExceededException"},
99
+ {"shape":"TagOptionNotMigratedException"}
82
100
  ]
83
101
  },
84
102
  "CreatePortfolioShare":{
@@ -105,7 +123,8 @@
105
123
  "output":{"shape":"CreateProductOutput"},
106
124
  "errors":[
107
125
  {"shape":"InvalidParametersException"},
108
- {"shape":"LimitExceededException"}
126
+ {"shape":"LimitExceededException"},
127
+ {"shape":"TagOptionNotMigratedException"}
109
128
  ]
110
129
  },
111
130
  "CreateProvisioningArtifact":{
@@ -122,6 +141,20 @@
122
141
  {"shape":"LimitExceededException"}
123
142
  ]
124
143
  },
144
+ "CreateTagOption":{
145
+ "name":"CreateTagOption",
146
+ "http":{
147
+ "method":"POST",
148
+ "requestUri":"/"
149
+ },
150
+ "input":{"shape":"CreateTagOptionInput"},
151
+ "output":{"shape":"CreateTagOptionOutput"},
152
+ "errors":[
153
+ {"shape":"TagOptionNotMigratedException"},
154
+ {"shape":"DuplicateResourceException"},
155
+ {"shape":"LimitExceededException"}
156
+ ]
157
+ },
125
158
  "DeleteConstraint":{
126
159
  "name":"DeleteConstraint",
127
160
  "http":{
@@ -146,7 +179,8 @@
146
179
  "errors":[
147
180
  {"shape":"ResourceNotFoundException"},
148
181
  {"shape":"InvalidParametersException"},
149
- {"shape":"ResourceInUseException"}
182
+ {"shape":"ResourceInUseException"},
183
+ {"shape":"TagOptionNotMigratedException"}
150
184
  ]
151
185
  },
152
186
  "DeletePortfolioShare":{
@@ -172,7 +206,8 @@
172
206
  "errors":[
173
207
  {"shape":"ResourceNotFoundException"},
174
208
  {"shape":"ResourceInUseException"},
175
- {"shape":"InvalidParametersException"}
209
+ {"shape":"InvalidParametersException"},
210
+ {"shape":"TagOptionNotMigratedException"}
176
211
  ]
177
212
  },
178
213
  "DeleteProvisioningArtifact":{
@@ -300,6 +335,19 @@
300
335
  {"shape":"ResourceNotFoundException"}
301
336
  ]
302
337
  },
338
+ "DescribeTagOption":{
339
+ "name":"DescribeTagOption",
340
+ "http":{
341
+ "method":"POST",
342
+ "requestUri":"/"
343
+ },
344
+ "input":{"shape":"DescribeTagOptionInput"},
345
+ "output":{"shape":"DescribeTagOptionOutput"},
346
+ "errors":[
347
+ {"shape":"TagOptionNotMigratedException"},
348
+ {"shape":"ResourceNotFoundException"}
349
+ ]
350
+ },
303
351
  "DisassociatePrincipalFromPortfolio":{
304
352
  "name":"DisassociatePrincipalFromPortfolio",
305
353
  "http":{
@@ -323,9 +371,23 @@
323
371
  "output":{"shape":"DisassociateProductFromPortfolioOutput"},
324
372
  "errors":[
325
373
  {"shape":"ResourceNotFoundException"},
374
+ {"shape":"ResourceInUseException"},
326
375
  {"shape":"InvalidParametersException"}
327
376
  ]
328
377
  },
378
+ "DisassociateTagOptionFromResource":{
379
+ "name":"DisassociateTagOptionFromResource",
380
+ "http":{
381
+ "method":"POST",
382
+ "requestUri":"/"
383
+ },
384
+ "input":{"shape":"DisassociateTagOptionFromResourceInput"},
385
+ "output":{"shape":"DisassociateTagOptionFromResourceOutput"},
386
+ "errors":[
387
+ {"shape":"TagOptionNotMigratedException"},
388
+ {"shape":"ResourceNotFoundException"}
389
+ ]
390
+ },
329
391
  "ListAcceptedPortfolioShares":{
330
392
  "name":"ListAcceptedPortfolioShares",
331
393
  "http":{
@@ -439,6 +501,33 @@
439
501
  {"shape":"InvalidParametersException"}
440
502
  ]
441
503
  },
504
+ "ListResourcesForTagOption":{
505
+ "name":"ListResourcesForTagOption",
506
+ "http":{
507
+ "method":"POST",
508
+ "requestUri":"/"
509
+ },
510
+ "input":{"shape":"ListResourcesForTagOptionInput"},
511
+ "output":{"shape":"ListResourcesForTagOptionOutput"},
512
+ "errors":[
513
+ {"shape":"TagOptionNotMigratedException"},
514
+ {"shape":"ResourceNotFoundException"},
515
+ {"shape":"InvalidParametersException"}
516
+ ]
517
+ },
518
+ "ListTagOptions":{
519
+ "name":"ListTagOptions",
520
+ "http":{
521
+ "method":"POST",
522
+ "requestUri":"/"
523
+ },
524
+ "input":{"shape":"ListTagOptionsInput"},
525
+ "output":{"shape":"ListTagOptionsOutput"},
526
+ "errors":[
527
+ {"shape":"TagOptionNotMigratedException"},
528
+ {"shape":"InvalidParametersException"}
529
+ ]
530
+ },
442
531
  "ProvisionProduct":{
443
532
  "name":"ProvisionProduct",
444
533
  "http":{
@@ -538,7 +627,8 @@
538
627
  "errors":[
539
628
  {"shape":"InvalidParametersException"},
540
629
  {"shape":"ResourceNotFoundException"},
541
- {"shape":"LimitExceededException"}
630
+ {"shape":"LimitExceededException"},
631
+ {"shape":"TagOptionNotMigratedException"}
542
632
  ]
543
633
  },
544
634
  "UpdateProduct":{
@@ -551,7 +641,8 @@
551
641
  "output":{"shape":"UpdateProductOutput"},
552
642
  "errors":[
553
643
  {"shape":"ResourceNotFoundException"},
554
- {"shape":"InvalidParametersException"}
644
+ {"shape":"InvalidParametersException"},
645
+ {"shape":"TagOptionNotMigratedException"}
555
646
  ]
556
647
  },
557
648
  "UpdateProvisionedProduct":{
@@ -579,6 +670,21 @@
579
670
  {"shape":"ResourceNotFoundException"},
580
671
  {"shape":"InvalidParametersException"}
581
672
  ]
673
+ },
674
+ "UpdateTagOption":{
675
+ "name":"UpdateTagOption",
676
+ "http":{
677
+ "method":"POST",
678
+ "requestUri":"/"
679
+ },
680
+ "input":{"shape":"UpdateTagOptionInput"},
681
+ "output":{"shape":"UpdateTagOptionOutput"},
682
+ "errors":[
683
+ {"shape":"TagOptionNotMigratedException"},
684
+ {"shape":"ResourceNotFoundException"},
685
+ {"shape":"DuplicateResourceException"},
686
+ {"shape":"InvalidParametersException"}
687
+ ]
582
688
  }
583
689
  },
584
690
  "shapes":{
@@ -668,6 +774,22 @@
668
774
  "members":{
669
775
  }
670
776
  },
777
+ "AssociateTagOptionWithResourceInput":{
778
+ "type":"structure",
779
+ "required":[
780
+ "ResourceId",
781
+ "TagOptionId"
782
+ ],
783
+ "members":{
784
+ "ResourceId":{"shape":"ResourceId"},
785
+ "TagOptionId":{"shape":"TagOptionId"}
786
+ }
787
+ },
788
+ "AssociateTagOptionWithResourceOutput":{
789
+ "type":"structure",
790
+ "members":{
791
+ }
792
+ },
671
793
  "AttributeValue":{"type":"string"},
672
794
  "ConstraintDescription":{
673
795
  "type":"string",
@@ -836,6 +958,23 @@
836
958
  "Status":{"shape":"Status"}
837
959
  }
838
960
  },
961
+ "CreateTagOptionInput":{
962
+ "type":"structure",
963
+ "required":[
964
+ "Key",
965
+ "Value"
966
+ ],
967
+ "members":{
968
+ "Key":{"shape":"TagOptionKey"},
969
+ "Value":{"shape":"TagOptionValue"}
970
+ }
971
+ },
972
+ "CreateTagOptionOutput":{
973
+ "type":"structure",
974
+ "members":{
975
+ "TagOptionDetail":{"shape":"TagOptionDetail"}
976
+ }
977
+ },
839
978
  "CreatedTime":{"type":"timestamp"},
840
979
  "CreationTime":{"type":"timestamp"},
841
980
  "DefaultValue":{"type":"string"},
@@ -940,7 +1079,8 @@
940
1079
  "type":"structure",
941
1080
  "members":{
942
1081
  "PortfolioDetail":{"shape":"PortfolioDetail"},
943
- "Tags":{"shape":"Tags"}
1082
+ "Tags":{"shape":"Tags"},
1083
+ "TagOptions":{"shape":"TagOptionDetails"}
944
1084
  }
945
1085
  },
946
1086
  "DescribeProductAsAdminInput":{
@@ -956,7 +1096,8 @@
956
1096
  "members":{
957
1097
  "ProductViewDetail":{"shape":"ProductViewDetail"},
958
1098
  "ProvisioningArtifactSummaries":{"shape":"ProvisioningArtifactSummaries"},
959
- "Tags":{"shape":"Tags"}
1099
+ "Tags":{"shape":"Tags"},
1100
+ "TagOptions":{"shape":"TagOptionDetails"}
960
1101
  }
961
1102
  },
962
1103
  "DescribeProductInput":{
@@ -1042,7 +1183,8 @@
1042
1183
  "members":{
1043
1184
  "ProvisioningArtifactParameters":{"shape":"ProvisioningArtifactParameters"},
1044
1185
  "ConstraintSummaries":{"shape":"ConstraintSummaries"},
1045
- "UsageInstructions":{"shape":"UsageInstructions"}
1186
+ "UsageInstructions":{"shape":"UsageInstructions"},
1187
+ "TagOptions":{"shape":"TagOptionSummaries"}
1046
1188
  }
1047
1189
  },
1048
1190
  "DescribeRecordInput":{
@@ -1063,6 +1205,19 @@
1063
1205
  "NextPageToken":{"shape":"PageToken"}
1064
1206
  }
1065
1207
  },
1208
+ "DescribeTagOptionInput":{
1209
+ "type":"structure",
1210
+ "required":["Id"],
1211
+ "members":{
1212
+ "Id":{"shape":"TagOptionId"}
1213
+ }
1214
+ },
1215
+ "DescribeTagOptionOutput":{
1216
+ "type":"structure",
1217
+ "members":{
1218
+ "TagOptionDetail":{"shape":"TagOptionDetail"}
1219
+ }
1220
+ },
1066
1221
  "Description":{"type":"string"},
1067
1222
  "DisassociatePrincipalFromPortfolioInput":{
1068
1223
  "type":"structure",
@@ -1098,6 +1253,22 @@
1098
1253
  "members":{
1099
1254
  }
1100
1255
  },
1256
+ "DisassociateTagOptionFromResourceInput":{
1257
+ "type":"structure",
1258
+ "required":[
1259
+ "ResourceId",
1260
+ "TagOptionId"
1261
+ ],
1262
+ "members":{
1263
+ "ResourceId":{"shape":"ResourceId"},
1264
+ "TagOptionId":{"shape":"TagOptionId"}
1265
+ }
1266
+ },
1267
+ "DisassociateTagOptionFromResourceOutput":{
1268
+ "type":"structure",
1269
+ "members":{
1270
+ }
1271
+ },
1101
1272
  "DuplicateResourceException":{
1102
1273
  "type":"structure",
1103
1274
  "members":{
@@ -1127,6 +1298,12 @@
1127
1298
  },
1128
1299
  "exception":true
1129
1300
  },
1301
+ "InvalidStateException":{
1302
+ "type":"structure",
1303
+ "members":{
1304
+ },
1305
+ "exception":true
1306
+ },
1130
1307
  "LastRequestId":{"type":"string"},
1131
1308
  "LaunchPathSummaries":{
1132
1309
  "type":"list",
@@ -1300,6 +1477,46 @@
1300
1477
  "Value":{"shape":"SearchFilterValue"}
1301
1478
  }
1302
1479
  },
1480
+ "ListResourcesForTagOptionInput":{
1481
+ "type":"structure",
1482
+ "required":["TagOptionId"],
1483
+ "members":{
1484
+ "TagOptionId":{"shape":"TagOptionId"},
1485
+ "ResourceType":{"shape":"ResourceType"},
1486
+ "PageSize":{"shape":"PageSize"},
1487
+ "PageToken":{"shape":"PageToken"}
1488
+ }
1489
+ },
1490
+ "ListResourcesForTagOptionOutput":{
1491
+ "type":"structure",
1492
+ "members":{
1493
+ "ResourceDetails":{"shape":"ResourceDetails"},
1494
+ "PageToken":{"shape":"PageToken"}
1495
+ }
1496
+ },
1497
+ "ListTagOptionsFilters":{
1498
+ "type":"structure",
1499
+ "members":{
1500
+ "Key":{"shape":"TagOptionKey"},
1501
+ "Value":{"shape":"TagOptionValue"},
1502
+ "Active":{"shape":"TagOptionActive"}
1503
+ }
1504
+ },
1505
+ "ListTagOptionsInput":{
1506
+ "type":"structure",
1507
+ "members":{
1508
+ "Filters":{"shape":"ListTagOptionsFilters"},
1509
+ "PageSize":{"shape":"PageSize"},
1510
+ "PageToken":{"shape":"PageToken"}
1511
+ }
1512
+ },
1513
+ "ListTagOptionsOutput":{
1514
+ "type":"structure",
1515
+ "members":{
1516
+ "TagOptionDetails":{"shape":"TagOptionDetails"},
1517
+ "PageToken":{"shape":"PageToken"}
1518
+ }
1519
+ },
1303
1520
  "NoEcho":{"type":"boolean"},
1304
1521
  "NotificationArn":{
1305
1522
  "type":"string",
@@ -1747,6 +1964,26 @@
1747
1964
  "max":150,
1748
1965
  "min":1
1749
1966
  },
1967
+ "ResourceDetail":{
1968
+ "type":"structure",
1969
+ "members":{
1970
+ "Id":{"shape":"ResourceDetailId"},
1971
+ "ARN":{"shape":"ResourceDetailARN"},
1972
+ "Name":{"shape":"ResourceDetailName"},
1973
+ "Description":{"shape":"ResourceDetailDescription"},
1974
+ "CreatedTime":{"shape":"ResourceDetailCreatedTime"}
1975
+ }
1976
+ },
1977
+ "ResourceDetailARN":{"type":"string"},
1978
+ "ResourceDetailCreatedTime":{"type":"timestamp"},
1979
+ "ResourceDetailDescription":{"type":"string"},
1980
+ "ResourceDetailId":{"type":"string"},
1981
+ "ResourceDetailName":{"type":"string"},
1982
+ "ResourceDetails":{
1983
+ "type":"list",
1984
+ "member":{"shape":"ResourceDetail"}
1985
+ },
1986
+ "ResourceId":{"type":"string"},
1750
1987
  "ResourceInUseException":{
1751
1988
  "type":"structure",
1752
1989
  "members":{
@@ -1759,6 +1996,7 @@
1759
1996
  },
1760
1997
  "exception":true
1761
1998
  },
1999
+ "ResourceType":{"type":"string"},
1762
2000
  "ScanProvisionedProductsInput":{
1763
2001
  "type":"structure",
1764
2002
  "members":{
@@ -1855,6 +2093,58 @@
1855
2093
  "type":"list",
1856
2094
  "member":{"shape":"TagKey"}
1857
2095
  },
2096
+ "TagOptionActive":{"type":"boolean"},
2097
+ "TagOptionDetail":{
2098
+ "type":"structure",
2099
+ "members":{
2100
+ "Key":{"shape":"TagOptionKey"},
2101
+ "Value":{"shape":"TagOptionValue"},
2102
+ "Active":{"shape":"TagOptionActive"},
2103
+ "Id":{"shape":"TagOptionId"}
2104
+ }
2105
+ },
2106
+ "TagOptionDetails":{
2107
+ "type":"list",
2108
+ "member":{"shape":"TagOptionDetail"}
2109
+ },
2110
+ "TagOptionId":{
2111
+ "type":"string",
2112
+ "max":100,
2113
+ "min":1
2114
+ },
2115
+ "TagOptionKey":{
2116
+ "type":"string",
2117
+ "max":128,
2118
+ "min":1,
2119
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2120
+ },
2121
+ "TagOptionNotMigratedException":{
2122
+ "type":"structure",
2123
+ "members":{
2124
+ },
2125
+ "exception":true
2126
+ },
2127
+ "TagOptionSummaries":{
2128
+ "type":"list",
2129
+ "member":{"shape":"TagOptionSummary"}
2130
+ },
2131
+ "TagOptionSummary":{
2132
+ "type":"structure",
2133
+ "members":{
2134
+ "Key":{"shape":"TagOptionKey"},
2135
+ "Values":{"shape":"TagOptionValues"}
2136
+ }
2137
+ },
2138
+ "TagOptionValue":{
2139
+ "type":"string",
2140
+ "max":256,
2141
+ "min":1,
2142
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2143
+ },
2144
+ "TagOptionValues":{
2145
+ "type":"list",
2146
+ "member":{"shape":"TagOptionValue"}
2147
+ },
1858
2148
  "TagValue":{
1859
2149
  "type":"string",
1860
2150
  "max":256,
@@ -2004,6 +2294,21 @@
2004
2294
  "type":"list",
2005
2295
  "member":{"shape":"UpdateProvisioningParameter"}
2006
2296
  },
2297
+ "UpdateTagOptionInput":{
2298
+ "type":"structure",
2299
+ "required":["Id"],
2300
+ "members":{
2301
+ "Id":{"shape":"TagOptionId"},
2302
+ "Value":{"shape":"TagOptionValue"},
2303
+ "Active":{"shape":"TagOptionActive"}
2304
+ }
2305
+ },
2306
+ "UpdateTagOptionOutput":{
2307
+ "type":"structure",
2308
+ "members":{
2309
+ "TagOptionDetail":{"shape":"TagOptionDetail"}
2310
+ }
2311
+ },
2007
2312
  "UpdatedTime":{"type":"timestamp"},
2008
2313
  "UsageInstruction":{
2009
2314
  "type":"structure",
@@ -1,4 +1,14 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListResourcesForTagOption": {
4
+ "input_token": "PageToken",
5
+ "output_token": "PageToken",
6
+ "limit_key": "PageSize"
7
+ },
8
+ "ListTagOptions": {
9
+ "input_token": "PageToken",
10
+ "output_token": "PageToken",
11
+ "limit_key": "PageSize"
12
+ }
3
13
  }
4
14
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.3'
2
+ VERSION = '2.10.4'
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.3
4
+ version: 2.10.4
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-06-23 00:00:00.000000000 Z
11
+ date: 2017-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath