aws-sdk-core 2.10.84 → 2.10.85
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 +4 -4
- data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
- data/apis/ec2/2016-11-15/api-2.json +5 -0
- data/apis/glue/2017-03-31/api-2.json +56 -10
- data/apis/opsworkscm/2016-11-01/api-2.json +1 -0
- data/apis/opsworkscm/2016-11-01/waiters-2.json +25 -0
- data/apis/organizations/2016-11-28/api-2.json +99 -2
- data/apis/organizations/2016-11-28/paginators-1.json +5 -0
- data/apis/route53/2013-04-01/api-2.json +190 -0
- data/lib/aws-sdk-core/opsworkscm.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78d9c709fd73a3cdbb008d0759d0ce5bfbf377be
|
|
4
|
+
data.tar.gz: bb8cbc56cf41d34ee79fc110ae6bdf7c53fc845e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbbb984e95605ca2ccf4ca442a4dba7f1982b4c0321d75c3d3f3faddb2aadef51a1bb9e999174de99e4665cd6525480f803fef86868e626231348c9eacc6e41a
|
|
7
|
+
data.tar.gz: 1dbf8e7ec79bcb5c6e0e418775619a80919121fc11fb8b5415cdc5d2fa801a8a0aa4b2fa80599bfa62ddab4f738127027144acd03bc7a7b87416d20fee8f3520
|
|
@@ -418,7 +418,9 @@
|
|
|
418
418
|
"type":"string",
|
|
419
419
|
"enum":[
|
|
420
420
|
"DynamoDBReadCapacityUtilization",
|
|
421
|
-
"DynamoDBWriteCapacityUtilization"
|
|
421
|
+
"DynamoDBWriteCapacityUtilization",
|
|
422
|
+
"RDSReaderAverageCPUUtilization",
|
|
423
|
+
"RDSReaderAverageDatabaseConnections"
|
|
422
424
|
]
|
|
423
425
|
},
|
|
424
426
|
"MetricUnit":{"type":"string"},
|
|
@@ -551,7 +553,8 @@
|
|
|
551
553
|
"dynamodb:table:ReadCapacityUnits",
|
|
552
554
|
"dynamodb:table:WriteCapacityUnits",
|
|
553
555
|
"dynamodb:index:ReadCapacityUnits",
|
|
554
|
-
"dynamodb:index:WriteCapacityUnits"
|
|
556
|
+
"dynamodb:index:WriteCapacityUnits",
|
|
557
|
+
"rds:cluster:ReadReplicaCount"
|
|
555
558
|
]
|
|
556
559
|
},
|
|
557
560
|
"ScalableTarget":{
|
|
@@ -696,7 +699,8 @@
|
|
|
696
699
|
"elasticmapreduce",
|
|
697
700
|
"ec2",
|
|
698
701
|
"appstream",
|
|
699
|
-
"dynamodb"
|
|
702
|
+
"dynamodb",
|
|
703
|
+
"rds"
|
|
700
704
|
]
|
|
701
705
|
},
|
|
702
706
|
"StepAdjustment":{
|
|
@@ -10173,6 +10173,11 @@
|
|
|
10173
10173
|
"r4.16xlarge",
|
|
10174
10174
|
"x1.16xlarge",
|
|
10175
10175
|
"x1.32xlarge",
|
|
10176
|
+
"x1e.xlarge",
|
|
10177
|
+
"x1e.2xlarge",
|
|
10178
|
+
"x1e.4xlarge",
|
|
10179
|
+
"x1e.8xlarge",
|
|
10180
|
+
"x1e.16xlarge",
|
|
10176
10181
|
"x1e.32xlarge",
|
|
10177
10182
|
"i2.xlarge",
|
|
10178
10183
|
"i2.2xlarge",
|
|
@@ -664,7 +664,8 @@
|
|
|
664
664
|
"errors":[
|
|
665
665
|
{"shape":"InvalidInputException"},
|
|
666
666
|
{"shape":"InternalServiceException"},
|
|
667
|
-
{"shape":"OperationTimeoutException"}
|
|
667
|
+
{"shape":"OperationTimeoutException"},
|
|
668
|
+
{"shape":"EntityNotFoundException"}
|
|
668
669
|
]
|
|
669
670
|
},
|
|
670
671
|
"GetPartition":{
|
|
@@ -1349,7 +1350,8 @@
|
|
|
1349
1350
|
"Classifier":{
|
|
1350
1351
|
"type":"structure",
|
|
1351
1352
|
"members":{
|
|
1352
|
-
"GrokClassifier":{"shape":"GrokClassifier"}
|
|
1353
|
+
"GrokClassifier":{"shape":"GrokClassifier"},
|
|
1354
|
+
"XMLClassifier":{"shape":"XMLClassifier"}
|
|
1353
1355
|
}
|
|
1354
1356
|
},
|
|
1355
1357
|
"ClassifierList":{
|
|
@@ -1539,7 +1541,7 @@
|
|
|
1539
1541
|
"type":"structure",
|
|
1540
1542
|
"members":{
|
|
1541
1543
|
"Name":{"shape":"NameString"},
|
|
1542
|
-
"Role":{"shape":"
|
|
1544
|
+
"Role":{"shape":"Role"},
|
|
1543
1545
|
"Targets":{"shape":"CrawlerTargets"},
|
|
1544
1546
|
"DatabaseName":{"shape":"DatabaseName"},
|
|
1545
1547
|
"Description":{"shape":"DescriptionString"},
|
|
@@ -1552,9 +1554,11 @@
|
|
|
1552
1554
|
"CreationTime":{"shape":"Timestamp"},
|
|
1553
1555
|
"LastUpdated":{"shape":"Timestamp"},
|
|
1554
1556
|
"LastCrawl":{"shape":"LastCrawlInfo"},
|
|
1555
|
-
"Version":{"shape":"VersionId"}
|
|
1557
|
+
"Version":{"shape":"VersionId"},
|
|
1558
|
+
"Configuration":{"shape":"CrawlerConfiguration"}
|
|
1556
1559
|
}
|
|
1557
1560
|
},
|
|
1561
|
+
"CrawlerConfiguration":{"type":"string"},
|
|
1558
1562
|
"CrawlerList":{
|
|
1559
1563
|
"type":"list",
|
|
1560
1564
|
"member":{"shape":"Crawler"}
|
|
@@ -1621,7 +1625,8 @@
|
|
|
1621
1625
|
"CreateClassifierRequest":{
|
|
1622
1626
|
"type":"structure",
|
|
1623
1627
|
"members":{
|
|
1624
|
-
"GrokClassifier":{"shape":"CreateGrokClassifierRequest"}
|
|
1628
|
+
"GrokClassifier":{"shape":"CreateGrokClassifierRequest"},
|
|
1629
|
+
"XMLClassifier":{"shape":"CreateXMLClassifierRequest"}
|
|
1625
1630
|
}
|
|
1626
1631
|
},
|
|
1627
1632
|
"CreateClassifierResponse":{
|
|
@@ -1652,14 +1657,15 @@
|
|
|
1652
1657
|
],
|
|
1653
1658
|
"members":{
|
|
1654
1659
|
"Name":{"shape":"NameString"},
|
|
1655
|
-
"Role":{"shape":"
|
|
1660
|
+
"Role":{"shape":"Role"},
|
|
1656
1661
|
"DatabaseName":{"shape":"DatabaseName"},
|
|
1657
1662
|
"Description":{"shape":"DescriptionString"},
|
|
1658
1663
|
"Targets":{"shape":"CrawlerTargets"},
|
|
1659
1664
|
"Schedule":{"shape":"CronExpression"},
|
|
1660
1665
|
"Classifiers":{"shape":"ClassifierNameList"},
|
|
1661
1666
|
"TablePrefix":{"shape":"TablePrefix"},
|
|
1662
|
-
"SchemaChangePolicy":{"shape":"SchemaChangePolicy"}
|
|
1667
|
+
"SchemaChangePolicy":{"shape":"SchemaChangePolicy"},
|
|
1668
|
+
"Configuration":{"shape":"CrawlerConfiguration"}
|
|
1663
1669
|
}
|
|
1664
1670
|
},
|
|
1665
1671
|
"CreateCrawlerResponse":{
|
|
@@ -1845,6 +1851,18 @@
|
|
|
1845
1851
|
"members":{
|
|
1846
1852
|
}
|
|
1847
1853
|
},
|
|
1854
|
+
"CreateXMLClassifierRequest":{
|
|
1855
|
+
"type":"structure",
|
|
1856
|
+
"required":[
|
|
1857
|
+
"Classification",
|
|
1858
|
+
"Name"
|
|
1859
|
+
],
|
|
1860
|
+
"members":{
|
|
1861
|
+
"Classification":{"shape":"Classification"},
|
|
1862
|
+
"Name":{"shape":"NameString"},
|
|
1863
|
+
"RowTag":{"shape":"RowTag"}
|
|
1864
|
+
}
|
|
1865
|
+
},
|
|
1848
1866
|
"CronExpression":{"type":"string"},
|
|
1849
1867
|
"CustomPatterns":{
|
|
1850
1868
|
"type":"string",
|
|
@@ -3047,11 +3065,13 @@
|
|
|
3047
3065
|
"max":1000,
|
|
3048
3066
|
"min":0
|
|
3049
3067
|
},
|
|
3068
|
+
"Role":{"type":"string"},
|
|
3050
3069
|
"RoleArn":{
|
|
3051
3070
|
"type":"string",
|
|
3052
3071
|
"pattern":"arn:aws:iam::\\d{12}:role/.*"
|
|
3053
3072
|
},
|
|
3054
3073
|
"RoleString":{"type":"string"},
|
|
3074
|
+
"RowTag":{"type":"string"},
|
|
3055
3075
|
"S3Target":{
|
|
3056
3076
|
"type":"structure",
|
|
3057
3077
|
"members":{
|
|
@@ -3396,7 +3416,8 @@
|
|
|
3396
3416
|
"UpdateClassifierRequest":{
|
|
3397
3417
|
"type":"structure",
|
|
3398
3418
|
"members":{
|
|
3399
|
-
"GrokClassifier":{"shape":"UpdateGrokClassifierRequest"}
|
|
3419
|
+
"GrokClassifier":{"shape":"UpdateGrokClassifierRequest"},
|
|
3420
|
+
"XMLClassifier":{"shape":"UpdateXMLClassifierRequest"}
|
|
3400
3421
|
}
|
|
3401
3422
|
},
|
|
3402
3423
|
"UpdateClassifierResponse":{
|
|
@@ -3426,14 +3447,15 @@
|
|
|
3426
3447
|
"required":["Name"],
|
|
3427
3448
|
"members":{
|
|
3428
3449
|
"Name":{"shape":"NameString"},
|
|
3429
|
-
"Role":{"shape":"
|
|
3450
|
+
"Role":{"shape":"Role"},
|
|
3430
3451
|
"DatabaseName":{"shape":"DatabaseName"},
|
|
3431
3452
|
"Description":{"shape":"DescriptionStringRemovable"},
|
|
3432
3453
|
"Targets":{"shape":"CrawlerTargets"},
|
|
3433
3454
|
"Schedule":{"shape":"CronExpression"},
|
|
3434
3455
|
"Classifiers":{"shape":"ClassifierNameList"},
|
|
3435
3456
|
"TablePrefix":{"shape":"TablePrefix"},
|
|
3436
|
-
"SchemaChangePolicy":{"shape":"SchemaChangePolicy"}
|
|
3457
|
+
"SchemaChangePolicy":{"shape":"SchemaChangePolicy"},
|
|
3458
|
+
"Configuration":{"shape":"CrawlerConfiguration"}
|
|
3437
3459
|
}
|
|
3438
3460
|
},
|
|
3439
3461
|
"UpdateCrawlerResponse":{
|
|
@@ -3587,6 +3609,15 @@
|
|
|
3587
3609
|
"members":{
|
|
3588
3610
|
}
|
|
3589
3611
|
},
|
|
3612
|
+
"UpdateXMLClassifierRequest":{
|
|
3613
|
+
"type":"structure",
|
|
3614
|
+
"required":["Name"],
|
|
3615
|
+
"members":{
|
|
3616
|
+
"Name":{"shape":"NameString"},
|
|
3617
|
+
"Classification":{"shape":"Classification"},
|
|
3618
|
+
"RowTag":{"shape":"RowTag"}
|
|
3619
|
+
}
|
|
3620
|
+
},
|
|
3590
3621
|
"UriString":{"type":"string"},
|
|
3591
3622
|
"UserDefinedFunction":{
|
|
3592
3623
|
"type":"structure",
|
|
@@ -3645,6 +3676,21 @@
|
|
|
3645
3676
|
"ViewTextString":{
|
|
3646
3677
|
"type":"string",
|
|
3647
3678
|
"max":2048
|
|
3679
|
+
},
|
|
3680
|
+
"XMLClassifier":{
|
|
3681
|
+
"type":"structure",
|
|
3682
|
+
"required":[
|
|
3683
|
+
"Name",
|
|
3684
|
+
"Classification"
|
|
3685
|
+
],
|
|
3686
|
+
"members":{
|
|
3687
|
+
"Name":{"shape":"NameString"},
|
|
3688
|
+
"Classification":{"shape":"Classification"},
|
|
3689
|
+
"CreationTime":{"shape":"Timestamp"},
|
|
3690
|
+
"LastUpdated":{"shape":"Timestamp"},
|
|
3691
|
+
"Version":{"shape":"VersionId"},
|
|
3692
|
+
"RowTag":{"shape":"RowTag"}
|
|
3693
|
+
}
|
|
3648
3694
|
}
|
|
3649
3695
|
}
|
|
3650
3696
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 2,
|
|
3
|
+
"waiters": {
|
|
4
|
+
"NodeAssociated": {
|
|
5
|
+
"delay": 15,
|
|
6
|
+
"maxAttempts": 15,
|
|
7
|
+
"operation": "DescribeNodeAssociationStatus",
|
|
8
|
+
"description": "Wait until node is associated or disassociated.",
|
|
9
|
+
"acceptors": [
|
|
10
|
+
{
|
|
11
|
+
"expected": "SUCCESS",
|
|
12
|
+
"state": "success",
|
|
13
|
+
"matcher": "path",
|
|
14
|
+
"argument": "NodeAssociationStatus"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"expected": "FAILED",
|
|
18
|
+
"state": "failure",
|
|
19
|
+
"matcher": "path",
|
|
20
|
+
"argument": "NodeAssociationStatus"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -346,6 +346,23 @@
|
|
|
346
346
|
{"shape":"TooManyRequestsException"}
|
|
347
347
|
]
|
|
348
348
|
},
|
|
349
|
+
"DisableAWSServiceAccess":{
|
|
350
|
+
"name":"DisableAWSServiceAccess",
|
|
351
|
+
"http":{
|
|
352
|
+
"method":"POST",
|
|
353
|
+
"requestUri":"/"
|
|
354
|
+
},
|
|
355
|
+
"input":{"shape":"DisableAWSServiceAccessRequest"},
|
|
356
|
+
"errors":[
|
|
357
|
+
{"shape":"AccessDeniedException"},
|
|
358
|
+
{"shape":"AWSOrganizationsNotInUseException"},
|
|
359
|
+
{"shape":"ConcurrentModificationException"},
|
|
360
|
+
{"shape":"ConstraintViolationException"},
|
|
361
|
+
{"shape":"InvalidInputException"},
|
|
362
|
+
{"shape":"ServiceException"},
|
|
363
|
+
{"shape":"TooManyRequestsException"}
|
|
364
|
+
]
|
|
365
|
+
},
|
|
349
366
|
"DisablePolicyType":{
|
|
350
367
|
"name":"DisablePolicyType",
|
|
351
368
|
"http":{
|
|
@@ -366,6 +383,23 @@
|
|
|
366
383
|
{"shape":"TooManyRequestsException"}
|
|
367
384
|
]
|
|
368
385
|
},
|
|
386
|
+
"EnableAWSServiceAccess":{
|
|
387
|
+
"name":"EnableAWSServiceAccess",
|
|
388
|
+
"http":{
|
|
389
|
+
"method":"POST",
|
|
390
|
+
"requestUri":"/"
|
|
391
|
+
},
|
|
392
|
+
"input":{"shape":"EnableAWSServiceAccessRequest"},
|
|
393
|
+
"errors":[
|
|
394
|
+
{"shape":"AccessDeniedException"},
|
|
395
|
+
{"shape":"AWSOrganizationsNotInUseException"},
|
|
396
|
+
{"shape":"ConcurrentModificationException"},
|
|
397
|
+
{"shape":"ConstraintViolationException"},
|
|
398
|
+
{"shape":"InvalidInputException"},
|
|
399
|
+
{"shape":"ServiceException"},
|
|
400
|
+
{"shape":"TooManyRequestsException"}
|
|
401
|
+
]
|
|
402
|
+
},
|
|
369
403
|
"EnableAllFeatures":{
|
|
370
404
|
"name":"EnableAllFeatures",
|
|
371
405
|
"http":{
|
|
@@ -443,6 +477,23 @@
|
|
|
443
477
|
{"shape":"TooManyRequestsException"}
|
|
444
478
|
]
|
|
445
479
|
},
|
|
480
|
+
"ListAWSServiceAccessForOrganization":{
|
|
481
|
+
"name":"ListAWSServiceAccessForOrganization",
|
|
482
|
+
"http":{
|
|
483
|
+
"method":"POST",
|
|
484
|
+
"requestUri":"/"
|
|
485
|
+
},
|
|
486
|
+
"input":{"shape":"ListAWSServiceAccessForOrganizationRequest"},
|
|
487
|
+
"output":{"shape":"ListAWSServiceAccessForOrganizationResponse"},
|
|
488
|
+
"errors":[
|
|
489
|
+
{"shape":"AccessDeniedException"},
|
|
490
|
+
{"shape":"AWSOrganizationsNotInUseException"},
|
|
491
|
+
{"shape":"ConstraintViolationException"},
|
|
492
|
+
{"shape":"InvalidInputException"},
|
|
493
|
+
{"shape":"ServiceException"},
|
|
494
|
+
{"shape":"TooManyRequestsException"}
|
|
495
|
+
]
|
|
496
|
+
},
|
|
446
497
|
"ListAccounts":{
|
|
447
498
|
"name":"ListAccounts",
|
|
448
499
|
"http":{
|
|
@@ -915,7 +966,8 @@
|
|
|
915
966
|
"MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
|
|
916
967
|
"ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
|
|
917
968
|
"MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE",
|
|
918
|
-
"MASTER_ACCOUNT_MISSING_CONTACT_INFO"
|
|
969
|
+
"MASTER_ACCOUNT_MISSING_CONTACT_INFO",
|
|
970
|
+
"ORGANIZATION_NOT_IN_ALL_FEATURES_MODE"
|
|
919
971
|
]
|
|
920
972
|
},
|
|
921
973
|
"CreateAccountFailureReason":{
|
|
@@ -1153,6 +1205,13 @@
|
|
|
1153
1205
|
"TargetId":{"shape":"PolicyTargetId"}
|
|
1154
1206
|
}
|
|
1155
1207
|
},
|
|
1208
|
+
"DisableAWSServiceAccessRequest":{
|
|
1209
|
+
"type":"structure",
|
|
1210
|
+
"required":["ServicePrincipal"],
|
|
1211
|
+
"members":{
|
|
1212
|
+
"ServicePrincipal":{"shape":"ServicePrincipal"}
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1156
1215
|
"DisablePolicyTypeRequest":{
|
|
1157
1216
|
"type":"structure",
|
|
1158
1217
|
"required":[
|
|
@@ -1212,6 +1271,13 @@
|
|
|
1212
1271
|
"pattern":"[^\\s@]+@[^\\s@]+\\.[^\\s@]+",
|
|
1213
1272
|
"sensitive":true
|
|
1214
1273
|
},
|
|
1274
|
+
"EnableAWSServiceAccessRequest":{
|
|
1275
|
+
"type":"structure",
|
|
1276
|
+
"required":["ServicePrincipal"],
|
|
1277
|
+
"members":{
|
|
1278
|
+
"ServicePrincipal":{"shape":"ServicePrincipal"}
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1215
1281
|
"EnableAllFeaturesRequest":{
|
|
1216
1282
|
"type":"structure",
|
|
1217
1283
|
"members":{
|
|
@@ -1240,6 +1306,17 @@
|
|
|
1240
1306
|
"Root":{"shape":"Root"}
|
|
1241
1307
|
}
|
|
1242
1308
|
},
|
|
1309
|
+
"EnabledServicePrincipal":{
|
|
1310
|
+
"type":"structure",
|
|
1311
|
+
"members":{
|
|
1312
|
+
"ServicePrincipal":{"shape":"ServicePrincipal"},
|
|
1313
|
+
"DateEnabled":{"shape":"Timestamp"}
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
"EnabledServicePrincipals":{
|
|
1317
|
+
"type":"list",
|
|
1318
|
+
"member":{"shape":"EnabledServicePrincipal"}
|
|
1319
|
+
},
|
|
1243
1320
|
"ExceptionMessage":{"type":"string"},
|
|
1244
1321
|
"ExceptionType":{"type":"string"},
|
|
1245
1322
|
"FinalizingOrganizationException":{
|
|
@@ -1435,7 +1512,8 @@
|
|
|
1435
1512
|
"INVALID_NEXT_TOKEN",
|
|
1436
1513
|
"MAX_LIMIT_EXCEEDED_FILTER",
|
|
1437
1514
|
"MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS",
|
|
1438
|
-
"INVALID_FULL_NAME_TARGET"
|
|
1515
|
+
"INVALID_FULL_NAME_TARGET",
|
|
1516
|
+
"UNRECOGNIZED_SERVICE_PRINCIPAL"
|
|
1439
1517
|
]
|
|
1440
1518
|
},
|
|
1441
1519
|
"InviteAccountToOrganizationRequest":{
|
|
@@ -1452,6 +1530,20 @@
|
|
|
1452
1530
|
"Handshake":{"shape":"Handshake"}
|
|
1453
1531
|
}
|
|
1454
1532
|
},
|
|
1533
|
+
"ListAWSServiceAccessForOrganizationRequest":{
|
|
1534
|
+
"type":"structure",
|
|
1535
|
+
"members":{
|
|
1536
|
+
"NextToken":{"shape":"NextToken"},
|
|
1537
|
+
"MaxResults":{"shape":"MaxResults"}
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
"ListAWSServiceAccessForOrganizationResponse":{
|
|
1541
|
+
"type":"structure",
|
|
1542
|
+
"members":{
|
|
1543
|
+
"EnabledServicePrincipals":{"shape":"EnabledServicePrincipals"},
|
|
1544
|
+
"NextToken":{"shape":"NextToken"}
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1455
1547
|
"ListAccountsForParentRequest":{
|
|
1456
1548
|
"type":"structure",
|
|
1457
1549
|
"required":["ParentId"],
|
|
@@ -1958,6 +2050,11 @@
|
|
|
1958
2050
|
},
|
|
1959
2051
|
"exception":true
|
|
1960
2052
|
},
|
|
2053
|
+
"ServicePrincipal":{
|
|
2054
|
+
"type":"string",
|
|
2055
|
+
"max":1000,
|
|
2056
|
+
"min":1
|
|
2057
|
+
},
|
|
1961
2058
|
"SourceParentNotFoundException":{
|
|
1962
2059
|
"type":"structure",
|
|
1963
2060
|
"members":{
|
|
@@ -371,6 +371,18 @@
|
|
|
371
371
|
{"shape":"InvalidInput"}
|
|
372
372
|
]
|
|
373
373
|
},
|
|
374
|
+
"GetAccountLimit":{
|
|
375
|
+
"name":"GetAccountLimit",
|
|
376
|
+
"http":{
|
|
377
|
+
"method":"GET",
|
|
378
|
+
"requestUri":"/2013-04-01/accountlimit/{Type}"
|
|
379
|
+
},
|
|
380
|
+
"input":{"shape":"GetAccountLimitRequest"},
|
|
381
|
+
"output":{"shape":"GetAccountLimitResponse"},
|
|
382
|
+
"errors":[
|
|
383
|
+
{"shape":"InvalidInput"}
|
|
384
|
+
]
|
|
385
|
+
},
|
|
374
386
|
"GetChange":{
|
|
375
387
|
"name":"GetChange",
|
|
376
388
|
"http":{
|
|
@@ -480,6 +492,20 @@
|
|
|
480
492
|
{"shape":"InvalidInput"}
|
|
481
493
|
]
|
|
482
494
|
},
|
|
495
|
+
"GetHostedZoneLimit":{
|
|
496
|
+
"name":"GetHostedZoneLimit",
|
|
497
|
+
"http":{
|
|
498
|
+
"method":"GET",
|
|
499
|
+
"requestUri":"/2013-04-01/hostedzonelimit/{Id}/{Type}"
|
|
500
|
+
},
|
|
501
|
+
"input":{"shape":"GetHostedZoneLimitRequest"},
|
|
502
|
+
"output":{"shape":"GetHostedZoneLimitResponse"},
|
|
503
|
+
"errors":[
|
|
504
|
+
{"shape":"NoSuchHostedZone"},
|
|
505
|
+
{"shape":"InvalidInput"},
|
|
506
|
+
{"shape":"HostedZoneNotPrivate"}
|
|
507
|
+
]
|
|
508
|
+
},
|
|
483
509
|
"GetQueryLoggingConfig":{
|
|
484
510
|
"name":"GetQueryLoggingConfig",
|
|
485
511
|
"http":{
|
|
@@ -507,6 +533,19 @@
|
|
|
507
533
|
{"shape":"InvalidInput"}
|
|
508
534
|
]
|
|
509
535
|
},
|
|
536
|
+
"GetReusableDelegationSetLimit":{
|
|
537
|
+
"name":"GetReusableDelegationSetLimit",
|
|
538
|
+
"http":{
|
|
539
|
+
"method":"GET",
|
|
540
|
+
"requestUri":"/2013-04-01/reusabledelegationsetlimit/{Id}/{Type}"
|
|
541
|
+
},
|
|
542
|
+
"input":{"shape":"GetReusableDelegationSetLimitRequest"},
|
|
543
|
+
"output":{"shape":"GetReusableDelegationSetLimitResponse"},
|
|
544
|
+
"errors":[
|
|
545
|
+
{"shape":"InvalidInput"},
|
|
546
|
+
{"shape":"NoSuchDelegationSet"}
|
|
547
|
+
]
|
|
548
|
+
},
|
|
510
549
|
"GetTrafficPolicy":{
|
|
511
550
|
"name":"GetTrafficPolicy",
|
|
512
551
|
"http":{
|
|
@@ -837,6 +876,27 @@
|
|
|
837
876
|
}
|
|
838
877
|
},
|
|
839
878
|
"shapes":{
|
|
879
|
+
"AccountLimit":{
|
|
880
|
+
"type":"structure",
|
|
881
|
+
"required":[
|
|
882
|
+
"Type",
|
|
883
|
+
"Value"
|
|
884
|
+
],
|
|
885
|
+
"members":{
|
|
886
|
+
"Type":{"shape":"AccountLimitType"},
|
|
887
|
+
"Value":{"shape":"LimitValue"}
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
"AccountLimitType":{
|
|
891
|
+
"type":"string",
|
|
892
|
+
"enum":[
|
|
893
|
+
"MAX_HEALTH_CHECKS_BY_OWNER",
|
|
894
|
+
"MAX_HOSTED_ZONES_BY_OWNER",
|
|
895
|
+
"MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER",
|
|
896
|
+
"MAX_REUSABLE_DELEGATION_SETS_BY_OWNER",
|
|
897
|
+
"MAX_TRAFFIC_POLICIES_BY_OWNER"
|
|
898
|
+
]
|
|
899
|
+
},
|
|
840
900
|
"AlarmIdentifier":{
|
|
841
901
|
"type":"structure",
|
|
842
902
|
"required":[
|
|
@@ -1624,6 +1684,28 @@
|
|
|
1624
1684
|
"max":64,
|
|
1625
1685
|
"min":1
|
|
1626
1686
|
},
|
|
1687
|
+
"GetAccountLimitRequest":{
|
|
1688
|
+
"type":"structure",
|
|
1689
|
+
"required":["Type"],
|
|
1690
|
+
"members":{
|
|
1691
|
+
"Type":{
|
|
1692
|
+
"shape":"AccountLimitType",
|
|
1693
|
+
"location":"uri",
|
|
1694
|
+
"locationName":"Type"
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
"GetAccountLimitResponse":{
|
|
1699
|
+
"type":"structure",
|
|
1700
|
+
"required":[
|
|
1701
|
+
"Limit",
|
|
1702
|
+
"Count"
|
|
1703
|
+
],
|
|
1704
|
+
"members":{
|
|
1705
|
+
"Limit":{"shape":"AccountLimit"},
|
|
1706
|
+
"Count":{"shape":"UsageCount"}
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1627
1709
|
"GetChangeRequest":{
|
|
1628
1710
|
"type":"structure",
|
|
1629
1711
|
"required":["Id"],
|
|
@@ -1759,6 +1841,36 @@
|
|
|
1759
1841
|
"HostedZoneCount":{"shape":"HostedZoneCount"}
|
|
1760
1842
|
}
|
|
1761
1843
|
},
|
|
1844
|
+
"GetHostedZoneLimitRequest":{
|
|
1845
|
+
"type":"structure",
|
|
1846
|
+
"required":[
|
|
1847
|
+
"Type",
|
|
1848
|
+
"HostedZoneId"
|
|
1849
|
+
],
|
|
1850
|
+
"members":{
|
|
1851
|
+
"Type":{
|
|
1852
|
+
"shape":"HostedZoneLimitType",
|
|
1853
|
+
"location":"uri",
|
|
1854
|
+
"locationName":"Type"
|
|
1855
|
+
},
|
|
1856
|
+
"HostedZoneId":{
|
|
1857
|
+
"shape":"ResourceId",
|
|
1858
|
+
"location":"uri",
|
|
1859
|
+
"locationName":"Id"
|
|
1860
|
+
}
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
"GetHostedZoneLimitResponse":{
|
|
1864
|
+
"type":"structure",
|
|
1865
|
+
"required":[
|
|
1866
|
+
"Limit",
|
|
1867
|
+
"Count"
|
|
1868
|
+
],
|
|
1869
|
+
"members":{
|
|
1870
|
+
"Limit":{"shape":"HostedZoneLimit"},
|
|
1871
|
+
"Count":{"shape":"UsageCount"}
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1762
1874
|
"GetHostedZoneRequest":{
|
|
1763
1875
|
"type":"structure",
|
|
1764
1876
|
"required":["Id"],
|
|
@@ -1797,6 +1909,36 @@
|
|
|
1797
1909
|
"QueryLoggingConfig":{"shape":"QueryLoggingConfig"}
|
|
1798
1910
|
}
|
|
1799
1911
|
},
|
|
1912
|
+
"GetReusableDelegationSetLimitRequest":{
|
|
1913
|
+
"type":"structure",
|
|
1914
|
+
"required":[
|
|
1915
|
+
"Type",
|
|
1916
|
+
"DelegationSetId"
|
|
1917
|
+
],
|
|
1918
|
+
"members":{
|
|
1919
|
+
"Type":{
|
|
1920
|
+
"shape":"ReusableDelegationSetLimitType",
|
|
1921
|
+
"location":"uri",
|
|
1922
|
+
"locationName":"Type"
|
|
1923
|
+
},
|
|
1924
|
+
"DelegationSetId":{
|
|
1925
|
+
"shape":"ResourceId",
|
|
1926
|
+
"location":"uri",
|
|
1927
|
+
"locationName":"Id"
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1931
|
+
"GetReusableDelegationSetLimitResponse":{
|
|
1932
|
+
"type":"structure",
|
|
1933
|
+
"required":[
|
|
1934
|
+
"Limit",
|
|
1935
|
+
"Count"
|
|
1936
|
+
],
|
|
1937
|
+
"members":{
|
|
1938
|
+
"Limit":{"shape":"ReusableDelegationSetLimit"},
|
|
1939
|
+
"Count":{"shape":"UsageCount"}
|
|
1940
|
+
}
|
|
1941
|
+
},
|
|
1800
1942
|
"GetReusableDelegationSetRequest":{
|
|
1801
1943
|
"type":"structure",
|
|
1802
1944
|
"required":["Id"],
|
|
@@ -2044,6 +2186,24 @@
|
|
|
2044
2186
|
}
|
|
2045
2187
|
},
|
|
2046
2188
|
"HostedZoneCount":{"type":"long"},
|
|
2189
|
+
"HostedZoneLimit":{
|
|
2190
|
+
"type":"structure",
|
|
2191
|
+
"required":[
|
|
2192
|
+
"Type",
|
|
2193
|
+
"Value"
|
|
2194
|
+
],
|
|
2195
|
+
"members":{
|
|
2196
|
+
"Type":{"shape":"HostedZoneLimitType"},
|
|
2197
|
+
"Value":{"shape":"LimitValue"}
|
|
2198
|
+
}
|
|
2199
|
+
},
|
|
2200
|
+
"HostedZoneLimitType":{
|
|
2201
|
+
"type":"string",
|
|
2202
|
+
"enum":[
|
|
2203
|
+
"MAX_RRSETS_BY_ZONE",
|
|
2204
|
+
"MAX_VPCS_ASSOCIATED_BY_ZONE"
|
|
2205
|
+
]
|
|
2206
|
+
},
|
|
2047
2207
|
"HostedZoneNotEmpty":{
|
|
2048
2208
|
"type":"structure",
|
|
2049
2209
|
"members":{
|
|
@@ -2059,6 +2219,13 @@
|
|
|
2059
2219
|
},
|
|
2060
2220
|
"exception":true
|
|
2061
2221
|
},
|
|
2222
|
+
"HostedZoneNotPrivate":{
|
|
2223
|
+
"type":"structure",
|
|
2224
|
+
"members":{
|
|
2225
|
+
"message":{"shape":"ErrorMessage"}
|
|
2226
|
+
},
|
|
2227
|
+
"exception":true
|
|
2228
|
+
},
|
|
2062
2229
|
"HostedZoneRRSetCount":{"type":"long"},
|
|
2063
2230
|
"HostedZones":{
|
|
2064
2231
|
"type":"list",
|
|
@@ -2162,6 +2329,10 @@
|
|
|
2162
2329
|
"error":{"httpStatusCode":400},
|
|
2163
2330
|
"exception":true
|
|
2164
2331
|
},
|
|
2332
|
+
"LimitValue":{
|
|
2333
|
+
"type":"long",
|
|
2334
|
+
"min":1
|
|
2335
|
+
},
|
|
2165
2336
|
"LimitsExceeded":{
|
|
2166
2337
|
"type":"structure",
|
|
2167
2338
|
"members":{
|
|
@@ -3056,6 +3227,21 @@
|
|
|
3056
3227
|
"type":"string",
|
|
3057
3228
|
"max":1024
|
|
3058
3229
|
},
|
|
3230
|
+
"ReusableDelegationSetLimit":{
|
|
3231
|
+
"type":"structure",
|
|
3232
|
+
"required":[
|
|
3233
|
+
"Type",
|
|
3234
|
+
"Value"
|
|
3235
|
+
],
|
|
3236
|
+
"members":{
|
|
3237
|
+
"Type":{"shape":"ReusableDelegationSetLimitType"},
|
|
3238
|
+
"Value":{"shape":"LimitValue"}
|
|
3239
|
+
}
|
|
3240
|
+
},
|
|
3241
|
+
"ReusableDelegationSetLimitType":{
|
|
3242
|
+
"type":"string",
|
|
3243
|
+
"enum":["MAX_ZONES_BY_REUSABLE_DELEGATION_SET"]
|
|
3244
|
+
},
|
|
3059
3245
|
"SearchString":{
|
|
3060
3246
|
"type":"string",
|
|
3061
3247
|
"max":255
|
|
@@ -3498,6 +3684,10 @@
|
|
|
3498
3684
|
"TrafficPolicyInstance":{"shape":"TrafficPolicyInstance"}
|
|
3499
3685
|
}
|
|
3500
3686
|
},
|
|
3687
|
+
"UsageCount":{
|
|
3688
|
+
"type":"long",
|
|
3689
|
+
"min":0
|
|
3690
|
+
},
|
|
3501
3691
|
"VPC":{
|
|
3502
3692
|
"type":"structure",
|
|
3503
3693
|
"members":{
|
|
@@ -3,4 +3,5 @@ Aws.add_service(:OpsWorksCM, {
|
|
|
3
3
|
docs: "#{Aws::API_DIR}/opsworkscm/2016-11-01/docs-2.json",
|
|
4
4
|
examples: "#{Aws::API_DIR}/opsworkscm/2016-11-01/examples-1.json",
|
|
5
5
|
paginators: "#{Aws::API_DIR}/opsworkscm/2016-11-01/paginators-1.json",
|
|
6
|
+
waiters: "#{Aws::API_DIR}/opsworkscm/2016-11-01/waiters-2.json",
|
|
6
7
|
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
4
|
+
version: 2.10.85
|
|
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-11-
|
|
11
|
+
date: 2017-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -333,6 +333,7 @@ files:
|
|
|
333
333
|
- apis/opsworkscm/2016-11-01/api-2.json
|
|
334
334
|
- apis/opsworkscm/2016-11-01/examples-1.json
|
|
335
335
|
- apis/opsworkscm/2016-11-01/paginators-1.json
|
|
336
|
+
- apis/opsworkscm/2016-11-01/waiters-2.json
|
|
336
337
|
- apis/organizations/2016-11-28/api-2.json
|
|
337
338
|
- apis/organizations/2016-11-28/examples-1.json
|
|
338
339
|
- apis/organizations/2016-11-28/paginators-1.json
|