aws-sdk-core 2.11.475 → 2.11.476
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/application-insights/2018-11-25/api-2.json +55 -2
- data/apis/ce/2017-10-25/api-2.json +4 -1
- data/apis/detective/2018-10-26/api-2.json +42 -3
- data/apis/es/2015-01-01/api-2.json +411 -0
- data/apis/es/2015-01-01/paginators-1.json +15 -0
- data/apis/managedblockchain/2018-09-24/api-2.json +137 -2
- data/apis/xray/2016-04-12/api-2.json +6 -3
- data/endpoints.json +272 -4
- 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: 03abbb0552a83afef04324a098ba7c49568653fc
|
4
|
+
data.tar.gz: 70db79125114bd762edcf669f2bfc19e4e9b71fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6147c7846b8554e9c72652a6e051ddc8c8a86ce8b933ef98c5ec24a061d71f444b4445564063a5682b8341e3dbcde931ee3a6ef4c27a37a36d8f92d7ffd9015
|
7
|
+
data.tar.gz: 29473ce7de9473595d2a7dceaf05bfc366cb684bf1d10e76879c54816f7abd3a33793bcc4a6f9290389de250934da3a4365efb7c9c85c7460900736bd03d4212
|
@@ -425,6 +425,7 @@
|
|
425
425
|
"LifeCycle":{"shape":"LifeCycle"},
|
426
426
|
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
|
427
427
|
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
|
428
|
+
"CWEMonitorEnabled":{"shape":"CWEMonitorEnabled"},
|
428
429
|
"Remarks":{"shape":"Remarks"}
|
429
430
|
}
|
430
431
|
},
|
@@ -439,6 +440,22 @@
|
|
439
440
|
},
|
440
441
|
"exception":true
|
441
442
|
},
|
443
|
+
"CWEMonitorEnabled":{"type":"boolean"},
|
444
|
+
"CloudWatchEventDetailType":{"type":"string"},
|
445
|
+
"CloudWatchEventId":{"type":"string"},
|
446
|
+
"CloudWatchEventSource":{
|
447
|
+
"type":"string",
|
448
|
+
"enum":[
|
449
|
+
"EC2",
|
450
|
+
"CODE_DEPLOY",
|
451
|
+
"HEALTH"
|
452
|
+
]
|
453
|
+
},
|
454
|
+
"CodeDeployApplication":{"type":"string"},
|
455
|
+
"CodeDeployDeploymentGroup":{"type":"string"},
|
456
|
+
"CodeDeployDeploymentId":{"type":"string"},
|
457
|
+
"CodeDeployInstanceGroupId":{"type":"string"},
|
458
|
+
"CodeDeployState":{"type":"string"},
|
442
459
|
"ComponentConfiguration":{
|
443
460
|
"type":"string",
|
444
461
|
"max":10000,
|
@@ -486,6 +503,7 @@
|
|
486
503
|
"members":{
|
487
504
|
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
488
505
|
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
|
506
|
+
"CWEMonitorEnabled":{"shape":"CWEMonitorEnabled"},
|
489
507
|
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
|
490
508
|
"Tags":{"shape":"TagList"}
|
491
509
|
}
|
@@ -712,6 +730,7 @@
|
|
712
730
|
"Problem":{"shape":"Problem"}
|
713
731
|
}
|
714
732
|
},
|
733
|
+
"Ec2State":{"type":"string"},
|
715
734
|
"EndTime":{"type":"timestamp"},
|
716
735
|
"ErrorMsg":{"type":"string"},
|
717
736
|
"ExceptionMessage":{"type":"string"},
|
@@ -733,6 +752,11 @@
|
|
733
752
|
"NOT_USEFUL"
|
734
753
|
]
|
735
754
|
},
|
755
|
+
"HealthEventArn":{"type":"string"},
|
756
|
+
"HealthEventDescription":{"type":"string"},
|
757
|
+
"HealthEventTypeCategory":{"type":"string"},
|
758
|
+
"HealthEventTypeCode":{"type":"string"},
|
759
|
+
"HealthService":{"type":"string"},
|
736
760
|
"Insights":{"type":"string"},
|
737
761
|
"InternalServerException":{
|
738
762
|
"type":"structure",
|
@@ -925,7 +949,28 @@
|
|
925
949
|
"MetricNamespace":{"shape":"MetricNamespace"},
|
926
950
|
"MetricName":{"shape":"MetricName"},
|
927
951
|
"Unit":{"shape":"Unit"},
|
928
|
-
"Value":{"shape":"Value"}
|
952
|
+
"Value":{"shape":"Value"},
|
953
|
+
"CloudWatchEventId":{"shape":"CloudWatchEventId"},
|
954
|
+
"CloudWatchEventSource":{"shape":"CloudWatchEventSource"},
|
955
|
+
"CloudWatchEventDetailType":{"shape":"CloudWatchEventDetailType"},
|
956
|
+
"HealthEventArn":{"shape":"HealthEventArn"},
|
957
|
+
"HealthService":{"shape":"HealthService"},
|
958
|
+
"HealthEventTypeCode":{"shape":"HealthEventTypeCode"},
|
959
|
+
"HealthEventTypeCategory":{"shape":"HealthEventTypeCategory"},
|
960
|
+
"HealthEventDescription":{"shape":"HealthEventDescription"},
|
961
|
+
"CodeDeployDeploymentId":{"shape":"CodeDeployDeploymentId"},
|
962
|
+
"CodeDeployDeploymentGroup":{"shape":"CodeDeployDeploymentGroup"},
|
963
|
+
"CodeDeployState":{"shape":"CodeDeployState"},
|
964
|
+
"CodeDeployApplication":{"shape":"CodeDeployApplication"},
|
965
|
+
"CodeDeployInstanceGroupId":{"shape":"CodeDeployInstanceGroupId"},
|
966
|
+
"Ec2State":{"shape":"Ec2State"},
|
967
|
+
"XRayFaultPercent":{"shape":"XRayFaultPercent"},
|
968
|
+
"XRayThrottlePercent":{"shape":"XRayThrottlePercent"},
|
969
|
+
"XRayErrorPercent":{"shape":"XRayErrorPercent"},
|
970
|
+
"XRayRequestCount":{"shape":"XRayRequestCount"},
|
971
|
+
"XRayRequestAverageLatency":{"shape":"XRayRequestAverageLatency"},
|
972
|
+
"XRayNodeName":{"shape":"XRayNodeName"},
|
973
|
+
"XRayNodeType":{"shape":"XRayNodeType"}
|
929
974
|
}
|
930
975
|
},
|
931
976
|
"ObservationId":{
|
@@ -1127,6 +1172,7 @@
|
|
1127
1172
|
"members":{
|
1128
1173
|
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
1129
1174
|
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
|
1175
|
+
"CWEMonitorEnabled":{"shape":"CWEMonitorEnabled"},
|
1130
1176
|
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
|
1131
1177
|
"RemoveSNSTopic":{"shape":"RemoveSNSTopic"}
|
1132
1178
|
}
|
@@ -1203,6 +1249,13 @@
|
|
1203
1249
|
},
|
1204
1250
|
"exception":true
|
1205
1251
|
},
|
1206
|
-
"Value":{"type":"double"}
|
1252
|
+
"Value":{"type":"double"},
|
1253
|
+
"XRayErrorPercent":{"type":"integer"},
|
1254
|
+
"XRayFaultPercent":{"type":"integer"},
|
1255
|
+
"XRayNodeName":{"type":"string"},
|
1256
|
+
"XRayNodeType":{"type":"string"},
|
1257
|
+
"XRayRequestAverageLatency":{"type":"long"},
|
1258
|
+
"XRayRequestCount":{"type":"integer"},
|
1259
|
+
"XRayThrottlePercent":{"type":"integer"}
|
1207
1260
|
}
|
1208
1261
|
}
|
@@ -870,9 +870,11 @@
|
|
870
870
|
"SavingsPlansType":{"shape":"SupportedSavingsPlansType"},
|
871
871
|
"TermInYears":{"shape":"TermInYears"},
|
872
872
|
"PaymentOption":{"shape":"PaymentOption"},
|
873
|
+
"AccountScope":{"shape":"AccountScope"},
|
873
874
|
"NextPageToken":{"shape":"NextPageToken"},
|
874
875
|
"PageSize":{"shape":"NonNegativeInteger"},
|
875
|
-
"LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"}
|
876
|
+
"LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"},
|
877
|
+
"Filter":{"shape":"Expression"}
|
876
878
|
}
|
877
879
|
},
|
878
880
|
"GetSavingsPlansPurchaseRecommendationResponse":{
|
@@ -1387,6 +1389,7 @@
|
|
1387
1389
|
"SavingsPlansPurchaseRecommendation":{
|
1388
1390
|
"type":"structure",
|
1389
1391
|
"members":{
|
1392
|
+
"AccountScope":{"shape":"AccountScope"},
|
1390
1393
|
"SavingsPlansType":{"shape":"SupportedSavingsPlansType"},
|
1391
1394
|
"TermInYears":{"shape":"TermInYears"},
|
1392
1395
|
"PaymentOption":{"shape":"PaymentOption"},
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"output":{"shape":"CreateGraphResponse"},
|
36
36
|
"errors":[
|
37
37
|
{"shape":"ConflictException"},
|
38
|
-
{"shape":"InternalServerException"}
|
38
|
+
{"shape":"InternalServerException"},
|
39
|
+
{"shape":"ServiceQuotaExceededException"}
|
39
40
|
]
|
40
41
|
},
|
41
42
|
"CreateMembers":{
|
@@ -162,6 +163,21 @@
|
|
162
163
|
{"shape":"ResourceNotFoundException"},
|
163
164
|
{"shape":"ValidationException"}
|
164
165
|
]
|
166
|
+
},
|
167
|
+
"StartMonitoringMember":{
|
168
|
+
"name":"StartMonitoringMember",
|
169
|
+
"http":{
|
170
|
+
"method":"POST",
|
171
|
+
"requestUri":"/graph/member/monitoringstate"
|
172
|
+
},
|
173
|
+
"input":{"shape":"StartMonitoringMemberRequest"},
|
174
|
+
"errors":[
|
175
|
+
{"shape":"ConflictException"},
|
176
|
+
{"shape":"InternalServerException"},
|
177
|
+
{"shape":"ResourceNotFoundException"},
|
178
|
+
{"shape":"ServiceQuotaExceededException"},
|
179
|
+
{"shape":"ValidationException"}
|
180
|
+
]
|
165
181
|
}
|
166
182
|
},
|
167
183
|
"shapes":{
|
@@ -371,14 +387,24 @@
|
|
371
387
|
"GraphArn":{"shape":"GraphArn"},
|
372
388
|
"MasterId":{"shape":"AccountId"},
|
373
389
|
"Status":{"shape":"MemberStatus"},
|
390
|
+
"DisabledReason":{"shape":"MemberDisabledReason"},
|
374
391
|
"InvitedTime":{"shape":"Timestamp"},
|
375
|
-
"UpdatedTime":{"shape":"Timestamp"}
|
392
|
+
"UpdatedTime":{"shape":"Timestamp"},
|
393
|
+
"PercentOfGraphUtilization":{"shape":"Percentage"},
|
394
|
+
"PercentOfGraphUtilizationUpdatedTime":{"shape":"Timestamp"}
|
376
395
|
}
|
377
396
|
},
|
378
397
|
"MemberDetailList":{
|
379
398
|
"type":"list",
|
380
399
|
"member":{"shape":"MemberDetail"}
|
381
400
|
},
|
401
|
+
"MemberDisabledReason":{
|
402
|
+
"type":"string",
|
403
|
+
"enum":[
|
404
|
+
"VOLUME_TOO_HIGH",
|
405
|
+
"VOLUME_UNKNOWN"
|
406
|
+
]
|
407
|
+
},
|
382
408
|
"MemberResultsLimit":{
|
383
409
|
"type":"integer",
|
384
410
|
"box":true,
|
@@ -391,7 +417,8 @@
|
|
391
417
|
"INVITED",
|
392
418
|
"VERIFICATION_IN_PROGRESS",
|
393
419
|
"VERIFICATION_FAILED",
|
394
|
-
"ENABLED"
|
420
|
+
"ENABLED",
|
421
|
+
"ACCEPTED_BUT_DISABLED"
|
395
422
|
]
|
396
423
|
},
|
397
424
|
"PaginationToken":{
|
@@ -399,6 +426,7 @@
|
|
399
426
|
"max":1024,
|
400
427
|
"min":1
|
401
428
|
},
|
429
|
+
"Percentage":{"type":"double"},
|
402
430
|
"RejectInvitationRequest":{
|
403
431
|
"type":"structure",
|
404
432
|
"required":["GraphArn"],
|
@@ -422,6 +450,17 @@
|
|
422
450
|
"error":{"httpStatusCode":402},
|
423
451
|
"exception":true
|
424
452
|
},
|
453
|
+
"StartMonitoringMemberRequest":{
|
454
|
+
"type":"structure",
|
455
|
+
"required":[
|
456
|
+
"GraphArn",
|
457
|
+
"AccountId"
|
458
|
+
],
|
459
|
+
"members":{
|
460
|
+
"GraphArn":{"shape":"GraphArn"},
|
461
|
+
"AccountId":{"shape":"AccountId"}
|
462
|
+
}
|
463
|
+
},
|
425
464
|
"Timestamp":{"type":"timestamp"},
|
426
465
|
"UnprocessedAccount":{
|
427
466
|
"type":"structure",
|
@@ -24,6 +24,23 @@
|
|
24
24
|
{"shape":"InternalException"}
|
25
25
|
]
|
26
26
|
},
|
27
|
+
"AssociatePackage":{
|
28
|
+
"name":"AssociatePackage",
|
29
|
+
"http":{
|
30
|
+
"method":"POST",
|
31
|
+
"requestUri":"/2015-01-01/packages/associate/{PackageID}/{DomainName}"
|
32
|
+
},
|
33
|
+
"input":{"shape":"AssociatePackageRequest"},
|
34
|
+
"output":{"shape":"AssociatePackageResponse"},
|
35
|
+
"errors":[
|
36
|
+
{"shape":"BaseException"},
|
37
|
+
{"shape":"InternalException"},
|
38
|
+
{"shape":"ResourceNotFoundException"},
|
39
|
+
{"shape":"AccessDeniedException"},
|
40
|
+
{"shape":"ValidationException"},
|
41
|
+
{"shape":"ConflictException"}
|
42
|
+
]
|
43
|
+
},
|
27
44
|
"CancelElasticsearchServiceSoftwareUpdate":{
|
28
45
|
"name":"CancelElasticsearchServiceSoftwareUpdate",
|
29
46
|
"http":{
|
@@ -57,6 +74,24 @@
|
|
57
74
|
{"shape":"ValidationException"}
|
58
75
|
]
|
59
76
|
},
|
77
|
+
"CreatePackage":{
|
78
|
+
"name":"CreatePackage",
|
79
|
+
"http":{
|
80
|
+
"method":"POST",
|
81
|
+
"requestUri":"/2015-01-01/packages"
|
82
|
+
},
|
83
|
+
"input":{"shape":"CreatePackageRequest"},
|
84
|
+
"output":{"shape":"CreatePackageResponse"},
|
85
|
+
"errors":[
|
86
|
+
{"shape":"BaseException"},
|
87
|
+
{"shape":"InternalException"},
|
88
|
+
{"shape":"LimitExceededException"},
|
89
|
+
{"shape":"InvalidTypeException"},
|
90
|
+
{"shape":"ResourceAlreadyExistsException"},
|
91
|
+
{"shape":"AccessDeniedException"},
|
92
|
+
{"shape":"ValidationException"}
|
93
|
+
]
|
94
|
+
},
|
60
95
|
"DeleteElasticsearchDomain":{
|
61
96
|
"name":"DeleteElasticsearchDomain",
|
62
97
|
"http":{
|
@@ -84,6 +119,23 @@
|
|
84
119
|
{"shape":"ValidationException"}
|
85
120
|
]
|
86
121
|
},
|
122
|
+
"DeletePackage":{
|
123
|
+
"name":"DeletePackage",
|
124
|
+
"http":{
|
125
|
+
"method":"DELETE",
|
126
|
+
"requestUri":"/2015-01-01/packages/{PackageID}"
|
127
|
+
},
|
128
|
+
"input":{"shape":"DeletePackageRequest"},
|
129
|
+
"output":{"shape":"DeletePackageResponse"},
|
130
|
+
"errors":[
|
131
|
+
{"shape":"BaseException"},
|
132
|
+
{"shape":"InternalException"},
|
133
|
+
{"shape":"ResourceNotFoundException"},
|
134
|
+
{"shape":"AccessDeniedException"},
|
135
|
+
{"shape":"ValidationException"},
|
136
|
+
{"shape":"ConflictException"}
|
137
|
+
]
|
138
|
+
},
|
87
139
|
"DescribeElasticsearchDomain":{
|
88
140
|
"name":"DescribeElasticsearchDomain",
|
89
141
|
"http":{
|
@@ -145,6 +197,22 @@
|
|
145
197
|
{"shape":"ValidationException"}
|
146
198
|
]
|
147
199
|
},
|
200
|
+
"DescribePackages":{
|
201
|
+
"name":"DescribePackages",
|
202
|
+
"http":{
|
203
|
+
"method":"POST",
|
204
|
+
"requestUri":"/2015-01-01/packages/describe"
|
205
|
+
},
|
206
|
+
"input":{"shape":"DescribePackagesRequest"},
|
207
|
+
"output":{"shape":"DescribePackagesResponse"},
|
208
|
+
"errors":[
|
209
|
+
{"shape":"BaseException"},
|
210
|
+
{"shape":"InternalException"},
|
211
|
+
{"shape":"ResourceNotFoundException"},
|
212
|
+
{"shape":"AccessDeniedException"},
|
213
|
+
{"shape":"ValidationException"}
|
214
|
+
]
|
215
|
+
},
|
148
216
|
"DescribeReservedElasticsearchInstanceOfferings":{
|
149
217
|
"name":"DescribeReservedElasticsearchInstanceOfferings",
|
150
218
|
"http":{
|
@@ -175,6 +243,23 @@
|
|
175
243
|
{"shape":"DisabledOperationException"}
|
176
244
|
]
|
177
245
|
},
|
246
|
+
"DissociatePackage":{
|
247
|
+
"name":"DissociatePackage",
|
248
|
+
"http":{
|
249
|
+
"method":"POST",
|
250
|
+
"requestUri":"/2015-01-01/packages/dissociate/{PackageID}/{DomainName}"
|
251
|
+
},
|
252
|
+
"input":{"shape":"DissociatePackageRequest"},
|
253
|
+
"output":{"shape":"DissociatePackageResponse"},
|
254
|
+
"errors":[
|
255
|
+
{"shape":"BaseException"},
|
256
|
+
{"shape":"InternalException"},
|
257
|
+
{"shape":"ResourceNotFoundException"},
|
258
|
+
{"shape":"AccessDeniedException"},
|
259
|
+
{"shape":"ValidationException"},
|
260
|
+
{"shape":"ConflictException"}
|
261
|
+
]
|
262
|
+
},
|
178
263
|
"GetCompatibleElasticsearchVersions":{
|
179
264
|
"name":"GetCompatibleElasticsearchVersions",
|
180
265
|
"http":{
|
@@ -235,6 +320,22 @@
|
|
235
320
|
{"shape":"ValidationException"}
|
236
321
|
]
|
237
322
|
},
|
323
|
+
"ListDomainsForPackage":{
|
324
|
+
"name":"ListDomainsForPackage",
|
325
|
+
"http":{
|
326
|
+
"method":"GET",
|
327
|
+
"requestUri":"/2015-01-01/packages/{PackageID}/domains"
|
328
|
+
},
|
329
|
+
"input":{"shape":"ListDomainsForPackageRequest"},
|
330
|
+
"output":{"shape":"ListDomainsForPackageResponse"},
|
331
|
+
"errors":[
|
332
|
+
{"shape":"BaseException"},
|
333
|
+
{"shape":"InternalException"},
|
334
|
+
{"shape":"ResourceNotFoundException"},
|
335
|
+
{"shape":"AccessDeniedException"},
|
336
|
+
{"shape":"ValidationException"}
|
337
|
+
]
|
338
|
+
},
|
238
339
|
"ListElasticsearchInstanceTypes":{
|
239
340
|
"name":"ListElasticsearchInstanceTypes",
|
240
341
|
"http":{
|
@@ -265,6 +366,22 @@
|
|
265
366
|
{"shape":"ValidationException"}
|
266
367
|
]
|
267
368
|
},
|
369
|
+
"ListPackagesForDomain":{
|
370
|
+
"name":"ListPackagesForDomain",
|
371
|
+
"http":{
|
372
|
+
"method":"GET",
|
373
|
+
"requestUri":"/2015-01-01/domain/{DomainName}/packages"
|
374
|
+
},
|
375
|
+
"input":{"shape":"ListPackagesForDomainRequest"},
|
376
|
+
"output":{"shape":"ListPackagesForDomainResponse"},
|
377
|
+
"errors":[
|
378
|
+
{"shape":"BaseException"},
|
379
|
+
{"shape":"InternalException"},
|
380
|
+
{"shape":"ResourceNotFoundException"},
|
381
|
+
{"shape":"AccessDeniedException"},
|
382
|
+
{"shape":"ValidationException"}
|
383
|
+
]
|
384
|
+
},
|
268
385
|
"ListTags":{
|
269
386
|
"name":"ListTags",
|
270
387
|
"http":{
|
@@ -362,6 +479,13 @@
|
|
362
479
|
},
|
363
480
|
"shapes":{
|
364
481
|
"ARN":{"type":"string"},
|
482
|
+
"AccessDeniedException":{
|
483
|
+
"type":"structure",
|
484
|
+
"members":{
|
485
|
+
},
|
486
|
+
"error":{"httpStatusCode":403},
|
487
|
+
"exception":true
|
488
|
+
},
|
365
489
|
"AccessPoliciesStatus":{
|
366
490
|
"type":"structure",
|
367
491
|
"required":[
|
@@ -437,6 +561,31 @@
|
|
437
561
|
"Status":{"shape":"OptionStatus"}
|
438
562
|
}
|
439
563
|
},
|
564
|
+
"AssociatePackageRequest":{
|
565
|
+
"type":"structure",
|
566
|
+
"required":[
|
567
|
+
"PackageID",
|
568
|
+
"DomainName"
|
569
|
+
],
|
570
|
+
"members":{
|
571
|
+
"PackageID":{
|
572
|
+
"shape":"PackageID",
|
573
|
+
"location":"uri",
|
574
|
+
"locationName":"PackageID"
|
575
|
+
},
|
576
|
+
"DomainName":{
|
577
|
+
"shape":"DomainName",
|
578
|
+
"location":"uri",
|
579
|
+
"locationName":"DomainName"
|
580
|
+
}
|
581
|
+
}
|
582
|
+
},
|
583
|
+
"AssociatePackageResponse":{
|
584
|
+
"type":"structure",
|
585
|
+
"members":{
|
586
|
+
"DomainPackageDetails":{"shape":"DomainPackageDetails"}
|
587
|
+
}
|
588
|
+
},
|
440
589
|
"BaseException":{
|
441
590
|
"type":"structure",
|
442
591
|
"members":{
|
@@ -490,6 +639,13 @@
|
|
490
639
|
"TargetVersions":{"shape":"ElasticsearchVersionList"}
|
491
640
|
}
|
492
641
|
},
|
642
|
+
"ConflictException":{
|
643
|
+
"type":"structure",
|
644
|
+
"members":{
|
645
|
+
},
|
646
|
+
"error":{"httpStatusCode":409},
|
647
|
+
"exception":true
|
648
|
+
},
|
493
649
|
"CreateElasticsearchDomainRequest":{
|
494
650
|
"type":"structure",
|
495
651
|
"required":["DomainName"],
|
@@ -516,6 +672,27 @@
|
|
516
672
|
"DomainStatus":{"shape":"ElasticsearchDomainStatus"}
|
517
673
|
}
|
518
674
|
},
|
675
|
+
"CreatePackageRequest":{
|
676
|
+
"type":"structure",
|
677
|
+
"required":[
|
678
|
+
"PackageName",
|
679
|
+
"PackageType",
|
680
|
+
"PackageSource"
|
681
|
+
],
|
682
|
+
"members":{
|
683
|
+
"PackageName":{"shape":"PackageName"},
|
684
|
+
"PackageType":{"shape":"PackageType"},
|
685
|
+
"PackageDescription":{"shape":"PackageDescription"},
|
686
|
+
"PackageSource":{"shape":"PackageSource"}
|
687
|
+
}
|
688
|
+
},
|
689
|
+
"CreatePackageResponse":{
|
690
|
+
"type":"structure",
|
691
|
+
"members":{
|
692
|
+
"PackageDetails":{"shape":"PackageDetails"}
|
693
|
+
}
|
694
|
+
},
|
695
|
+
"CreatedAt":{"type":"timestamp"},
|
519
696
|
"DeleteElasticsearchDomainRequest":{
|
520
697
|
"type":"structure",
|
521
698
|
"required":["DomainName"],
|
@@ -533,6 +710,23 @@
|
|
533
710
|
"DomainStatus":{"shape":"ElasticsearchDomainStatus"}
|
534
711
|
}
|
535
712
|
},
|
713
|
+
"DeletePackageRequest":{
|
714
|
+
"type":"structure",
|
715
|
+
"required":["PackageID"],
|
716
|
+
"members":{
|
717
|
+
"PackageID":{
|
718
|
+
"shape":"PackageID",
|
719
|
+
"location":"uri",
|
720
|
+
"locationName":"PackageID"
|
721
|
+
}
|
722
|
+
}
|
723
|
+
},
|
724
|
+
"DeletePackageResponse":{
|
725
|
+
"type":"structure",
|
726
|
+
"members":{
|
727
|
+
"PackageDetails":{"shape":"PackageDetails"}
|
728
|
+
}
|
729
|
+
},
|
536
730
|
"DeploymentCloseDateTimeStamp":{"type":"timestamp"},
|
537
731
|
"DeploymentStatus":{
|
538
732
|
"type":"string",
|
@@ -624,6 +818,48 @@
|
|
624
818
|
"LimitsByRole":{"shape":"LimitsByRole"}
|
625
819
|
}
|
626
820
|
},
|
821
|
+
"DescribePackagesFilter":{
|
822
|
+
"type":"structure",
|
823
|
+
"members":{
|
824
|
+
"Name":{"shape":"DescribePackagesFilterName"},
|
825
|
+
"Value":{"shape":"DescribePackagesFilterValues"}
|
826
|
+
}
|
827
|
+
},
|
828
|
+
"DescribePackagesFilterList":{
|
829
|
+
"type":"list",
|
830
|
+
"member":{"shape":"DescribePackagesFilter"}
|
831
|
+
},
|
832
|
+
"DescribePackagesFilterName":{
|
833
|
+
"type":"string",
|
834
|
+
"enum":[
|
835
|
+
"PackageID",
|
836
|
+
"PackageName",
|
837
|
+
"PackageStatus"
|
838
|
+
]
|
839
|
+
},
|
840
|
+
"DescribePackagesFilterValue":{
|
841
|
+
"type":"string",
|
842
|
+
"pattern":"^[0-9a-zA-Z\\*\\.\\\\/\\?-]*$"
|
843
|
+
},
|
844
|
+
"DescribePackagesFilterValues":{
|
845
|
+
"type":"list",
|
846
|
+
"member":{"shape":"DescribePackagesFilterValue"}
|
847
|
+
},
|
848
|
+
"DescribePackagesRequest":{
|
849
|
+
"type":"structure",
|
850
|
+
"members":{
|
851
|
+
"Filters":{"shape":"DescribePackagesFilterList"},
|
852
|
+
"MaxResults":{"shape":"MaxResults"},
|
853
|
+
"NextToken":{"shape":"NextToken"}
|
854
|
+
}
|
855
|
+
},
|
856
|
+
"DescribePackagesResponse":{
|
857
|
+
"type":"structure",
|
858
|
+
"members":{
|
859
|
+
"PackageDetailsList":{"shape":"PackageDetailsList"},
|
860
|
+
"NextToken":{"shape":"String"}
|
861
|
+
}
|
862
|
+
},
|
627
863
|
"DescribeReservedElasticsearchInstanceOfferingsRequest":{
|
628
864
|
"type":"structure",
|
629
865
|
"members":{
|
@@ -685,6 +921,31 @@
|
|
685
921
|
"error":{"httpStatusCode":409},
|
686
922
|
"exception":true
|
687
923
|
},
|
924
|
+
"DissociatePackageRequest":{
|
925
|
+
"type":"structure",
|
926
|
+
"required":[
|
927
|
+
"PackageID",
|
928
|
+
"DomainName"
|
929
|
+
],
|
930
|
+
"members":{
|
931
|
+
"PackageID":{
|
932
|
+
"shape":"PackageID",
|
933
|
+
"location":"uri",
|
934
|
+
"locationName":"PackageID"
|
935
|
+
},
|
936
|
+
"DomainName":{
|
937
|
+
"shape":"DomainName",
|
938
|
+
"location":"uri",
|
939
|
+
"locationName":"DomainName"
|
940
|
+
}
|
941
|
+
}
|
942
|
+
},
|
943
|
+
"DissociatePackageResponse":{
|
944
|
+
"type":"structure",
|
945
|
+
"members":{
|
946
|
+
"DomainPackageDetails":{"shape":"DomainPackageDetails"}
|
947
|
+
}
|
948
|
+
},
|
688
949
|
"DomainEndpointOptions":{
|
689
950
|
"type":"structure",
|
690
951
|
"members":{
|
@@ -728,6 +989,33 @@
|
|
728
989
|
"type":"list",
|
729
990
|
"member":{"shape":"DomainName"}
|
730
991
|
},
|
992
|
+
"DomainPackageDetails":{
|
993
|
+
"type":"structure",
|
994
|
+
"members":{
|
995
|
+
"PackageID":{"shape":"PackageID"},
|
996
|
+
"PackageName":{"shape":"PackageName"},
|
997
|
+
"PackageType":{"shape":"PackageType"},
|
998
|
+
"LastUpdated":{"shape":"LastUpdated"},
|
999
|
+
"DomainName":{"shape":"DomainName"},
|
1000
|
+
"DomainPackageStatus":{"shape":"DomainPackageStatus"},
|
1001
|
+
"ReferencePath":{"shape":"ReferencePath"},
|
1002
|
+
"ErrorDetails":{"shape":"ErrorDetails"}
|
1003
|
+
}
|
1004
|
+
},
|
1005
|
+
"DomainPackageDetailsList":{
|
1006
|
+
"type":"list",
|
1007
|
+
"member":{"shape":"DomainPackageDetails"}
|
1008
|
+
},
|
1009
|
+
"DomainPackageStatus":{
|
1010
|
+
"type":"string",
|
1011
|
+
"enum":[
|
1012
|
+
"ASSOCIATING",
|
1013
|
+
"ASSOCIATION_FAILED",
|
1014
|
+
"ACTIVE",
|
1015
|
+
"DISSOCIATING",
|
1016
|
+
"DISSOCIATION_FAILED"
|
1017
|
+
]
|
1018
|
+
},
|
731
1019
|
"Double":{"type":"double"},
|
732
1020
|
"EBSOptions":{
|
733
1021
|
"type":"structure",
|
@@ -944,7 +1232,15 @@
|
|
944
1232
|
"key":{"shape":"String"},
|
945
1233
|
"value":{"shape":"ServiceUrl"}
|
946
1234
|
},
|
1235
|
+
"ErrorDetails":{
|
1236
|
+
"type":"structure",
|
1237
|
+
"members":{
|
1238
|
+
"ErrorType":{"shape":"ErrorType"},
|
1239
|
+
"ErrorMessage":{"shape":"ErrorMessage"}
|
1240
|
+
}
|
1241
|
+
},
|
947
1242
|
"ErrorMessage":{"type":"string"},
|
1243
|
+
"ErrorType":{"type":"string"},
|
948
1244
|
"GUID":{
|
949
1245
|
"type":"string",
|
950
1246
|
"pattern":"\\p{XDigit}{8}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{12}"
|
@@ -1062,6 +1358,7 @@
|
|
1062
1358
|
"max":500,
|
1063
1359
|
"min":1
|
1064
1360
|
},
|
1361
|
+
"LastUpdated":{"type":"timestamp"},
|
1065
1362
|
"LimitExceededException":{
|
1066
1363
|
"type":"structure",
|
1067
1364
|
"members":{
|
@@ -1094,6 +1391,34 @@
|
|
1094
1391
|
"DomainNames":{"shape":"DomainInfoList"}
|
1095
1392
|
}
|
1096
1393
|
},
|
1394
|
+
"ListDomainsForPackageRequest":{
|
1395
|
+
"type":"structure",
|
1396
|
+
"required":["PackageID"],
|
1397
|
+
"members":{
|
1398
|
+
"PackageID":{
|
1399
|
+
"shape":"PackageID",
|
1400
|
+
"location":"uri",
|
1401
|
+
"locationName":"PackageID"
|
1402
|
+
},
|
1403
|
+
"MaxResults":{
|
1404
|
+
"shape":"MaxResults",
|
1405
|
+
"location":"querystring",
|
1406
|
+
"locationName":"maxResults"
|
1407
|
+
},
|
1408
|
+
"NextToken":{
|
1409
|
+
"shape":"NextToken",
|
1410
|
+
"location":"querystring",
|
1411
|
+
"locationName":"nextToken"
|
1412
|
+
}
|
1413
|
+
}
|
1414
|
+
},
|
1415
|
+
"ListDomainsForPackageResponse":{
|
1416
|
+
"type":"structure",
|
1417
|
+
"members":{
|
1418
|
+
"DomainPackageDetailsList":{"shape":"DomainPackageDetailsList"},
|
1419
|
+
"NextToken":{"shape":"String"}
|
1420
|
+
}
|
1421
|
+
},
|
1097
1422
|
"ListElasticsearchInstanceTypesRequest":{
|
1098
1423
|
"type":"structure",
|
1099
1424
|
"required":["ElasticsearchVersion"],
|
@@ -1149,6 +1474,34 @@
|
|
1149
1474
|
"NextToken":{"shape":"NextToken"}
|
1150
1475
|
}
|
1151
1476
|
},
|
1477
|
+
"ListPackagesForDomainRequest":{
|
1478
|
+
"type":"structure",
|
1479
|
+
"required":["DomainName"],
|
1480
|
+
"members":{
|
1481
|
+
"DomainName":{
|
1482
|
+
"shape":"DomainName",
|
1483
|
+
"location":"uri",
|
1484
|
+
"locationName":"DomainName"
|
1485
|
+
},
|
1486
|
+
"MaxResults":{
|
1487
|
+
"shape":"MaxResults",
|
1488
|
+
"location":"querystring",
|
1489
|
+
"locationName":"maxResults"
|
1490
|
+
},
|
1491
|
+
"NextToken":{
|
1492
|
+
"shape":"NextToken",
|
1493
|
+
"location":"querystring",
|
1494
|
+
"locationName":"nextToken"
|
1495
|
+
}
|
1496
|
+
}
|
1497
|
+
},
|
1498
|
+
"ListPackagesForDomainResponse":{
|
1499
|
+
"type":"structure",
|
1500
|
+
"members":{
|
1501
|
+
"DomainPackageDetailsList":{"shape":"DomainPackageDetailsList"},
|
1502
|
+
"NextToken":{"shape":"String"}
|
1503
|
+
}
|
1504
|
+
},
|
1152
1505
|
"ListTagsRequest":{
|
1153
1506
|
"type":"structure",
|
1154
1507
|
"required":["ARN"],
|
@@ -1248,6 +1601,57 @@
|
|
1248
1601
|
"PendingDeletion":{"shape":"Boolean"}
|
1249
1602
|
}
|
1250
1603
|
},
|
1604
|
+
"PackageDescription":{
|
1605
|
+
"type":"string",
|
1606
|
+
"max":1024
|
1607
|
+
},
|
1608
|
+
"PackageDetails":{
|
1609
|
+
"type":"structure",
|
1610
|
+
"members":{
|
1611
|
+
"PackageID":{"shape":"PackageID"},
|
1612
|
+
"PackageName":{"shape":"PackageName"},
|
1613
|
+
"PackageType":{"shape":"PackageType"},
|
1614
|
+
"PackageDescription":{"shape":"PackageDescription"},
|
1615
|
+
"PackageStatus":{"shape":"PackageStatus"},
|
1616
|
+
"CreatedAt":{"shape":"CreatedAt"},
|
1617
|
+
"ErrorDetails":{"shape":"ErrorDetails"}
|
1618
|
+
}
|
1619
|
+
},
|
1620
|
+
"PackageDetailsList":{
|
1621
|
+
"type":"list",
|
1622
|
+
"member":{"shape":"PackageDetails"}
|
1623
|
+
},
|
1624
|
+
"PackageID":{"type":"string"},
|
1625
|
+
"PackageName":{
|
1626
|
+
"type":"string",
|
1627
|
+
"max":28,
|
1628
|
+
"min":3,
|
1629
|
+
"pattern":"[a-z][a-z0-9\\-]+"
|
1630
|
+
},
|
1631
|
+
"PackageSource":{
|
1632
|
+
"type":"structure",
|
1633
|
+
"members":{
|
1634
|
+
"S3BucketName":{"shape":"S3BucketName"},
|
1635
|
+
"S3Key":{"shape":"S3Key"}
|
1636
|
+
}
|
1637
|
+
},
|
1638
|
+
"PackageStatus":{
|
1639
|
+
"type":"string",
|
1640
|
+
"enum":[
|
1641
|
+
"COPYING",
|
1642
|
+
"COPY_FAILED",
|
1643
|
+
"VALIDATING",
|
1644
|
+
"VALIDATION_FAILED",
|
1645
|
+
"AVAILABLE",
|
1646
|
+
"DELETING",
|
1647
|
+
"DELETED",
|
1648
|
+
"DELETE_FAILED"
|
1649
|
+
]
|
1650
|
+
},
|
1651
|
+
"PackageType":{
|
1652
|
+
"type":"string",
|
1653
|
+
"enum":["TXT-DICTIONARY"]
|
1654
|
+
},
|
1251
1655
|
"Password":{
|
1252
1656
|
"type":"string",
|
1253
1657
|
"min":8,
|
@@ -1284,6 +1688,7 @@
|
|
1284
1688
|
"type":"list",
|
1285
1689
|
"member":{"shape":"RecurringCharge"}
|
1286
1690
|
},
|
1691
|
+
"ReferencePath":{"type":"string"},
|
1287
1692
|
"RemoveTagsRequest":{
|
1288
1693
|
"type":"structure",
|
1289
1694
|
"required":[
|
@@ -1366,6 +1771,12 @@
|
|
1366
1771
|
"max":2048,
|
1367
1772
|
"min":20
|
1368
1773
|
},
|
1774
|
+
"S3BucketName":{
|
1775
|
+
"type":"string",
|
1776
|
+
"max":63,
|
1777
|
+
"min":3
|
1778
|
+
},
|
1779
|
+
"S3Key":{"type":"string"},
|
1369
1780
|
"ServiceSoftwareOptions":{
|
1370
1781
|
"type":"structure",
|
1371
1782
|
"members":{
|