aws-sdk-core 2.10.126 → 2.10.127
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/glue/2017-03-31/api-2.json +40 -3
- data/apis/servicecatalog/2015-12-10/api-2.json +417 -3
- data/apis/servicecatalog/2015-12-10/paginators-1.json +5 -0
- data/apis/servicediscovery/2017-03-14/api-2.json +15 -2
- data/apis/ssm/2014-11-06/api-2.json +73 -4
- data/endpoints.json +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0a4bf3f1dbed15a03d747dd6bd54f1325e1b356
|
4
|
+
data.tar.gz: 1dca076a56270d99a0a4a5db2585b090cef9f194
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ced7a2f34041e2910b4b6e96da40c710462586ad634caf381b4f9e223f5ddd13491262da7fe5cb526d74ba38c69ee29f7943a85b41d948fe79b6e48d19128655
|
7
|
+
data.tar.gz: 8dd42437f90644c6ecd1302f1a2e100146c7341abc039e120d5ccb0ba31adb7e0be4e570952afe583d8f7302b1c11badae150783295bf1df787703f2f6db05a7
|
@@ -1433,7 +1433,8 @@
|
|
1433
1433
|
"type":"structure",
|
1434
1434
|
"members":{
|
1435
1435
|
"GrokClassifier":{"shape":"GrokClassifier"},
|
1436
|
-
"XMLClassifier":{"shape":"XMLClassifier"}
|
1436
|
+
"XMLClassifier":{"shape":"XMLClassifier"},
|
1437
|
+
"JsonClassifier":{"shape":"JsonClassifier"}
|
1437
1438
|
}
|
1438
1439
|
},
|
1439
1440
|
"ClassifierList":{
|
@@ -1713,7 +1714,8 @@
|
|
1713
1714
|
"type":"structure",
|
1714
1715
|
"members":{
|
1715
1716
|
"GrokClassifier":{"shape":"CreateGrokClassifierRequest"},
|
1716
|
-
"XMLClassifier":{"shape":"CreateXMLClassifierRequest"}
|
1717
|
+
"XMLClassifier":{"shape":"CreateXMLClassifierRequest"},
|
1718
|
+
"JsonClassifier":{"shape":"CreateJsonClassifierRequest"}
|
1717
1719
|
}
|
1718
1720
|
},
|
1719
1721
|
"CreateClassifierResponse":{
|
@@ -1850,6 +1852,17 @@
|
|
1850
1852
|
"Name":{"shape":"NameString"}
|
1851
1853
|
}
|
1852
1854
|
},
|
1855
|
+
"CreateJsonClassifierRequest":{
|
1856
|
+
"type":"structure",
|
1857
|
+
"required":[
|
1858
|
+
"Name",
|
1859
|
+
"JsonPath"
|
1860
|
+
],
|
1861
|
+
"members":{
|
1862
|
+
"Name":{"shape":"NameString"},
|
1863
|
+
"JsonPath":{"shape":"JsonPath"}
|
1864
|
+
}
|
1865
|
+
},
|
1853
1866
|
"CreatePartitionRequest":{
|
1854
1867
|
"type":"structure",
|
1855
1868
|
"required":[
|
@@ -2900,6 +2913,21 @@
|
|
2900
2913
|
"AllocatedCapacity":{"shape":"IntegerValue"}
|
2901
2914
|
}
|
2902
2915
|
},
|
2916
|
+
"JsonClassifier":{
|
2917
|
+
"type":"structure",
|
2918
|
+
"required":[
|
2919
|
+
"Name",
|
2920
|
+
"JsonPath"
|
2921
|
+
],
|
2922
|
+
"members":{
|
2923
|
+
"Name":{"shape":"NameString"},
|
2924
|
+
"CreationTime":{"shape":"Timestamp"},
|
2925
|
+
"LastUpdated":{"shape":"Timestamp"},
|
2926
|
+
"Version":{"shape":"VersionId"},
|
2927
|
+
"JsonPath":{"shape":"JsonPath"}
|
2928
|
+
}
|
2929
|
+
},
|
2930
|
+
"JsonPath":{"type":"string"},
|
2903
2931
|
"JsonValue":{"type":"string"},
|
2904
2932
|
"KeyString":{
|
2905
2933
|
"type":"string",
|
@@ -3569,7 +3597,8 @@
|
|
3569
3597
|
"type":"structure",
|
3570
3598
|
"members":{
|
3571
3599
|
"GrokClassifier":{"shape":"UpdateGrokClassifierRequest"},
|
3572
|
-
"XMLClassifier":{"shape":"UpdateXMLClassifierRequest"}
|
3600
|
+
"XMLClassifier":{"shape":"UpdateXMLClassifierRequest"},
|
3601
|
+
"JsonClassifier":{"shape":"UpdateJsonClassifierRequest"}
|
3573
3602
|
}
|
3574
3603
|
},
|
3575
3604
|
"UpdateClassifierResponse":{
|
@@ -3687,6 +3716,14 @@
|
|
3687
3716
|
"JobName":{"shape":"NameString"}
|
3688
3717
|
}
|
3689
3718
|
},
|
3719
|
+
"UpdateJsonClassifierRequest":{
|
3720
|
+
"type":"structure",
|
3721
|
+
"required":["Name"],
|
3722
|
+
"members":{
|
3723
|
+
"Name":{"shape":"NameString"},
|
3724
|
+
"JsonPath":{"shape":"JsonPath"}
|
3725
|
+
}
|
3726
|
+
},
|
3690
3727
|
"UpdatePartitionRequest":{
|
3691
3728
|
"type":"structure",
|
3692
3729
|
"required":[
|
@@ -6,6 +6,7 @@
|
|
6
6
|
"jsonVersion":"1.1",
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceFullName":"AWS Service Catalog",
|
9
|
+
"serviceId":"Service Catalog",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"targetPrefix":"AWS242ServiceCatalogService",
|
11
12
|
"uid":"servicecatalog-2015-12-10"
|
@@ -140,6 +141,20 @@
|
|
140
141
|
{"shape":"TagOptionNotMigratedException"}
|
141
142
|
]
|
142
143
|
},
|
144
|
+
"CreateProvisionedProductPlan":{
|
145
|
+
"name":"CreateProvisionedProductPlan",
|
146
|
+
"http":{
|
147
|
+
"method":"POST",
|
148
|
+
"requestUri":"/"
|
149
|
+
},
|
150
|
+
"input":{"shape":"CreateProvisionedProductPlanInput"},
|
151
|
+
"output":{"shape":"CreateProvisionedProductPlanOutput"},
|
152
|
+
"errors":[
|
153
|
+
{"shape":"InvalidParametersException"},
|
154
|
+
{"shape":"ResourceNotFoundException"},
|
155
|
+
{"shape":"InvalidStateException"}
|
156
|
+
]
|
157
|
+
},
|
143
158
|
"CreateProvisioningArtifact":{
|
144
159
|
"name":"CreateProvisioningArtifact",
|
145
160
|
"http":{
|
@@ -223,6 +238,19 @@
|
|
223
238
|
{"shape":"TagOptionNotMigratedException"}
|
224
239
|
]
|
225
240
|
},
|
241
|
+
"DeleteProvisionedProductPlan":{
|
242
|
+
"name":"DeleteProvisionedProductPlan",
|
243
|
+
"http":{
|
244
|
+
"method":"POST",
|
245
|
+
"requestUri":"/"
|
246
|
+
},
|
247
|
+
"input":{"shape":"DeleteProvisionedProductPlanInput"},
|
248
|
+
"output":{"shape":"DeleteProvisionedProductPlanOutput"},
|
249
|
+
"errors":[
|
250
|
+
{"shape":"InvalidParametersException"},
|
251
|
+
{"shape":"ResourceNotFoundException"}
|
252
|
+
]
|
253
|
+
},
|
226
254
|
"DeleteProvisioningArtifact":{
|
227
255
|
"name":"DeleteProvisioningArtifact",
|
228
256
|
"http":{
|
@@ -323,6 +351,19 @@
|
|
323
351
|
{"shape":"ResourceNotFoundException"}
|
324
352
|
]
|
325
353
|
},
|
354
|
+
"DescribeProvisionedProductPlan":{
|
355
|
+
"name":"DescribeProvisionedProductPlan",
|
356
|
+
"http":{
|
357
|
+
"method":"POST",
|
358
|
+
"requestUri":"/"
|
359
|
+
},
|
360
|
+
"input":{"shape":"DescribeProvisionedProductPlanInput"},
|
361
|
+
"output":{"shape":"DescribeProvisionedProductPlanOutput"},
|
362
|
+
"errors":[
|
363
|
+
{"shape":"ResourceNotFoundException"},
|
364
|
+
{"shape":"InvalidParametersException"}
|
365
|
+
]
|
366
|
+
},
|
326
367
|
"DescribeProvisioningArtifact":{
|
327
368
|
"name":"DescribeProvisioningArtifact",
|
328
369
|
"http":{
|
@@ -413,6 +454,20 @@
|
|
413
454
|
{"shape":"ResourceNotFoundException"}
|
414
455
|
]
|
415
456
|
},
|
457
|
+
"ExecuteProvisionedProductPlan":{
|
458
|
+
"name":"ExecuteProvisionedProductPlan",
|
459
|
+
"http":{
|
460
|
+
"method":"POST",
|
461
|
+
"requestUri":"/"
|
462
|
+
},
|
463
|
+
"input":{"shape":"ExecuteProvisionedProductPlanInput"},
|
464
|
+
"output":{"shape":"ExecuteProvisionedProductPlanOutput"},
|
465
|
+
"errors":[
|
466
|
+
{"shape":"InvalidParametersException"},
|
467
|
+
{"shape":"ResourceNotFoundException"},
|
468
|
+
{"shape":"InvalidStateException"}
|
469
|
+
]
|
470
|
+
},
|
416
471
|
"ListAcceptedPortfolioShares":{
|
417
472
|
"name":"ListAcceptedPortfolioShares",
|
418
473
|
"http":{
|
@@ -501,6 +556,19 @@
|
|
501
556
|
{"shape":"InvalidParametersException"}
|
502
557
|
]
|
503
558
|
},
|
559
|
+
"ListProvisionedProductPlans":{
|
560
|
+
"name":"ListProvisionedProductPlans",
|
561
|
+
"http":{
|
562
|
+
"method":"POST",
|
563
|
+
"requestUri":"/"
|
564
|
+
},
|
565
|
+
"input":{"shape":"ListProvisionedProductPlansInput"},
|
566
|
+
"output":{"shape":"ListProvisionedProductPlansOutput"},
|
567
|
+
"errors":[
|
568
|
+
{"shape":"ResourceNotFoundException"},
|
569
|
+
{"shape":"InvalidParametersException"}
|
570
|
+
]
|
571
|
+
},
|
504
572
|
"ListProvisioningArtifacts":{
|
505
573
|
"name":"ListProvisioningArtifacts",
|
506
574
|
"http":{
|
@@ -616,6 +684,18 @@
|
|
616
684
|
{"shape":"InvalidParametersException"}
|
617
685
|
]
|
618
686
|
},
|
687
|
+
"SearchProvisionedProducts":{
|
688
|
+
"name":"SearchProvisionedProducts",
|
689
|
+
"http":{
|
690
|
+
"method":"POST",
|
691
|
+
"requestUri":"/"
|
692
|
+
},
|
693
|
+
"input":{"shape":"SearchProvisionedProductsInput"},
|
694
|
+
"output":{"shape":"SearchProvisionedProductsOutput"},
|
695
|
+
"errors":[
|
696
|
+
{"shape":"InvalidParametersException"}
|
697
|
+
]
|
698
|
+
},
|
619
699
|
"TerminateProvisionedProduct":{
|
620
700
|
"name":"TerminateProvisionedProduct",
|
621
701
|
"http":{
|
@@ -816,6 +896,26 @@
|
|
816
896
|
}
|
817
897
|
},
|
818
898
|
"AttributeValue":{"type":"string"},
|
899
|
+
"CausingEntity":{"type":"string"},
|
900
|
+
"ChangeAction":{
|
901
|
+
"type":"string",
|
902
|
+
"enum":[
|
903
|
+
"ADD",
|
904
|
+
"MODIFY",
|
905
|
+
"REMOVE"
|
906
|
+
]
|
907
|
+
},
|
908
|
+
"CloudWatchDashboard":{
|
909
|
+
"type":"structure",
|
910
|
+
"members":{
|
911
|
+
"Name":{"shape":"CloudWatchDashboardName"}
|
912
|
+
}
|
913
|
+
},
|
914
|
+
"CloudWatchDashboardName":{"type":"string"},
|
915
|
+
"CloudWatchDashboards":{
|
916
|
+
"type":"list",
|
917
|
+
"member":{"shape":"CloudWatchDashboard"}
|
918
|
+
},
|
819
919
|
"ConstraintDescription":{
|
820
920
|
"type":"string",
|
821
921
|
"max":2000
|
@@ -999,6 +1099,43 @@
|
|
999
1099
|
"Tags":{"shape":"Tags"}
|
1000
1100
|
}
|
1001
1101
|
},
|
1102
|
+
"CreateProvisionedProductPlanInput":{
|
1103
|
+
"type":"structure",
|
1104
|
+
"required":[
|
1105
|
+
"PlanName",
|
1106
|
+
"PlanType",
|
1107
|
+
"ProductId",
|
1108
|
+
"ProvisionedProductName",
|
1109
|
+
"ProvisioningArtifactId",
|
1110
|
+
"IdempotencyToken"
|
1111
|
+
],
|
1112
|
+
"members":{
|
1113
|
+
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
1114
|
+
"PlanName":{"shape":"ProvisionedProductPlanName"},
|
1115
|
+
"PlanType":{"shape":"ProvisionedProductPlanType"},
|
1116
|
+
"NotificationArns":{"shape":"NotificationArns"},
|
1117
|
+
"PathId":{"shape":"Id"},
|
1118
|
+
"ProductId":{"shape":"Id"},
|
1119
|
+
"ProvisionedProductName":{"shape":"ProvisionedProductName"},
|
1120
|
+
"ProvisioningArtifactId":{"shape":"Id"},
|
1121
|
+
"ProvisioningParameters":{"shape":"UpdateProvisioningParameters"},
|
1122
|
+
"IdempotencyToken":{
|
1123
|
+
"shape":"IdempotencyToken",
|
1124
|
+
"idempotencyToken":true
|
1125
|
+
},
|
1126
|
+
"Tags":{"shape":"Tags"}
|
1127
|
+
}
|
1128
|
+
},
|
1129
|
+
"CreateProvisionedProductPlanOutput":{
|
1130
|
+
"type":"structure",
|
1131
|
+
"members":{
|
1132
|
+
"PlanName":{"shape":"ProvisionedProductPlanName"},
|
1133
|
+
"PlanId":{"shape":"Id"},
|
1134
|
+
"ProvisionProductId":{"shape":"Id"},
|
1135
|
+
"ProvisionedProductName":{"shape":"ProvisionedProductName"},
|
1136
|
+
"ProvisioningArtifactId":{"shape":"Id"}
|
1137
|
+
}
|
1138
|
+
},
|
1002
1139
|
"CreateProvisioningArtifactInput":{
|
1003
1140
|
"type":"structure",
|
1004
1141
|
"required":[
|
@@ -1100,6 +1237,20 @@
|
|
1100
1237
|
"members":{
|
1101
1238
|
}
|
1102
1239
|
},
|
1240
|
+
"DeleteProvisionedProductPlanInput":{
|
1241
|
+
"type":"structure",
|
1242
|
+
"required":["PlanId"],
|
1243
|
+
"members":{
|
1244
|
+
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
1245
|
+
"PlanId":{"shape":"Id"},
|
1246
|
+
"IgnoreErrors":{"shape":"IgnoreErrors"}
|
1247
|
+
}
|
1248
|
+
},
|
1249
|
+
"DeleteProvisionedProductPlanOutput":{
|
1250
|
+
"type":"structure",
|
1251
|
+
"members":{
|
1252
|
+
}
|
1253
|
+
},
|
1103
1254
|
"DeleteProvisioningArtifactInput":{
|
1104
1255
|
"type":"structure",
|
1105
1256
|
"required":[
|
@@ -1223,7 +1374,26 @@
|
|
1223
1374
|
"DescribeProvisionedProductOutput":{
|
1224
1375
|
"type":"structure",
|
1225
1376
|
"members":{
|
1226
|
-
"ProvisionedProductDetail":{"shape":"ProvisionedProductDetail"}
|
1377
|
+
"ProvisionedProductDetail":{"shape":"ProvisionedProductDetail"},
|
1378
|
+
"CloudWatchDashboards":{"shape":"CloudWatchDashboards"}
|
1379
|
+
}
|
1380
|
+
},
|
1381
|
+
"DescribeProvisionedProductPlanInput":{
|
1382
|
+
"type":"structure",
|
1383
|
+
"required":["PlanId"],
|
1384
|
+
"members":{
|
1385
|
+
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
1386
|
+
"PlanId":{"shape":"Id"},
|
1387
|
+
"PageSize":{"shape":"PageSize"},
|
1388
|
+
"PageToken":{"shape":"PageToken"}
|
1389
|
+
}
|
1390
|
+
},
|
1391
|
+
"DescribeProvisionedProductPlanOutput":{
|
1392
|
+
"type":"structure",
|
1393
|
+
"members":{
|
1394
|
+
"ProvisionedProductPlanDetails":{"shape":"ProvisionedProductPlanDetails"},
|
1395
|
+
"ResourceChanges":{"shape":"ResourceChanges"},
|
1396
|
+
"NextPageToken":{"shape":"PageToken"}
|
1227
1397
|
}
|
1228
1398
|
},
|
1229
1399
|
"DescribeProvisioningArtifactInput":{
|
@@ -1359,6 +1529,34 @@
|
|
1359
1529
|
},
|
1360
1530
|
"ErrorCode":{"type":"string"},
|
1361
1531
|
"ErrorDescription":{"type":"string"},
|
1532
|
+
"EvaluationType":{
|
1533
|
+
"type":"string",
|
1534
|
+
"enum":[
|
1535
|
+
"STATIC",
|
1536
|
+
"DYNAMIC"
|
1537
|
+
]
|
1538
|
+
},
|
1539
|
+
"ExecuteProvisionedProductPlanInput":{
|
1540
|
+
"type":"structure",
|
1541
|
+
"required":[
|
1542
|
+
"PlanId",
|
1543
|
+
"IdempotencyToken"
|
1544
|
+
],
|
1545
|
+
"members":{
|
1546
|
+
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
1547
|
+
"PlanId":{"shape":"Id"},
|
1548
|
+
"IdempotencyToken":{
|
1549
|
+
"shape":"IdempotencyToken",
|
1550
|
+
"idempotencyToken":true
|
1551
|
+
}
|
1552
|
+
}
|
1553
|
+
},
|
1554
|
+
"ExecuteProvisionedProductPlanOutput":{
|
1555
|
+
"type":"structure",
|
1556
|
+
"members":{
|
1557
|
+
"RecordDetail":{"shape":"RecordDetail"}
|
1558
|
+
}
|
1559
|
+
},
|
1362
1560
|
"HasDefaultPath":{"type":"boolean"},
|
1363
1561
|
"Id":{
|
1364
1562
|
"type":"string",
|
@@ -1520,6 +1718,23 @@
|
|
1520
1718
|
"NextPageToken":{"shape":"PageToken"}
|
1521
1719
|
}
|
1522
1720
|
},
|
1721
|
+
"ListProvisionedProductPlansInput":{
|
1722
|
+
"type":"structure",
|
1723
|
+
"members":{
|
1724
|
+
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
1725
|
+
"ProvisionProductId":{"shape":"Id"},
|
1726
|
+
"PageSize":{"shape":"PageSize"},
|
1727
|
+
"PageToken":{"shape":"PageToken"},
|
1728
|
+
"AccessLevelFilter":{"shape":"AccessLevelFilter"}
|
1729
|
+
}
|
1730
|
+
},
|
1731
|
+
"ListProvisionedProductPlansOutput":{
|
1732
|
+
"type":"structure",
|
1733
|
+
"members":{
|
1734
|
+
"ProvisionedProductPlans":{"shape":"ProvisionedProductPlans"},
|
1735
|
+
"NextPageToken":{"shape":"PageToken"}
|
1736
|
+
}
|
1737
|
+
},
|
1523
1738
|
"ListProvisioningArtifactsInput":{
|
1524
1739
|
"type":"structure",
|
1525
1740
|
"required":["ProductId"],
|
@@ -1599,6 +1814,7 @@
|
|
1599
1814
|
"PageToken":{"shape":"PageToken"}
|
1600
1815
|
}
|
1601
1816
|
},
|
1817
|
+
"LogicalResourceId":{"type":"string"},
|
1602
1818
|
"NoEcho":{"type":"boolean"},
|
1603
1819
|
"NotificationArn":{
|
1604
1820
|
"type":"string",
|
@@ -1638,6 +1854,13 @@
|
|
1638
1854
|
"type":"string",
|
1639
1855
|
"max":4096
|
1640
1856
|
},
|
1857
|
+
"PhysicalId":{"type":"string"},
|
1858
|
+
"PhysicalResourceId":{"type":"string"},
|
1859
|
+
"PlanResourceType":{
|
1860
|
+
"type":"string",
|
1861
|
+
"max":256,
|
1862
|
+
"min":1
|
1863
|
+
},
|
1641
1864
|
"PortfolioDescription":{
|
1642
1865
|
"type":"string",
|
1643
1866
|
"max":2000
|
@@ -1781,9 +2004,10 @@
|
|
1781
2004
|
"SupportUrl":{"shape":"SupportUrl"}
|
1782
2005
|
}
|
1783
2006
|
},
|
2007
|
+
"PropertyName":{"type":"string"},
|
1784
2008
|
"ProviderName":{
|
1785
2009
|
"type":"string",
|
1786
|
-
"max":
|
2010
|
+
"max":50,
|
1787
2011
|
"min":1
|
1788
2012
|
},
|
1789
2013
|
"ProvisionProductInput":{
|
@@ -1815,6 +2039,30 @@
|
|
1815
2039
|
"RecordDetail":{"shape":"RecordDetail"}
|
1816
2040
|
}
|
1817
2041
|
},
|
2042
|
+
"ProvisionedProductAttribute":{
|
2043
|
+
"type":"structure",
|
2044
|
+
"members":{
|
2045
|
+
"Name":{"shape":"ProvisionedProductNameOrArn"},
|
2046
|
+
"Arn":{"shape":"ProvisionedProductNameOrArn"},
|
2047
|
+
"Type":{"shape":"ProvisionedProductType"},
|
2048
|
+
"Id":{"shape":"Id"},
|
2049
|
+
"Status":{"shape":"ProvisionedProductStatus"},
|
2050
|
+
"StatusMessage":{"shape":"ProvisionedProductStatusMessage"},
|
2051
|
+
"CreatedTime":{"shape":"CreatedTime"},
|
2052
|
+
"IdempotencyToken":{"shape":"IdempotencyToken"},
|
2053
|
+
"LastRecordId":{"shape":"Id"},
|
2054
|
+
"Tags":{"shape":"Tags"},
|
2055
|
+
"PhysicalId":{"shape":"PhysicalId"},
|
2056
|
+
"ProductId":{"shape":"Id"},
|
2057
|
+
"ProvisioningArtifactId":{"shape":"Id"},
|
2058
|
+
"UserArn":{"shape":"UserArn"},
|
2059
|
+
"UserArnSession":{"shape":"UserArnSession"}
|
2060
|
+
}
|
2061
|
+
},
|
2062
|
+
"ProvisionedProductAttributes":{
|
2063
|
+
"type":"list",
|
2064
|
+
"member":{"shape":"ProvisionedProductAttribute"}
|
2065
|
+
},
|
1818
2066
|
"ProvisionedProductDetail":{
|
1819
2067
|
"type":"structure",
|
1820
2068
|
"members":{
|
@@ -1833,6 +2081,11 @@
|
|
1833
2081
|
"type":"list",
|
1834
2082
|
"member":{"shape":"ProvisionedProductDetail"}
|
1835
2083
|
},
|
2084
|
+
"ProvisionedProductFilters":{
|
2085
|
+
"type":"map",
|
2086
|
+
"key":{"shape":"ProvisionedProductViewFilterBy"},
|
2087
|
+
"value":{"shape":"ProvisionedProductViewFilterValues"}
|
2088
|
+
},
|
1836
2089
|
"ProvisionedProductId":{"type":"string"},
|
1837
2090
|
"ProvisionedProductName":{
|
1838
2091
|
"type":"string",
|
@@ -1846,17 +2099,78 @@
|
|
1846
2099
|
"min":1,
|
1847
2100
|
"pattern":"[a-zA-Z0-9][a-zA-Z0-9._-]{0,127}|arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
|
1848
2101
|
},
|
2102
|
+
"ProvisionedProductPlanDetails":{
|
2103
|
+
"type":"structure",
|
2104
|
+
"members":{
|
2105
|
+
"CreatedTime":{"shape":"CreatedTime"},
|
2106
|
+
"PathId":{"shape":"Id"},
|
2107
|
+
"ProductId":{"shape":"Id"},
|
2108
|
+
"PlanName":{"shape":"ProvisionedProductPlanName"},
|
2109
|
+
"PlanId":{"shape":"Id"},
|
2110
|
+
"ProvisionProductId":{"shape":"Id"},
|
2111
|
+
"ProvisionProductName":{"shape":"ProvisionedProductName"},
|
2112
|
+
"PlanType":{"shape":"ProvisionedProductPlanType"},
|
2113
|
+
"ProvisioningArtifactId":{"shape":"Id"},
|
2114
|
+
"Status":{"shape":"ProvisionedProductPlanStatus"},
|
2115
|
+
"UpdatedTime":{"shape":"UpdatedTime"},
|
2116
|
+
"NotificationArns":{"shape":"NotificationArns"},
|
2117
|
+
"ProvisioningParameters":{"shape":"UpdateProvisioningParameters"},
|
2118
|
+
"Tags":{"shape":"Tags"},
|
2119
|
+
"StatusMessage":{"shape":"StatusMessage"}
|
2120
|
+
}
|
2121
|
+
},
|
2122
|
+
"ProvisionedProductPlanName":{"type":"string"},
|
2123
|
+
"ProvisionedProductPlanStatus":{
|
2124
|
+
"type":"string",
|
2125
|
+
"enum":[
|
2126
|
+
"CREATE_IN_PROGRESS",
|
2127
|
+
"CREATE_SUCCESS",
|
2128
|
+
"CREATE_FAILED",
|
2129
|
+
"EXECUTE_IN_PROGRESS",
|
2130
|
+
"EXECUTE_SUCCESS",
|
2131
|
+
"EXECUTE_FAILED"
|
2132
|
+
]
|
2133
|
+
},
|
2134
|
+
"ProvisionedProductPlanSummary":{
|
2135
|
+
"type":"structure",
|
2136
|
+
"members":{
|
2137
|
+
"PlanName":{"shape":"ProvisionedProductPlanName"},
|
2138
|
+
"PlanId":{"shape":"Id"},
|
2139
|
+
"ProvisionProductId":{"shape":"Id"},
|
2140
|
+
"ProvisionProductName":{"shape":"ProvisionedProductName"},
|
2141
|
+
"PlanType":{"shape":"ProvisionedProductPlanType"},
|
2142
|
+
"ProvisioningArtifactId":{"shape":"Id"}
|
2143
|
+
}
|
2144
|
+
},
|
2145
|
+
"ProvisionedProductPlanType":{
|
2146
|
+
"type":"string",
|
2147
|
+
"enum":["CLOUDFORMATION"]
|
2148
|
+
},
|
2149
|
+
"ProvisionedProductPlans":{
|
2150
|
+
"type":"list",
|
2151
|
+
"member":{"shape":"ProvisionedProductPlanSummary"}
|
2152
|
+
},
|
1849
2153
|
"ProvisionedProductStatus":{
|
1850
2154
|
"type":"string",
|
1851
2155
|
"enum":[
|
1852
2156
|
"AVAILABLE",
|
1853
2157
|
"UNDER_CHANGE",
|
1854
2158
|
"TAINTED",
|
1855
|
-
"ERROR"
|
2159
|
+
"ERROR",
|
2160
|
+
"PLAN_IN_PROGRESS"
|
1856
2161
|
]
|
1857
2162
|
},
|
1858
2163
|
"ProvisionedProductStatusMessage":{"type":"string"},
|
1859
2164
|
"ProvisionedProductType":{"type":"string"},
|
2165
|
+
"ProvisionedProductViewFilterBy":{
|
2166
|
+
"type":"string",
|
2167
|
+
"enum":["SearchQuery"]
|
2168
|
+
},
|
2169
|
+
"ProvisionedProductViewFilterValue":{"type":"string"},
|
2170
|
+
"ProvisionedProductViewFilterValues":{
|
2171
|
+
"type":"list",
|
2172
|
+
"member":{"shape":"ProvisionedProductViewFilterValue"}
|
2173
|
+
},
|
1860
2174
|
"ProvisioningArtifact":{
|
1861
2175
|
"type":"structure",
|
1862
2176
|
"members":{
|
@@ -2054,11 +2368,66 @@
|
|
2054
2368
|
"members":{
|
2055
2369
|
}
|
2056
2370
|
},
|
2371
|
+
"Replacement":{
|
2372
|
+
"type":"string",
|
2373
|
+
"enum":[
|
2374
|
+
"TRUE",
|
2375
|
+
"FALSE",
|
2376
|
+
"CONDITIONAL"
|
2377
|
+
]
|
2378
|
+
},
|
2379
|
+
"RequiresRecreation":{
|
2380
|
+
"type":"string",
|
2381
|
+
"enum":[
|
2382
|
+
"NEVER",
|
2383
|
+
"CONDITIONALLY",
|
2384
|
+
"ALWAYS"
|
2385
|
+
]
|
2386
|
+
},
|
2057
2387
|
"ResourceARN":{
|
2058
2388
|
"type":"string",
|
2059
2389
|
"max":150,
|
2060
2390
|
"min":1
|
2061
2391
|
},
|
2392
|
+
"ResourceAttribute":{
|
2393
|
+
"type":"string",
|
2394
|
+
"enum":[
|
2395
|
+
"PROPERTIES",
|
2396
|
+
"METADATA",
|
2397
|
+
"CREATIONPOLICY",
|
2398
|
+
"UPDATEPOLICY",
|
2399
|
+
"DELETIONPOLICY",
|
2400
|
+
"TAGS"
|
2401
|
+
]
|
2402
|
+
},
|
2403
|
+
"ResourceChange":{
|
2404
|
+
"type":"structure",
|
2405
|
+
"members":{
|
2406
|
+
"Action":{"shape":"ChangeAction"},
|
2407
|
+
"LogicalResourceId":{"shape":"LogicalResourceId"},
|
2408
|
+
"PhysicalResourceId":{"shape":"PhysicalResourceId"},
|
2409
|
+
"ResourceType":{"shape":"PlanResourceType"},
|
2410
|
+
"Replacement":{"shape":"Replacement"},
|
2411
|
+
"Scope":{"shape":"Scope"},
|
2412
|
+
"Details":{"shape":"ResourceChangeDetails"}
|
2413
|
+
}
|
2414
|
+
},
|
2415
|
+
"ResourceChangeDetail":{
|
2416
|
+
"type":"structure",
|
2417
|
+
"members":{
|
2418
|
+
"Target":{"shape":"ResourceTargetDefinition"},
|
2419
|
+
"Evaluation":{"shape":"EvaluationType"},
|
2420
|
+
"CausingEntity":{"shape":"CausingEntity"}
|
2421
|
+
}
|
2422
|
+
},
|
2423
|
+
"ResourceChangeDetails":{
|
2424
|
+
"type":"list",
|
2425
|
+
"member":{"shape":"ResourceChangeDetail"}
|
2426
|
+
},
|
2427
|
+
"ResourceChanges":{
|
2428
|
+
"type":"list",
|
2429
|
+
"member":{"shape":"ResourceChange"}
|
2430
|
+
},
|
2062
2431
|
"ResourceDetail":{
|
2063
2432
|
"type":"structure",
|
2064
2433
|
"members":{
|
@@ -2091,6 +2460,14 @@
|
|
2091
2460
|
},
|
2092
2461
|
"exception":true
|
2093
2462
|
},
|
2463
|
+
"ResourceTargetDefinition":{
|
2464
|
+
"type":"structure",
|
2465
|
+
"members":{
|
2466
|
+
"Attribute":{"shape":"ResourceAttribute"},
|
2467
|
+
"Name":{"shape":"PropertyName"},
|
2468
|
+
"RequiresRecreation":{"shape":"RequiresRecreation"}
|
2469
|
+
}
|
2470
|
+
},
|
2094
2471
|
"ResourceType":{"type":"string"},
|
2095
2472
|
"ScanProvisionedProductsInput":{
|
2096
2473
|
"type":"structure",
|
@@ -2108,6 +2485,10 @@
|
|
2108
2485
|
"NextPageToken":{"shape":"PageToken"}
|
2109
2486
|
}
|
2110
2487
|
},
|
2488
|
+
"Scope":{
|
2489
|
+
"type":"list",
|
2490
|
+
"member":{"shape":"ResourceAttribute"}
|
2491
|
+
},
|
2111
2492
|
"SearchFilterKey":{"type":"string"},
|
2112
2493
|
"SearchFilterValue":{"type":"string"},
|
2113
2494
|
"SearchProductsAsAdminInput":{
|
@@ -2149,6 +2530,32 @@
|
|
2149
2530
|
"NextPageToken":{"shape":"PageToken"}
|
2150
2531
|
}
|
2151
2532
|
},
|
2533
|
+
"SearchProvisionedProductsInput":{
|
2534
|
+
"type":"structure",
|
2535
|
+
"members":{
|
2536
|
+
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
2537
|
+
"AccessLevelFilter":{"shape":"AccessLevelFilter"},
|
2538
|
+
"Filters":{"shape":"ProvisionedProductFilters"},
|
2539
|
+
"SortBy":{"shape":"SortField"},
|
2540
|
+
"SortOrder":{"shape":"SortOrder"},
|
2541
|
+
"PageSize":{"shape":"SearchProvisionedProductsPageSize"},
|
2542
|
+
"PageToken":{"shape":"PageToken"}
|
2543
|
+
}
|
2544
|
+
},
|
2545
|
+
"SearchProvisionedProductsOutput":{
|
2546
|
+
"type":"structure",
|
2547
|
+
"members":{
|
2548
|
+
"ProvisionedProducts":{"shape":"ProvisionedProductAttributes"},
|
2549
|
+
"TotalResultsCount":{"shape":"TotalResultsCount"},
|
2550
|
+
"NextPageToken":{"shape":"PageToken"}
|
2551
|
+
}
|
2552
|
+
},
|
2553
|
+
"SearchProvisionedProductsPageSize":{
|
2554
|
+
"type":"integer",
|
2555
|
+
"max":100,
|
2556
|
+
"min":0
|
2557
|
+
},
|
2558
|
+
"SortField":{"type":"string"},
|
2152
2559
|
"SortOrder":{
|
2153
2560
|
"type":"string",
|
2154
2561
|
"enum":[
|
@@ -2174,6 +2581,10 @@
|
|
2174
2581
|
]
|
2175
2582
|
},
|
2176
2583
|
"StatusDetail":{"type":"string"},
|
2584
|
+
"StatusMessage":{
|
2585
|
+
"type":"string",
|
2586
|
+
"pattern":"[\\u0009\\u000a\\u000d\\u0020-\\uD7FF\\uE000-\\uFFFD]*"
|
2587
|
+
},
|
2177
2588
|
"SupportDescription":{"type":"string"},
|
2178
2589
|
"SupportEmail":{"type":"string"},
|
2179
2590
|
"SupportUrl":{"type":"string"},
|
@@ -2281,6 +2692,7 @@
|
|
2281
2692
|
"RecordDetail":{"shape":"RecordDetail"}
|
2282
2693
|
}
|
2283
2694
|
},
|
2695
|
+
"TotalResultsCount":{"type":"integer"},
|
2284
2696
|
"UpdateConstraintInput":{
|
2285
2697
|
"type":"structure",
|
2286
2698
|
"required":["Id"],
|
@@ -2428,6 +2840,8 @@
|
|
2428
2840
|
"member":{"shape":"UsageInstruction"}
|
2429
2841
|
},
|
2430
2842
|
"UsePreviousValue":{"type":"boolean"},
|
2843
|
+
"UserArn":{"type":"string"},
|
2844
|
+
"UserArnSession":{"type":"string"},
|
2431
2845
|
"Verbose":{"type":"boolean"}
|
2432
2846
|
}
|
2433
2847
|
}
|
@@ -213,7 +213,10 @@
|
|
213
213
|
"requestUri":"/"
|
214
214
|
},
|
215
215
|
"input":{"shape":"ListServicesRequest"},
|
216
|
-
"output":{"shape":"ListServicesResponse"}
|
216
|
+
"output":{"shape":"ListServicesResponse"},
|
217
|
+
"errors":[
|
218
|
+
{"shape":"InvalidInput"}
|
219
|
+
]
|
217
220
|
},
|
218
221
|
"RegisterInstance":{
|
219
222
|
"name":"RegisterInstance",
|
@@ -378,6 +381,7 @@
|
|
378
381
|
],
|
379
382
|
"members":{
|
380
383
|
"NamespaceId":{"shape":"ResourceId"},
|
384
|
+
"RoutingPolicy":{"shape":"RoutingPolicy"},
|
381
385
|
"DnsRecords":{"shape":"DnsRecordList"}
|
382
386
|
}
|
383
387
|
},
|
@@ -514,6 +518,7 @@
|
|
514
518
|
},
|
515
519
|
"HealthCheckConfig":{
|
516
520
|
"type":"structure",
|
521
|
+
"required":["Type"],
|
517
522
|
"members":{
|
518
523
|
"Type":{"shape":"HealthCheckType"},
|
519
524
|
"ResourcePath":{"shape":"ResourcePath"},
|
@@ -834,7 +839,8 @@
|
|
834
839
|
"enum":[
|
835
840
|
"SRV",
|
836
841
|
"A",
|
837
|
-
"AAAA"
|
842
|
+
"AAAA",
|
843
|
+
"CNAME"
|
838
844
|
]
|
839
845
|
},
|
840
846
|
"RegisterInstanceRequest":{
|
@@ -887,6 +893,13 @@
|
|
887
893
|
"type":"string",
|
888
894
|
"max":255
|
889
895
|
},
|
896
|
+
"RoutingPolicy":{
|
897
|
+
"type":"string",
|
898
|
+
"enum":[
|
899
|
+
"MULTIVALUE",
|
900
|
+
"WEIGHTED"
|
901
|
+
]
|
902
|
+
},
|
890
903
|
"Service":{
|
891
904
|
"type":"structure",
|
892
905
|
"members":{
|
@@ -2393,8 +2393,13 @@
|
|
2393
2393
|
"ApprovalRules":{"shape":"PatchRuleGroup"},
|
2394
2394
|
"ApprovedPatches":{"shape":"PatchIdList"},
|
2395
2395
|
"ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"},
|
2396
|
+
"ApprovedPatchesEnableNonSecurity":{
|
2397
|
+
"shape":"Boolean",
|
2398
|
+
"box":true
|
2399
|
+
},
|
2396
2400
|
"RejectedPatches":{"shape":"PatchIdList"},
|
2397
2401
|
"Description":{"shape":"BaselineDescription"},
|
2402
|
+
"Sources":{"shape":"PatchSourceList"},
|
2398
2403
|
"ClientToken":{
|
2399
2404
|
"shape":"ClientToken",
|
2400
2405
|
"idempotencyToken":true
|
@@ -3797,11 +3802,16 @@
|
|
3797
3802
|
"ApprovalRules":{"shape":"PatchRuleGroup"},
|
3798
3803
|
"ApprovedPatches":{"shape":"PatchIdList"},
|
3799
3804
|
"ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"},
|
3805
|
+
"ApprovedPatchesEnableNonSecurity":{
|
3806
|
+
"shape":"Boolean",
|
3807
|
+
"box":true
|
3808
|
+
},
|
3800
3809
|
"RejectedPatches":{"shape":"PatchIdList"},
|
3801
3810
|
"PatchGroups":{"shape":"PatchGroupList"},
|
3802
3811
|
"CreatedDate":{"shape":"DateTime"},
|
3803
3812
|
"ModifiedDate":{"shape":"DateTime"},
|
3804
|
-
"Description":{"shape":"BaselineDescription"}
|
3813
|
+
"Description":{"shape":"BaselineDescription"},
|
3814
|
+
"Sources":{"shape":"PatchSourceList"}
|
3805
3815
|
}
|
3806
3816
|
},
|
3807
3817
|
"HierarchyLevelLimitExceededException":{
|
@@ -5302,7 +5312,8 @@
|
|
5302
5312
|
"WINDOWS",
|
5303
5313
|
"AMAZON_LINUX",
|
5304
5314
|
"UBUNTU",
|
5305
|
-
"REDHAT_ENTERPRISE_LINUX"
|
5315
|
+
"REDHAT_ENTERPRISE_LINUX",
|
5316
|
+
"SUSE"
|
5306
5317
|
]
|
5307
5318
|
},
|
5308
5319
|
"OwnerInformation":{
|
@@ -5755,6 +5766,10 @@
|
|
5755
5766
|
"ApproveAfterDays":{
|
5756
5767
|
"shape":"ApproveAfterDays",
|
5757
5768
|
"box":true
|
5769
|
+
},
|
5770
|
+
"EnableNonSecurity":{
|
5771
|
+
"shape":"Boolean",
|
5772
|
+
"box":true
|
5758
5773
|
}
|
5759
5774
|
}
|
5760
5775
|
},
|
@@ -5772,6 +5787,46 @@
|
|
5772
5787
|
"min":0
|
5773
5788
|
},
|
5774
5789
|
"PatchSeverity":{"type":"string"},
|
5790
|
+
"PatchSource":{
|
5791
|
+
"type":"structure",
|
5792
|
+
"required":[
|
5793
|
+
"Name",
|
5794
|
+
"Products",
|
5795
|
+
"Configuration"
|
5796
|
+
],
|
5797
|
+
"members":{
|
5798
|
+
"Name":{"shape":"PatchSourceName"},
|
5799
|
+
"Products":{"shape":"PatchSourceProductList"},
|
5800
|
+
"Configuration":{"shape":"PatchSourceConfiguration"}
|
5801
|
+
}
|
5802
|
+
},
|
5803
|
+
"PatchSourceConfiguration":{
|
5804
|
+
"type":"string",
|
5805
|
+
"max":512,
|
5806
|
+
"min":1,
|
5807
|
+
"sensitive":true
|
5808
|
+
},
|
5809
|
+
"PatchSourceList":{
|
5810
|
+
"type":"list",
|
5811
|
+
"member":{"shape":"PatchSource"},
|
5812
|
+
"max":20,
|
5813
|
+
"min":0
|
5814
|
+
},
|
5815
|
+
"PatchSourceName":{
|
5816
|
+
"type":"string",
|
5817
|
+
"pattern":"^[a-zA-Z0-9_\\-.]{3,50}$"
|
5818
|
+
},
|
5819
|
+
"PatchSourceProduct":{
|
5820
|
+
"type":"string",
|
5821
|
+
"max":128,
|
5822
|
+
"min":1
|
5823
|
+
},
|
5824
|
+
"PatchSourceProductList":{
|
5825
|
+
"type":"list",
|
5826
|
+
"member":{"shape":"PatchSourceProduct"},
|
5827
|
+
"max":20,
|
5828
|
+
"min":1
|
5829
|
+
},
|
5775
5830
|
"PatchStatus":{
|
5776
5831
|
"type":"structure",
|
5777
5832
|
"members":{
|
@@ -6774,8 +6829,17 @@
|
|
6774
6829
|
"ApprovalRules":{"shape":"PatchRuleGroup"},
|
6775
6830
|
"ApprovedPatches":{"shape":"PatchIdList"},
|
6776
6831
|
"ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"},
|
6832
|
+
"ApprovedPatchesEnableNonSecurity":{
|
6833
|
+
"shape":"Boolean",
|
6834
|
+
"box":true
|
6835
|
+
},
|
6777
6836
|
"RejectedPatches":{"shape":"PatchIdList"},
|
6778
|
-
"Description":{"shape":"BaselineDescription"}
|
6837
|
+
"Description":{"shape":"BaselineDescription"},
|
6838
|
+
"Sources":{"shape":"PatchSourceList"},
|
6839
|
+
"Replace":{
|
6840
|
+
"shape":"Boolean",
|
6841
|
+
"box":true
|
6842
|
+
}
|
6779
6843
|
}
|
6780
6844
|
},
|
6781
6845
|
"UpdatePatchBaselineResult":{
|
@@ -6788,10 +6852,15 @@
|
|
6788
6852
|
"ApprovalRules":{"shape":"PatchRuleGroup"},
|
6789
6853
|
"ApprovedPatches":{"shape":"PatchIdList"},
|
6790
6854
|
"ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"},
|
6855
|
+
"ApprovedPatchesEnableNonSecurity":{
|
6856
|
+
"shape":"Boolean",
|
6857
|
+
"box":true
|
6858
|
+
},
|
6791
6859
|
"RejectedPatches":{"shape":"PatchIdList"},
|
6792
6860
|
"CreatedDate":{"shape":"DateTime"},
|
6793
6861
|
"ModifiedDate":{"shape":"DateTime"},
|
6794
|
-
"Description":{"shape":"BaselineDescription"}
|
6862
|
+
"Description":{"shape":"BaselineDescription"},
|
6863
|
+
"Sources":{"shape":"PatchSourceList"}
|
6795
6864
|
}
|
6796
6865
|
},
|
6797
6866
|
"Url":{"type":"string"},
|
data/endpoints.json
CHANGED
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.127
|
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-02-
|
11
|
+
date: 2018-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|