aws-sdk-core 2.10.40 → 2.10.41

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 02996901da5880377f7ed2b0b0e5b3f2f9d7f77b
4
- data.tar.gz: 7b56572bfb8644eb5108d4cf05c508a062898084
3
+ metadata.gz: 6bbd03d022e23bd3c59c185f0c1c70d0b21f5f34
4
+ data.tar.gz: 9d667826ec423a5cfbbb387d64ce556950b1279d
5
5
  SHA512:
6
- metadata.gz: 0932c78b1f50c5b82091b2f660da66b54222a8a04edfb0bd89a3f934ac89c4f038fc8a9a65cda1c00647a773e758300a7c28c4903e4ef3d80b479fcfc3668dd5
7
- data.tar.gz: 558546c504136af0aec342dc83902e6ce6482b58af30b34b922ceb58ce06359ac716f906ca934d11443b46fc45ec959322119bf458e113ac4a02de8d23ee46b6
6
+ metadata.gz: 8df769524891cbee3134f04e86cb426b71548416f4e2faebebb5c1b442bd2da011a71c79d5c2828d8b186e42f69a3e71808e9a782ed21e26a5597df9a866171b
7
+ data.tar.gz: d178917722378fc6eab6f74b1a34527bf5b6f2f0d553620a002f2d474d3f9212c9d358f33a1860be26ea8212c655f2a371b673e14207cf69ed4074b2f3c0f200
@@ -10814,6 +10814,10 @@
10814
10814
  "VpcId":{
10815
10815
  "shape":"String",
10816
10816
  "locationName":"vpcId"
10817
+ },
10818
+ "Tags":{
10819
+ "shape":"TagList",
10820
+ "locationName":"tagSet"
10817
10821
  }
10818
10822
  }
10819
10823
  },
@@ -52,7 +52,8 @@
52
52
  {"shape":"SSLPolicyNotFoundException"},
53
53
  {"shape":"CertificateNotFoundException"},
54
54
  {"shape":"UnsupportedProtocolException"},
55
- {"shape":"TooManyRegistrationsForTargetIdException"}
55
+ {"shape":"TooManyRegistrationsForTargetIdException"},
56
+ {"shape":"TooManyTargetsException"}
56
57
  ]
57
58
  },
58
59
  "CreateLoadBalancer":{
@@ -75,7 +76,10 @@
75
76
  {"shape":"InvalidSecurityGroupException"},
76
77
  {"shape":"InvalidSchemeException"},
77
78
  {"shape":"TooManyTagsException"},
78
- {"shape":"DuplicateTagKeysException"}
79
+ {"shape":"DuplicateTagKeysException"},
80
+ {"shape":"ResourceInUseException"},
81
+ {"shape":"AllocationIdNotFoundException"},
82
+ {"shape":"AvailabilityZoneNotSupportedException"}
79
83
  ]
80
84
  },
81
85
  "CreateRule":{
@@ -94,10 +98,12 @@
94
98
  {"shape":"TooManyTargetGroupsException"},
95
99
  {"shape":"TooManyRulesException"},
96
100
  {"shape":"TargetGroupAssociationLimitException"},
101
+ {"shape":"IncompatibleProtocolsException"},
97
102
  {"shape":"ListenerNotFoundException"},
98
103
  {"shape":"TargetGroupNotFoundException"},
99
104
  {"shape":"InvalidConfigurationRequestException"},
100
- {"shape":"TooManyRegistrationsForTargetIdException"}
105
+ {"shape":"TooManyRegistrationsForTargetIdException"},
106
+ {"shape":"TooManyTargetsException"}
101
107
  ]
102
108
  },
103
109
  "CreateTargetGroup":{
@@ -113,7 +119,8 @@
113
119
  },
114
120
  "errors":[
115
121
  {"shape":"DuplicateTargetGroupNameException"},
116
- {"shape":"TooManyTargetGroupsException"}
122
+ {"shape":"TooManyTargetGroupsException"},
123
+ {"shape":"InvalidConfigurationRequestException"}
117
124
  ]
118
125
  },
119
126
  "DeleteListener":{
@@ -372,7 +379,8 @@
372
379
  {"shape":"CertificateNotFoundException"},
373
380
  {"shape":"InvalidConfigurationRequestException"},
374
381
  {"shape":"UnsupportedProtocolException"},
375
- {"shape":"TooManyRegistrationsForTargetIdException"}
382
+ {"shape":"TooManyRegistrationsForTargetIdException"},
383
+ {"shape":"TooManyTargetsException"}
376
384
  ]
377
385
  },
378
386
  "ModifyLoadBalancerAttributes":{
@@ -404,6 +412,7 @@
404
412
  },
405
413
  "errors":[
406
414
  {"shape":"TargetGroupAssociationLimitException"},
415
+ {"shape":"IncompatibleProtocolsException"},
407
416
  {"shape":"RuleNotFoundException"},
408
417
  {"shape":"OperationNotPermittedException"},
409
418
  {"shape":"TooManyRegistrationsForTargetIdException"},
@@ -423,7 +432,8 @@
423
432
  "resultWrapper":"ModifyTargetGroupResult"
424
433
  },
425
434
  "errors":[
426
- {"shape":"TargetGroupNotFoundException"}
435
+ {"shape":"TargetGroupNotFoundException"},
436
+ {"shape":"InvalidConfigurationRequestException"}
427
437
  ]
428
438
  },
429
439
  "ModifyTargetGroupAttributes":{
@@ -438,7 +448,8 @@
438
448
  "resultWrapper":"ModifyTargetGroupAttributesResult"
439
449
  },
440
450
  "errors":[
441
- {"shape":"TargetGroupNotFoundException"}
451
+ {"shape":"TargetGroupNotFoundException"},
452
+ {"shape":"InvalidConfigurationRequestException"}
442
453
  ]
443
454
  },
444
455
  "RegisterTargets":{
@@ -544,7 +555,9 @@
544
555
  {"shape":"LoadBalancerNotFoundException"},
545
556
  {"shape":"InvalidConfigurationRequestException"},
546
557
  {"shape":"SubnetNotFoundException"},
547
- {"shape":"InvalidSubnetException"}
558
+ {"shape":"InvalidSubnetException"},
559
+ {"shape":"AllocationIdNotFoundException"},
560
+ {"shape":"AvailabilityZoneNotSupportedException"}
548
561
  ]
549
562
  }
550
563
  },
@@ -584,13 +597,37 @@
584
597
  "members":{
585
598
  }
586
599
  },
600
+ "AllocationId":{"type":"string"},
601
+ "AllocationIdNotFoundException":{
602
+ "type":"structure",
603
+ "members":{
604
+ },
605
+ "error":{
606
+ "code":"AllocationIdNotFound",
607
+ "httpStatusCode":400,
608
+ "senderFault":true
609
+ },
610
+ "exception":true
611
+ },
587
612
  "AvailabilityZone":{
588
613
  "type":"structure",
589
614
  "members":{
590
615
  "ZoneName":{"shape":"ZoneName"},
591
- "SubnetId":{"shape":"SubnetId"}
616
+ "SubnetId":{"shape":"SubnetId"},
617
+ "LoadBalancerAddresses":{"shape":"LoadBalancerAddresses"}
592
618
  }
593
619
  },
620
+ "AvailabilityZoneNotSupportedException":{
621
+ "type":"structure",
622
+ "members":{
623
+ },
624
+ "error":{
625
+ "code":"AvailabilityZoneNotSupported",
626
+ "httpStatusCode":400,
627
+ "senderFault":true
628
+ },
629
+ "exception":true
630
+ },
594
631
  "AvailabilityZones":{
595
632
  "type":"list",
596
633
  "member":{"shape":"AvailabilityZone"}
@@ -660,16 +697,15 @@
660
697
  },
661
698
  "CreateLoadBalancerInput":{
662
699
  "type":"structure",
663
- "required":[
664
- "Name",
665
- "Subnets"
666
- ],
700
+ "required":["Name"],
667
701
  "members":{
668
702
  "Name":{"shape":"LoadBalancerName"},
669
703
  "Subnets":{"shape":"Subnets"},
704
+ "SubnetMappings":{"shape":"SubnetMappings"},
670
705
  "SecurityGroups":{"shape":"SecurityGroups"},
671
706
  "Scheme":{"shape":"LoadBalancerSchemeEnum"},
672
707
  "Tags":{"shape":"TagList"},
708
+ "Type":{"shape":"LoadBalancerTypeEnum"},
673
709
  "IpAddressType":{"shape":"IpAddressType"}
674
710
  }
675
711
  },
@@ -1081,6 +1117,7 @@
1081
1117
  },
1082
1118
  "exception":true
1083
1119
  },
1120
+ "IpAddress":{"type":"string"},
1084
1121
  "IpAddressType":{
1085
1122
  "type":"string",
1086
1123
  "enum":[
@@ -1153,6 +1190,17 @@
1153
1190
  "IpAddressType":{"shape":"IpAddressType"}
1154
1191
  }
1155
1192
  },
1193
+ "LoadBalancerAddress":{
1194
+ "type":"structure",
1195
+ "members":{
1196
+ "IpAddress":{"shape":"IpAddress"},
1197
+ "AllocationId":{"shape":"AllocationId"}
1198
+ }
1199
+ },
1200
+ "LoadBalancerAddresses":{
1201
+ "type":"list",
1202
+ "member":{"shape":"LoadBalancerAddress"}
1203
+ },
1156
1204
  "LoadBalancerArn":{"type":"string"},
1157
1205
  "LoadBalancerArns":{
1158
1206
  "type":"list",
@@ -1214,12 +1262,16 @@
1214
1262
  "enum":[
1215
1263
  "active",
1216
1264
  "provisioning",
1265
+ "active_impaired",
1217
1266
  "failed"
1218
1267
  ]
1219
1268
  },
1220
1269
  "LoadBalancerTypeEnum":{
1221
1270
  "type":"string",
1222
- "enum":["application"]
1271
+ "enum":[
1272
+ "application",
1273
+ "network"
1274
+ ]
1223
1275
  },
1224
1276
  "LoadBalancers":{
1225
1277
  "type":"list",
@@ -1364,7 +1416,8 @@
1364
1416
  "type":"string",
1365
1417
  "enum":[
1366
1418
  "HTTP",
1367
- "HTTPS"
1419
+ "HTTPS",
1420
+ "TCP"
1368
1421
  ]
1369
1422
  },
1370
1423
  "RegisterTargetsInput":{
@@ -1454,7 +1507,7 @@
1454
1507
  },
1455
1508
  "RulePriority":{
1456
1509
  "type":"integer",
1457
- "max":99999,
1510
+ "max":50000,
1458
1511
  "min":1
1459
1512
  },
1460
1513
  "RulePriorityList":{
@@ -1543,7 +1596,8 @@
1543
1596
  ],
1544
1597
  "members":{
1545
1598
  "LoadBalancerArn":{"shape":"LoadBalancerArn"},
1546
- "Subnets":{"shape":"Subnets"}
1599
+ "Subnets":{"shape":"Subnets"},
1600
+ "SubnetMappings":{"shape":"SubnetMappings"}
1547
1601
  }
1548
1602
  },
1549
1603
  "SetSubnetsOutput":{
@@ -1578,6 +1632,17 @@
1578
1632
  "String":{"type":"string"},
1579
1633
  "StringValue":{"type":"string"},
1580
1634
  "SubnetId":{"type":"string"},
1635
+ "SubnetMapping":{
1636
+ "type":"structure",
1637
+ "members":{
1638
+ "SubnetId":{"shape":"SubnetId"},
1639
+ "AllocationId":{"shape":"AllocationId"}
1640
+ }
1641
+ },
1642
+ "SubnetMappings":{
1643
+ "type":"list",
1644
+ "member":{"shape":"SubnetMapping"}
1645
+ },
1581
1646
  "SubnetNotFoundException":{
1582
1647
  "type":"structure",
1583
1648
  "members":{
@@ -1762,7 +1827,8 @@
1762
1827
  "healthy",
1763
1828
  "unhealthy",
1764
1829
  "unused",
1765
- "draining"
1830
+ "draining",
1831
+ "unavailable"
1766
1832
  ]
1767
1833
  },
1768
1834
  "TargetId":{"type":"string"},
@@ -371,6 +371,22 @@
371
371
  {"shape":"BadRequestException"}
372
372
  ]
373
373
  },
374
+ "GetExport":{
375
+ "name":"GetExport",
376
+ "http":{
377
+ "method":"GET",
378
+ "requestUri":"/exports/",
379
+ "responseCode":200
380
+ },
381
+ "input":{"shape":"GetExportRequest"},
382
+ "output":{"shape":"GetExportResponse"},
383
+ "errors":[
384
+ {"shape":"NotFoundException"},
385
+ {"shape":"LimitExceededException"},
386
+ {"shape":"InternalFailureException"},
387
+ {"shape":"BadRequestException"}
388
+ ]
389
+ },
374
390
  "GetIntent":{
375
391
  "name":"GetIntent",
376
392
  "http":{
@@ -987,6 +1003,18 @@
987
1003
  "max":10000,
988
1004
  "min":1
989
1005
  },
1006
+ "ExportStatus":{
1007
+ "type":"string",
1008
+ "enum":[
1009
+ "IN_PROGRESS",
1010
+ "READY",
1011
+ "FAILED"
1012
+ ]
1013
+ },
1014
+ "ExportType":{
1015
+ "type":"string",
1016
+ "enum":["ALEXA_SKILLS_KIT"]
1017
+ },
990
1018
  "FollowUpPrompt":{
991
1019
  "type":"structure",
992
1020
  "required":[
@@ -1332,6 +1360,49 @@
1332
1360
  "nextToken":{"shape":"NextToken"}
1333
1361
  }
1334
1362
  },
1363
+ "GetExportRequest":{
1364
+ "type":"structure",
1365
+ "required":[
1366
+ "name",
1367
+ "version",
1368
+ "resourceType",
1369
+ "exportType"
1370
+ ],
1371
+ "members":{
1372
+ "name":{
1373
+ "shape":"Name",
1374
+ "location":"querystring",
1375
+ "locationName":"name"
1376
+ },
1377
+ "version":{
1378
+ "shape":"NumericalVersion",
1379
+ "location":"querystring",
1380
+ "locationName":"version"
1381
+ },
1382
+ "resourceType":{
1383
+ "shape":"ResourceType",
1384
+ "location":"querystring",
1385
+ "locationName":"resourceType"
1386
+ },
1387
+ "exportType":{
1388
+ "shape":"ExportType",
1389
+ "location":"querystring",
1390
+ "locationName":"exportType"
1391
+ }
1392
+ }
1393
+ },
1394
+ "GetExportResponse":{
1395
+ "type":"structure",
1396
+ "members":{
1397
+ "name":{"shape":"Name"},
1398
+ "version":{"shape":"NumericalVersion"},
1399
+ "resourceType":{"shape":"ResourceType"},
1400
+ "exportType":{"shape":"ExportType"},
1401
+ "exportStatus":{"shape":"ExportStatus"},
1402
+ "failureReason":{"shape":"String"},
1403
+ "url":{"shape":"String"}
1404
+ }
1405
+ },
1335
1406
  "GetIntentRequest":{
1336
1407
  "type":"structure",
1337
1408
  "required":[
@@ -1558,9 +1629,7 @@
1558
1629
  },
1559
1630
  "IntentList":{
1560
1631
  "type":"list",
1561
- "member":{"shape":"Intent"},
1562
- "max":100,
1563
- "min":1
1632
+ "member":{"shape":"Intent"}
1564
1633
  },
1565
1634
  "IntentMetadata":{
1566
1635
  "type":"structure",
@@ -1664,7 +1733,7 @@
1664
1733
  "type":"string",
1665
1734
  "max":64,
1666
1735
  "min":1,
1667
- "pattern":"[a-zA-Z]+"
1736
+ "pattern":"[a-zA-Z_]+"
1668
1737
  },
1669
1738
  "NextToken":{"type":"string"},
1670
1739
  "NotFoundException":{
@@ -1893,6 +1962,10 @@
1893
1962
  "version":{"shape":"Version"}
1894
1963
  }
1895
1964
  },
1965
+ "ResourceType":{
1966
+ "type":"string",
1967
+ "enum":["BOT"]
1968
+ },
1896
1969
  "ResponseCard":{
1897
1970
  "type":"string",
1898
1971
  "max":50000,
@@ -117,6 +117,28 @@
117
117
  {"shape":"DelegationSetNotReusable"}
118
118
  ]
119
119
  },
120
+ "CreateQueryLoggingConfig":{
121
+ "name":"CreateQueryLoggingConfig",
122
+ "http":{
123
+ "method":"POST",
124
+ "requestUri":"/2013-04-01/queryloggingconfig",
125
+ "responseCode":201
126
+ },
127
+ "input":{
128
+ "shape":"CreateQueryLoggingConfigRequest",
129
+ "locationName":"CreateQueryLoggingConfigRequest",
130
+ "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
131
+ },
132
+ "output":{"shape":"CreateQueryLoggingConfigResponse"},
133
+ "errors":[
134
+ {"shape":"ConcurrentModification"},
135
+ {"shape":"NoSuchHostedZone"},
136
+ {"shape":"NoSuchCloudWatchLogsLogGroup"},
137
+ {"shape":"InvalidInput"},
138
+ {"shape":"QueryLoggingConfigAlreadyExists"},
139
+ {"shape":"InsufficientCloudWatchLogsResourcePolicy"}
140
+ ]
141
+ },
120
142
  "CreateReusableDelegationSet":{
121
143
  "name":"CreateReusableDelegationSet",
122
144
  "http":{
@@ -251,6 +273,20 @@
251
273
  {"shape":"InvalidDomainName"}
252
274
  ]
253
275
  },
276
+ "DeleteQueryLoggingConfig":{
277
+ "name":"DeleteQueryLoggingConfig",
278
+ "http":{
279
+ "method":"DELETE",
280
+ "requestUri":"/2013-04-01/queryloggingconfig/{Id}"
281
+ },
282
+ "input":{"shape":"DeleteQueryLoggingConfigRequest"},
283
+ "output":{"shape":"DeleteQueryLoggingConfigResponse"},
284
+ "errors":[
285
+ {"shape":"ConcurrentModification"},
286
+ {"shape":"NoSuchQueryLoggingConfig"},
287
+ {"shape":"InvalidInput"}
288
+ ]
289
+ },
254
290
  "DeleteReusableDelegationSet":{
255
291
  "name":"DeleteReusableDelegationSet",
256
292
  "http":{
@@ -444,6 +480,19 @@
444
480
  {"shape":"InvalidInput"}
445
481
  ]
446
482
  },
483
+ "GetQueryLoggingConfig":{
484
+ "name":"GetQueryLoggingConfig",
485
+ "http":{
486
+ "method":"GET",
487
+ "requestUri":"/2013-04-01/queryloggingconfig/{Id}"
488
+ },
489
+ "input":{"shape":"GetQueryLoggingConfigRequest"},
490
+ "output":{"shape":"GetQueryLoggingConfigResponse"},
491
+ "errors":[
492
+ {"shape":"NoSuchQueryLoggingConfig"},
493
+ {"shape":"InvalidInput"}
494
+ ]
495
+ },
447
496
  "GetReusableDelegationSet":{
448
497
  "name":"GetReusableDelegationSet",
449
498
  "http":{
@@ -545,6 +594,20 @@
545
594
  {"shape":"InvalidDomainName"}
546
595
  ]
547
596
  },
597
+ "ListQueryLoggingConfigs":{
598
+ "name":"ListQueryLoggingConfigs",
599
+ "http":{
600
+ "method":"GET",
601
+ "requestUri":"/2013-04-01/queryloggingconfig"
602
+ },
603
+ "input":{"shape":"ListQueryLoggingConfigsRequest"},
604
+ "output":{"shape":"ListQueryLoggingConfigsResponse"},
605
+ "errors":[
606
+ {"shape":"InvalidInput"},
607
+ {"shape":"InvalidPaginationToken"},
608
+ {"shape":"NoSuchHostedZone"}
609
+ ]
610
+ },
548
611
  "ListResourceRecordSets":{
549
612
  "name":"ListResourceRecordSets",
550
613
  "http":{
@@ -966,6 +1029,7 @@
966
1029
  "Dimensions":{"shape":"DimensionList"}
967
1030
  }
968
1031
  },
1032
+ "CloudWatchLogsLogGroupArn":{"type":"string"},
969
1033
  "CloudWatchRegion":{
970
1034
  "type":"string",
971
1035
  "enum":[
@@ -1079,6 +1143,32 @@
1079
1143
  }
1080
1144
  }
1081
1145
  },
1146
+ "CreateQueryLoggingConfigRequest":{
1147
+ "type":"structure",
1148
+ "required":[
1149
+ "HostedZoneId",
1150
+ "CloudWatchLogsLogGroupArn"
1151
+ ],
1152
+ "members":{
1153
+ "HostedZoneId":{"shape":"ResourceId"},
1154
+ "CloudWatchLogsLogGroupArn":{"shape":"CloudWatchLogsLogGroupArn"}
1155
+ }
1156
+ },
1157
+ "CreateQueryLoggingConfigResponse":{
1158
+ "type":"structure",
1159
+ "required":[
1160
+ "QueryLoggingConfig",
1161
+ "Location"
1162
+ ],
1163
+ "members":{
1164
+ "QueryLoggingConfig":{"shape":"QueryLoggingConfig"},
1165
+ "Location":{
1166
+ "shape":"ResourceURI",
1167
+ "location":"header",
1168
+ "locationName":"Location"
1169
+ }
1170
+ }
1171
+ },
1082
1172
  "CreateReusableDelegationSetRequest":{
1083
1173
  "type":"structure",
1084
1174
  "required":["CallerReference"],
@@ -1316,6 +1406,22 @@
1316
1406
  "ChangeInfo":{"shape":"ChangeInfo"}
1317
1407
  }
1318
1408
  },
1409
+ "DeleteQueryLoggingConfigRequest":{
1410
+ "type":"structure",
1411
+ "required":["Id"],
1412
+ "members":{
1413
+ "Id":{
1414
+ "shape":"QueryLoggingConfigId",
1415
+ "location":"uri",
1416
+ "locationName":"Id"
1417
+ }
1418
+ }
1419
+ },
1420
+ "DeleteQueryLoggingConfigResponse":{
1421
+ "type":"structure",
1422
+ "members":{
1423
+ }
1424
+ },
1319
1425
  "DeleteReusableDelegationSetRequest":{
1320
1426
  "type":"structure",
1321
1427
  "required":["Id"],
@@ -1673,6 +1779,24 @@
1673
1779
  "VPCs":{"shape":"VPCs"}
1674
1780
  }
1675
1781
  },
1782
+ "GetQueryLoggingConfigRequest":{
1783
+ "type":"structure",
1784
+ "required":["Id"],
1785
+ "members":{
1786
+ "Id":{
1787
+ "shape":"QueryLoggingConfigId",
1788
+ "location":"uri",
1789
+ "locationName":"Id"
1790
+ }
1791
+ }
1792
+ },
1793
+ "GetQueryLoggingConfigResponse":{
1794
+ "type":"structure",
1795
+ "required":["QueryLoggingConfig"],
1796
+ "members":{
1797
+ "QueryLoggingConfig":{"shape":"QueryLoggingConfig"}
1798
+ }
1799
+ },
1676
1800
  "GetReusableDelegationSetRequest":{
1677
1801
  "type":"structure",
1678
1802
  "required":["Id"],
@@ -1955,6 +2079,14 @@
1955
2079
  "error":{"httpStatusCode":400},
1956
2080
  "exception":true
1957
2081
  },
2082
+ "InsufficientCloudWatchLogsResourcePolicy":{
2083
+ "type":"structure",
2084
+ "members":{
2085
+ "message":{"shape":"ErrorMessage"}
2086
+ },
2087
+ "error":{"httpStatusCode":400},
2088
+ "exception":true
2089
+ },
1958
2090
  "InsufficientDataHealthStatus":{
1959
2091
  "type":"string",
1960
2092
  "enum":[
@@ -2180,6 +2312,34 @@
2180
2312
  "MaxItems":{"shape":"PageMaxItems"}
2181
2313
  }
2182
2314
  },
2315
+ "ListQueryLoggingConfigsRequest":{
2316
+ "type":"structure",
2317
+ "members":{
2318
+ "HostedZoneId":{
2319
+ "shape":"ResourceId",
2320
+ "location":"querystring",
2321
+ "locationName":"hostedzoneid"
2322
+ },
2323
+ "NextToken":{
2324
+ "shape":"PaginationToken",
2325
+ "location":"querystring",
2326
+ "locationName":"nexttoken"
2327
+ },
2328
+ "MaxResults":{
2329
+ "shape":"MaxResults",
2330
+ "location":"querystring",
2331
+ "locationName":"maxresults"
2332
+ }
2333
+ }
2334
+ },
2335
+ "ListQueryLoggingConfigsResponse":{
2336
+ "type":"structure",
2337
+ "required":["QueryLoggingConfigs"],
2338
+ "members":{
2339
+ "QueryLoggingConfigs":{"shape":"QueryLoggingConfigs"},
2340
+ "NextToken":{"shape":"PaginationToken"}
2341
+ }
2342
+ },
2183
2343
  "ListResourceRecordSetsRequest":{
2184
2344
  "type":"structure",
2185
2345
  "required":["HostedZoneId"],
@@ -2571,6 +2731,14 @@
2571
2731
  "error":{"httpStatusCode":404},
2572
2732
  "exception":true
2573
2733
  },
2734
+ "NoSuchCloudWatchLogsLogGroup":{
2735
+ "type":"structure",
2736
+ "members":{
2737
+ "message":{"shape":"ErrorMessage"}
2738
+ },
2739
+ "error":{"httpStatusCode":404},
2740
+ "exception":true
2741
+ },
2574
2742
  "NoSuchDelegationSet":{
2575
2743
  "type":"structure",
2576
2744
  "members":{
@@ -2602,6 +2770,14 @@
2602
2770
  "error":{"httpStatusCode":404},
2603
2771
  "exception":true
2604
2772
  },
2773
+ "NoSuchQueryLoggingConfig":{
2774
+ "type":"structure",
2775
+ "members":{
2776
+ "message":{"shape":"ErrorMessage"}
2777
+ },
2778
+ "error":{"httpStatusCode":404},
2779
+ "exception":true
2780
+ },
2605
2781
  "NoSuchTrafficPolicy":{
2606
2782
  "type":"structure",
2607
2783
  "members":{
@@ -2666,6 +2842,39 @@
2666
2842
  "error":{"httpStatusCode":400},
2667
2843
  "exception":true
2668
2844
  },
2845
+ "QueryLoggingConfig":{
2846
+ "type":"structure",
2847
+ "required":[
2848
+ "Id",
2849
+ "HostedZoneId",
2850
+ "CloudWatchLogsLogGroupArn"
2851
+ ],
2852
+ "members":{
2853
+ "Id":{"shape":"QueryLoggingConfigId"},
2854
+ "HostedZoneId":{"shape":"ResourceId"},
2855
+ "CloudWatchLogsLogGroupArn":{"shape":"CloudWatchLogsLogGroupArn"}
2856
+ }
2857
+ },
2858
+ "QueryLoggingConfigAlreadyExists":{
2859
+ "type":"structure",
2860
+ "members":{
2861
+ "message":{"shape":"ErrorMessage"}
2862
+ },
2863
+ "error":{"httpStatusCode":409},
2864
+ "exception":true
2865
+ },
2866
+ "QueryLoggingConfigId":{
2867
+ "type":"string",
2868
+ "max":36,
2869
+ "min":1
2870
+ },
2871
+ "QueryLoggingConfigs":{
2872
+ "type":"list",
2873
+ "member":{
2874
+ "shape":"QueryLoggingConfig",
2875
+ "locationName":"QueryLoggingConfig"
2876
+ }
2877
+ },
2669
2878
  "RData":{
2670
2879
  "type":"string",
2671
2880
  "max":4000
@@ -759,8 +759,11 @@
759
759
  },
760
760
  "firehose" : {
761
761
  "endpoints" : {
762
+ "ap-northeast-1" : { },
763
+ "eu-central-1" : { },
762
764
  "eu-west-1" : { },
763
765
  "us-east-1" : { },
766
+ "us-east-2" : { },
764
767
  "us-west-2" : { }
765
768
  }
766
769
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.40'
2
+ VERSION = '2.10.41'
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.40
4
+ version: 2.10.41
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-09-06 00:00:00.000000000 Z
11
+ date: 2017-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath