aws-sdk-core 2.11.522 → 2.11.523
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca12c6f5082451c9f2d501ac086085d015418895129197c5140c170ca4c338d4
|
|
4
|
+
data.tar.gz: 4798e94acff35d2f2c1765f7760f19672cdd4e53f80b7e80a069a13a05ba50e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bdd19c745a021406ed46221ab6587f596872f39af6725b89932190085f0ac17c2f256a6af0b4d8be5010e09ec03171e135fbba72053d1a77794686aeeb88678
|
|
7
|
+
data.tar.gz: d9632590269e9be631105414c304991cde9c413d2b57f808df9696e2e508458201d9c18f4f0e083637e26a44a4f4f69f70907fef6bc325ce436d01076785c490
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
{"shape":"InvalidInput"},
|
|
26
26
|
{"shape":"NamespaceAlreadyExists"},
|
|
27
27
|
{"shape":"ResourceLimitExceeded"},
|
|
28
|
-
{"shape":"DuplicateRequest"}
|
|
28
|
+
{"shape":"DuplicateRequest"},
|
|
29
|
+
{"shape":"TooManyTagsException"}
|
|
29
30
|
]
|
|
30
31
|
},
|
|
31
32
|
"CreatePrivateDnsNamespace":{
|
|
@@ -40,7 +41,8 @@
|
|
|
40
41
|
{"shape":"InvalidInput"},
|
|
41
42
|
{"shape":"NamespaceAlreadyExists"},
|
|
42
43
|
{"shape":"ResourceLimitExceeded"},
|
|
43
|
-
{"shape":"DuplicateRequest"}
|
|
44
|
+
{"shape":"DuplicateRequest"},
|
|
45
|
+
{"shape":"TooManyTagsException"}
|
|
44
46
|
]
|
|
45
47
|
},
|
|
46
48
|
"CreatePublicDnsNamespace":{
|
|
@@ -55,7 +57,8 @@
|
|
|
55
57
|
{"shape":"InvalidInput"},
|
|
56
58
|
{"shape":"NamespaceAlreadyExists"},
|
|
57
59
|
{"shape":"ResourceLimitExceeded"},
|
|
58
|
-
{"shape":"DuplicateRequest"}
|
|
60
|
+
{"shape":"DuplicateRequest"},
|
|
61
|
+
{"shape":"TooManyTagsException"}
|
|
59
62
|
]
|
|
60
63
|
},
|
|
61
64
|
"CreateService":{
|
|
@@ -70,7 +73,8 @@
|
|
|
70
73
|
{"shape":"InvalidInput"},
|
|
71
74
|
{"shape":"ResourceLimitExceeded"},
|
|
72
75
|
{"shape":"NamespaceNotFound"},
|
|
73
|
-
{"shape":"ServiceAlreadyExists"}
|
|
76
|
+
{"shape":"ServiceAlreadyExists"},
|
|
77
|
+
{"shape":"TooManyTagsException"}
|
|
74
78
|
]
|
|
75
79
|
},
|
|
76
80
|
"DeleteNamespace":{
|
|
@@ -129,7 +133,8 @@
|
|
|
129
133
|
"errors":[
|
|
130
134
|
{"shape":"ServiceNotFound"},
|
|
131
135
|
{"shape":"NamespaceNotFound"},
|
|
132
|
-
{"shape":"InvalidInput"}
|
|
136
|
+
{"shape":"InvalidInput"},
|
|
137
|
+
{"shape":"RequestLimitExceeded"}
|
|
133
138
|
],
|
|
134
139
|
"endpoint":{"hostPrefix":"data-"}
|
|
135
140
|
},
|
|
@@ -249,6 +254,19 @@
|
|
|
249
254
|
{"shape":"InvalidInput"}
|
|
250
255
|
]
|
|
251
256
|
},
|
|
257
|
+
"ListTagsForResource":{
|
|
258
|
+
"name":"ListTagsForResource",
|
|
259
|
+
"http":{
|
|
260
|
+
"method":"POST",
|
|
261
|
+
"requestUri":"/"
|
|
262
|
+
},
|
|
263
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
|
264
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
|
265
|
+
"errors":[
|
|
266
|
+
{"shape":"ResourceNotFoundException"},
|
|
267
|
+
{"shape":"InvalidInput"}
|
|
268
|
+
]
|
|
269
|
+
},
|
|
252
270
|
"RegisterInstance":{
|
|
253
271
|
"name":"RegisterInstance",
|
|
254
272
|
"http":{
|
|
@@ -265,6 +283,33 @@
|
|
|
265
283
|
{"shape":"ServiceNotFound"}
|
|
266
284
|
]
|
|
267
285
|
},
|
|
286
|
+
"TagResource":{
|
|
287
|
+
"name":"TagResource",
|
|
288
|
+
"http":{
|
|
289
|
+
"method":"POST",
|
|
290
|
+
"requestUri":"/"
|
|
291
|
+
},
|
|
292
|
+
"input":{"shape":"TagResourceRequest"},
|
|
293
|
+
"output":{"shape":"TagResourceResponse"},
|
|
294
|
+
"errors":[
|
|
295
|
+
{"shape":"ResourceNotFoundException"},
|
|
296
|
+
{"shape":"TooManyTagsException"},
|
|
297
|
+
{"shape":"InvalidInput"}
|
|
298
|
+
]
|
|
299
|
+
},
|
|
300
|
+
"UntagResource":{
|
|
301
|
+
"name":"UntagResource",
|
|
302
|
+
"http":{
|
|
303
|
+
"method":"POST",
|
|
304
|
+
"requestUri":"/"
|
|
305
|
+
},
|
|
306
|
+
"input":{"shape":"UntagResourceRequest"},
|
|
307
|
+
"output":{"shape":"UntagResourceResponse"},
|
|
308
|
+
"errors":[
|
|
309
|
+
{"shape":"ResourceNotFoundException"},
|
|
310
|
+
{"shape":"InvalidInput"}
|
|
311
|
+
]
|
|
312
|
+
},
|
|
268
313
|
"UpdateInstanceCustomHealthStatus":{
|
|
269
314
|
"name":"UpdateInstanceCustomHealthStatus",
|
|
270
315
|
"http":{
|
|
@@ -295,17 +340,24 @@
|
|
|
295
340
|
}
|
|
296
341
|
},
|
|
297
342
|
"shapes":{
|
|
343
|
+
"AmazonResourceName":{
|
|
344
|
+
"type":"string",
|
|
345
|
+
"max":1011,
|
|
346
|
+
"min":1
|
|
347
|
+
},
|
|
298
348
|
"Arn":{
|
|
299
349
|
"type":"string",
|
|
300
350
|
"max":255
|
|
301
351
|
},
|
|
302
352
|
"AttrKey":{
|
|
303
353
|
"type":"string",
|
|
304
|
-
"max":255
|
|
354
|
+
"max":255,
|
|
355
|
+
"pattern":"^[a-zA-Z0-9!-~]+$"
|
|
305
356
|
},
|
|
306
357
|
"AttrValue":{
|
|
307
358
|
"type":"string",
|
|
308
|
-
"max":1024
|
|
359
|
+
"max":1024,
|
|
360
|
+
"pattern":"^([a-zA-Z0-9!-~][ \\ta-zA-Z0-9!-~]*){0,1}[a-zA-Z0-9!-~]{0,1}$"
|
|
309
361
|
},
|
|
310
362
|
"Attributes":{
|
|
311
363
|
"type":"map",
|
|
@@ -322,7 +374,8 @@
|
|
|
322
374
|
"shape":"ResourceId",
|
|
323
375
|
"idempotencyToken":true
|
|
324
376
|
},
|
|
325
|
-
"Description":{"shape":"ResourceDescription"}
|
|
377
|
+
"Description":{"shape":"ResourceDescription"},
|
|
378
|
+
"Tags":{"shape":"TagList"}
|
|
326
379
|
}
|
|
327
380
|
},
|
|
328
381
|
"CreateHttpNamespaceResponse":{
|
|
@@ -344,7 +397,8 @@
|
|
|
344
397
|
"idempotencyToken":true
|
|
345
398
|
},
|
|
346
399
|
"Description":{"shape":"ResourceDescription"},
|
|
347
|
-
"Vpc":{"shape":"ResourceId"}
|
|
400
|
+
"Vpc":{"shape":"ResourceId"},
|
|
401
|
+
"Tags":{"shape":"TagList"}
|
|
348
402
|
}
|
|
349
403
|
},
|
|
350
404
|
"CreatePrivateDnsNamespaceResponse":{
|
|
@@ -362,7 +416,8 @@
|
|
|
362
416
|
"shape":"ResourceId",
|
|
363
417
|
"idempotencyToken":true
|
|
364
418
|
},
|
|
365
|
-
"Description":{"shape":"ResourceDescription"}
|
|
419
|
+
"Description":{"shape":"ResourceDescription"},
|
|
420
|
+
"Tags":{"shape":"TagList"}
|
|
366
421
|
}
|
|
367
422
|
},
|
|
368
423
|
"CreatePublicDnsNamespaceResponse":{
|
|
@@ -384,7 +439,8 @@
|
|
|
384
439
|
"Description":{"shape":"ResourceDescription"},
|
|
385
440
|
"DnsConfig":{"shape":"DnsConfig"},
|
|
386
441
|
"HealthCheckConfig":{"shape":"HealthCheckConfig"},
|
|
387
|
-
"HealthCheckCustomConfig":{"shape":"HealthCheckCustomConfig"}
|
|
442
|
+
"HealthCheckCustomConfig":{"shape":"HealthCheckCustomConfig"},
|
|
443
|
+
"Tags":{"shape":"TagList"}
|
|
388
444
|
}
|
|
389
445
|
},
|
|
390
446
|
"CreateServiceResponse":{
|
|
@@ -458,7 +514,7 @@
|
|
|
458
514
|
"members":{
|
|
459
515
|
"NamespaceName":{"shape":"NamespaceName"},
|
|
460
516
|
"ServiceName":{"shape":"ServiceName"},
|
|
461
|
-
"MaxResults":{"shape":"
|
|
517
|
+
"MaxResults":{"shape":"DiscoverMaxResults"},
|
|
462
518
|
"QueryParameters":{"shape":"Attributes"},
|
|
463
519
|
"HealthStatus":{"shape":"HealthStatusFilter"}
|
|
464
520
|
}
|
|
@@ -469,6 +525,11 @@
|
|
|
469
525
|
"Instances":{"shape":"HttpInstanceSummaryList"}
|
|
470
526
|
}
|
|
471
527
|
},
|
|
528
|
+
"DiscoverMaxResults":{
|
|
529
|
+
"type":"integer",
|
|
530
|
+
"max":1000,
|
|
531
|
+
"min":1
|
|
532
|
+
},
|
|
472
533
|
"DnsConfig":{
|
|
473
534
|
"type":"structure",
|
|
474
535
|
"required":["DnsRecords"],
|
|
@@ -778,6 +839,19 @@
|
|
|
778
839
|
"NextToken":{"shape":"NextToken"}
|
|
779
840
|
}
|
|
780
841
|
},
|
|
842
|
+
"ListTagsForResourceRequest":{
|
|
843
|
+
"type":"structure",
|
|
844
|
+
"required":["ResourceARN"],
|
|
845
|
+
"members":{
|
|
846
|
+
"ResourceARN":{"shape":"AmazonResourceName"}
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"ListTagsForResourceResponse":{
|
|
850
|
+
"type":"structure",
|
|
851
|
+
"members":{
|
|
852
|
+
"Tags":{"shape":"TagList"}
|
|
853
|
+
}
|
|
854
|
+
},
|
|
781
855
|
"MaxResults":{
|
|
782
856
|
"type":"integer",
|
|
783
857
|
"max":100,
|
|
@@ -1004,6 +1078,13 @@
|
|
|
1004
1078
|
"OperationId":{"shape":"OperationId"}
|
|
1005
1079
|
}
|
|
1006
1080
|
},
|
|
1081
|
+
"RequestLimitExceeded":{
|
|
1082
|
+
"type":"structure",
|
|
1083
|
+
"members":{
|
|
1084
|
+
"Message":{"shape":"ErrorMessage"}
|
|
1085
|
+
},
|
|
1086
|
+
"exception":true
|
|
1087
|
+
},
|
|
1007
1088
|
"ResourceCount":{"type":"integer"},
|
|
1008
1089
|
"ResourceDescription":{
|
|
1009
1090
|
"type":"string",
|
|
@@ -1027,6 +1108,13 @@
|
|
|
1027
1108
|
},
|
|
1028
1109
|
"exception":true
|
|
1029
1110
|
},
|
|
1111
|
+
"ResourceNotFoundException":{
|
|
1112
|
+
"type":"structure",
|
|
1113
|
+
"members":{
|
|
1114
|
+
"Message":{"shape":"ErrorMessage"}
|
|
1115
|
+
},
|
|
1116
|
+
"exception":true
|
|
1117
|
+
},
|
|
1030
1118
|
"ResourcePath":{
|
|
1031
1119
|
"type":"string",
|
|
1032
1120
|
"max":255
|
|
@@ -1065,7 +1153,6 @@
|
|
|
1065
1153
|
},
|
|
1066
1154
|
"ServiceChange":{
|
|
1067
1155
|
"type":"structure",
|
|
1068
|
-
"required":["DnsConfig"],
|
|
1069
1156
|
"members":{
|
|
1070
1157
|
"Description":{"shape":"ResourceDescription"},
|
|
1071
1158
|
"DnsConfig":{"shape":"DnsConfigChange"},
|
|
@@ -1121,7 +1208,80 @@
|
|
|
1121
1208
|
"CreateDate":{"shape":"Timestamp"}
|
|
1122
1209
|
}
|
|
1123
1210
|
},
|
|
1211
|
+
"Tag":{
|
|
1212
|
+
"type":"structure",
|
|
1213
|
+
"required":[
|
|
1214
|
+
"Key",
|
|
1215
|
+
"Value"
|
|
1216
|
+
],
|
|
1217
|
+
"members":{
|
|
1218
|
+
"Key":{"shape":"TagKey"},
|
|
1219
|
+
"Value":{"shape":"TagValue"}
|
|
1220
|
+
}
|
|
1221
|
+
},
|
|
1222
|
+
"TagKey":{
|
|
1223
|
+
"type":"string",
|
|
1224
|
+
"max":128,
|
|
1225
|
+
"min":1
|
|
1226
|
+
},
|
|
1227
|
+
"TagKeyList":{
|
|
1228
|
+
"type":"list",
|
|
1229
|
+
"member":{"shape":"TagKey"},
|
|
1230
|
+
"max":200,
|
|
1231
|
+
"min":0
|
|
1232
|
+
},
|
|
1233
|
+
"TagList":{
|
|
1234
|
+
"type":"list",
|
|
1235
|
+
"member":{"shape":"Tag"},
|
|
1236
|
+
"max":200,
|
|
1237
|
+
"min":0
|
|
1238
|
+
},
|
|
1239
|
+
"TagResourceRequest":{
|
|
1240
|
+
"type":"structure",
|
|
1241
|
+
"required":[
|
|
1242
|
+
"ResourceARN",
|
|
1243
|
+
"Tags"
|
|
1244
|
+
],
|
|
1245
|
+
"members":{
|
|
1246
|
+
"ResourceARN":{"shape":"AmazonResourceName"},
|
|
1247
|
+
"Tags":{"shape":"TagList"}
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1250
|
+
"TagResourceResponse":{
|
|
1251
|
+
"type":"structure",
|
|
1252
|
+
"members":{
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
"TagValue":{
|
|
1256
|
+
"type":"string",
|
|
1257
|
+
"max":256,
|
|
1258
|
+
"min":0
|
|
1259
|
+
},
|
|
1124
1260
|
"Timestamp":{"type":"timestamp"},
|
|
1261
|
+
"TooManyTagsException":{
|
|
1262
|
+
"type":"structure",
|
|
1263
|
+
"members":{
|
|
1264
|
+
"Message":{"shape":"ErrorMessage"},
|
|
1265
|
+
"ResourceName":{"shape":"AmazonResourceName"}
|
|
1266
|
+
},
|
|
1267
|
+
"exception":true
|
|
1268
|
+
},
|
|
1269
|
+
"UntagResourceRequest":{
|
|
1270
|
+
"type":"structure",
|
|
1271
|
+
"required":[
|
|
1272
|
+
"ResourceARN",
|
|
1273
|
+
"TagKeys"
|
|
1274
|
+
],
|
|
1275
|
+
"members":{
|
|
1276
|
+
"ResourceARN":{"shape":"AmazonResourceName"},
|
|
1277
|
+
"TagKeys":{"shape":"TagKeyList"}
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
"UntagResourceResponse":{
|
|
1281
|
+
"type":"structure",
|
|
1282
|
+
"members":{
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1125
1285
|
"UpdateInstanceCustomHealthStatusRequest":{
|
|
1126
1286
|
"type":"structure",
|
|
1127
1287
|
"required":[
|
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0",
|
|
3
3
|
"examples": {
|
|
4
|
+
"CreateHttpNamespace": [
|
|
5
|
+
{
|
|
6
|
+
"input": {
|
|
7
|
+
"CreatorRequestId": "example-creator-request-id-0001",
|
|
8
|
+
"Description": "Example.com AWS Cloud Map HTTP Namespace",
|
|
9
|
+
"Name": "example-http.com"
|
|
10
|
+
},
|
|
11
|
+
"output": {
|
|
12
|
+
"OperationId": "httpvoqozuhfet5kzxoxg-a-response-example"
|
|
13
|
+
},
|
|
14
|
+
"comments": {
|
|
15
|
+
"input": {
|
|
16
|
+
},
|
|
17
|
+
"output": {
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"description": "This example creates an HTTP namespace.",
|
|
21
|
+
"id": "createhttpnamespace-example-1590114811304",
|
|
22
|
+
"title": "CreateHttpNamespace example"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
4
25
|
"CreatePrivateDnsNamespace": [
|
|
5
26
|
{
|
|
6
27
|
"input": {
|
|
@@ -22,6 +43,27 @@
|
|
|
22
43
|
"title": "Example: Create private DNS namespace"
|
|
23
44
|
}
|
|
24
45
|
],
|
|
46
|
+
"CreatePublicDnsNamespace": [
|
|
47
|
+
{
|
|
48
|
+
"input": {
|
|
49
|
+
"CreatorRequestId": "example-creator-request-id-0003",
|
|
50
|
+
"Description": "Example.com AWS Cloud Map Public DNS Namespace",
|
|
51
|
+
"Name": "example-public-dns.com"
|
|
52
|
+
},
|
|
53
|
+
"output": {
|
|
54
|
+
"OperationId": "dns2voqozuhfet5kzxoxg-a-response-example"
|
|
55
|
+
},
|
|
56
|
+
"comments": {
|
|
57
|
+
"input": {
|
|
58
|
+
},
|
|
59
|
+
"output": {
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"description": "This example creates a public namespace based on DNS.",
|
|
63
|
+
"id": "createpublicdnsnamespace-example-1590114940910",
|
|
64
|
+
"title": "CreatePublicDnsNamespace example"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
25
67
|
"CreateService": [
|
|
26
68
|
{
|
|
27
69
|
"input": {
|
|
@@ -160,6 +202,91 @@
|
|
|
160
202
|
"title": "Example: Discover registered instances"
|
|
161
203
|
}
|
|
162
204
|
],
|
|
205
|
+
"GetInstance": [
|
|
206
|
+
{
|
|
207
|
+
"input": {
|
|
208
|
+
"InstanceId": "i-abcd1234",
|
|
209
|
+
"ServiceId": "srv-e4anhexample0004"
|
|
210
|
+
},
|
|
211
|
+
"output": {
|
|
212
|
+
"Instance": {
|
|
213
|
+
"Attributes": {
|
|
214
|
+
"AWS_INSTANCE_IPV4": "192.0.2.44",
|
|
215
|
+
"AWS_INSTANCE_PORT": "80",
|
|
216
|
+
"color": "green",
|
|
217
|
+
"region": "us-west-2",
|
|
218
|
+
"stage": "beta"
|
|
219
|
+
},
|
|
220
|
+
"Id": "i-abcd1234"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"comments": {
|
|
224
|
+
"input": {
|
|
225
|
+
},
|
|
226
|
+
"output": {
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"description": "This example gets information about a specified instance.",
|
|
230
|
+
"id": "getinstance-example-1590115065598",
|
|
231
|
+
"title": "GetInstance example"
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"GetInstancesHealthStatus": [
|
|
235
|
+
{
|
|
236
|
+
"input": {
|
|
237
|
+
"ServiceId": "srv-e4anhexample0004"
|
|
238
|
+
},
|
|
239
|
+
"output": {
|
|
240
|
+
"Status": {
|
|
241
|
+
"i-abcd1234": "HEALTHY",
|
|
242
|
+
"i-abcd1235": "UNHEALTHY"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"comments": {
|
|
246
|
+
"input": {
|
|
247
|
+
},
|
|
248
|
+
"output": {
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"description": "This example gets the current health status of one or more instances that are associate with a specified service.",
|
|
252
|
+
"id": "getinstanceshealthstatus-example-1590115176146",
|
|
253
|
+
"title": "GetInstancesHealthStatus example"
|
|
254
|
+
}
|
|
255
|
+
],
|
|
256
|
+
"GetNamespace": [
|
|
257
|
+
{
|
|
258
|
+
"input": {
|
|
259
|
+
"Id": "ns-e4anhexample0004"
|
|
260
|
+
},
|
|
261
|
+
"output": {
|
|
262
|
+
"Namespace": {
|
|
263
|
+
"Arn": "arn:aws:servicediscovery:us-west-2: 123456789120:namespace/ns-e1tpmexample0001",
|
|
264
|
+
"CreateDate": "20181118T211712Z",
|
|
265
|
+
"CreatorRequestId": "example-creator-request-id-0001",
|
|
266
|
+
"Description": "Example.com AWS Cloud Map HTTP Namespace",
|
|
267
|
+
"Id": "ns-e1tpmexample0001",
|
|
268
|
+
"Name": "example-http.com",
|
|
269
|
+
"Properties": {
|
|
270
|
+
"DnsProperties": {
|
|
271
|
+
},
|
|
272
|
+
"HttpProperties": {
|
|
273
|
+
"HttpName": "example-http.com"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"Type": "HTTP"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"comments": {
|
|
280
|
+
"input": {
|
|
281
|
+
},
|
|
282
|
+
"output": {
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
"description": "This example gets information about a specified namespace.",
|
|
286
|
+
"id": "getnamespace-example-1590115383708",
|
|
287
|
+
"title": "GetNamespace example"
|
|
288
|
+
}
|
|
289
|
+
],
|
|
163
290
|
"GetOperation": [
|
|
164
291
|
{
|
|
165
292
|
"input": {
|
|
@@ -188,6 +315,38 @@
|
|
|
188
315
|
"title": "Example: Get operation result"
|
|
189
316
|
}
|
|
190
317
|
],
|
|
318
|
+
"GetService": [
|
|
319
|
+
{
|
|
320
|
+
"input": {
|
|
321
|
+
"Id": "srv-e4anhexample0004"
|
|
322
|
+
},
|
|
323
|
+
"output": {
|
|
324
|
+
"Service": {
|
|
325
|
+
"Arn": "arn:aws:servicediscovery:us-west-2:123456789120:service/srv-e4anhexample0004",
|
|
326
|
+
"CreateDate": "20181118T211707Z",
|
|
327
|
+
"CreatorRequestId": "example-creator-request-id-0004",
|
|
328
|
+
"Description": "Example.com AWS Cloud Map HTTP Service",
|
|
329
|
+
"HealthCheckConfig": {
|
|
330
|
+
"FailureThreshold": 3,
|
|
331
|
+
"ResourcePath": "/",
|
|
332
|
+
"Type": "HTTPS"
|
|
333
|
+
},
|
|
334
|
+
"Id": "srv-e4anhexample0004",
|
|
335
|
+
"Name": "example-http-service",
|
|
336
|
+
"NamespaceId": "ns-e4anhexample0004"
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
"comments": {
|
|
340
|
+
"input": {
|
|
341
|
+
},
|
|
342
|
+
"output": {
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"description": "This example gets the settings for a specified service.",
|
|
346
|
+
"id": "getservice-example-1590117234294",
|
|
347
|
+
"title": "GetService Example"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
191
350
|
"ListInstances": [
|
|
192
351
|
{
|
|
193
352
|
"input": {
|
|
@@ -279,6 +438,47 @@
|
|
|
279
438
|
"title": "Example: List namespaces"
|
|
280
439
|
}
|
|
281
440
|
],
|
|
441
|
+
"ListOperations": [
|
|
442
|
+
{
|
|
443
|
+
"input": {
|
|
444
|
+
"Filters": [
|
|
445
|
+
{
|
|
446
|
+
"Condition": "IN",
|
|
447
|
+
"Name": "STATUS",
|
|
448
|
+
"Values": [
|
|
449
|
+
"PENDING",
|
|
450
|
+
"SUCCESS"
|
|
451
|
+
]
|
|
452
|
+
}
|
|
453
|
+
]
|
|
454
|
+
},
|
|
455
|
+
"output": {
|
|
456
|
+
"Operations": [
|
|
457
|
+
{
|
|
458
|
+
"Id": "76yy8ovhpdz0plmjzbsnqgnrqvpv2qdt-kexample",
|
|
459
|
+
"Status": "SUCCESS"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"Id": "prysnyzpji3u2ciy45nke83x2zanl7yk-dexample",
|
|
463
|
+
"Status": "SUCCESS"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"Id": "ko4ekftir7kzlbechsh7xvcdgcpk66gh-7example",
|
|
467
|
+
"Status": "PENDING"
|
|
468
|
+
}
|
|
469
|
+
]
|
|
470
|
+
},
|
|
471
|
+
"comments": {
|
|
472
|
+
"input": {
|
|
473
|
+
},
|
|
474
|
+
"output": {
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
"description": "This example gets the operations that have a STATUS of either PENDING or SUCCESS.",
|
|
478
|
+
"id": "listoperations-example-1590117354396",
|
|
479
|
+
"title": "ListOperations Example"
|
|
480
|
+
}
|
|
481
|
+
],
|
|
282
482
|
"ListServices": [
|
|
283
483
|
{
|
|
284
484
|
"input": {
|
|
@@ -313,6 +513,34 @@
|
|
|
313
513
|
"title": "Example: List services"
|
|
314
514
|
}
|
|
315
515
|
],
|
|
516
|
+
"ListTagsForResource": [
|
|
517
|
+
{
|
|
518
|
+
"input": {
|
|
519
|
+
"ResourceARN": "arn:aws:servicediscovery:us-east-1:123456789012:namespace/ns-ylexjili4cdxy3xm"
|
|
520
|
+
},
|
|
521
|
+
"output": {
|
|
522
|
+
"Tags": [
|
|
523
|
+
{
|
|
524
|
+
"Key": "Project",
|
|
525
|
+
"Value": "Zeta"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"Key": "Department",
|
|
529
|
+
"Value": "Engineering"
|
|
530
|
+
}
|
|
531
|
+
]
|
|
532
|
+
},
|
|
533
|
+
"comments": {
|
|
534
|
+
"input": {
|
|
535
|
+
},
|
|
536
|
+
"output": {
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
"description": "This example lists the tags of a resource.",
|
|
540
|
+
"id": "listtagsforresource-example-1590093928416",
|
|
541
|
+
"title": "ListTagsForResource example"
|
|
542
|
+
}
|
|
543
|
+
],
|
|
316
544
|
"RegisterInstance": [
|
|
317
545
|
{
|
|
318
546
|
"input": {
|
|
@@ -337,6 +565,108 @@
|
|
|
337
565
|
"id": "example-register-instance-1587236116314",
|
|
338
566
|
"title": "Example: Register Instance"
|
|
339
567
|
}
|
|
568
|
+
],
|
|
569
|
+
"TagResource": [
|
|
570
|
+
{
|
|
571
|
+
"input": {
|
|
572
|
+
"ResourceARN": "arn:aws:servicediscovery:us-east-1:123456789012:namespace/ns-ylexjili4cdxy3xm",
|
|
573
|
+
"Tags": [
|
|
574
|
+
{
|
|
575
|
+
"Key": "Department",
|
|
576
|
+
"Value": "Engineering"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"Key": "Project",
|
|
580
|
+
"Value": "Zeta"
|
|
581
|
+
}
|
|
582
|
+
]
|
|
583
|
+
},
|
|
584
|
+
"output": {
|
|
585
|
+
},
|
|
586
|
+
"comments": {
|
|
587
|
+
"input": {
|
|
588
|
+
},
|
|
589
|
+
"output": {
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"description": "This example adds \"Department\" and \"Project\" tags to a resource.",
|
|
593
|
+
"id": "tagresource-example-1590093532240",
|
|
594
|
+
"title": "TagResource example"
|
|
595
|
+
}
|
|
596
|
+
],
|
|
597
|
+
"UntagResource": [
|
|
598
|
+
{
|
|
599
|
+
"input": {
|
|
600
|
+
"ResourceARN": "arn:aws:servicediscovery:us-east-1:123456789012:namespace/ns-ylexjili4cdxy3xm",
|
|
601
|
+
"TagKeys": [
|
|
602
|
+
"Project",
|
|
603
|
+
"Department"
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
"output": {
|
|
607
|
+
},
|
|
608
|
+
"comments": {
|
|
609
|
+
"input": {
|
|
610
|
+
},
|
|
611
|
+
"output": {
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"description": "This example removes the \"Department\" and \"Project\" tags from a resource.",
|
|
615
|
+
"id": "untagresource-example-1590094024672",
|
|
616
|
+
"title": "UntagResource example"
|
|
617
|
+
}
|
|
618
|
+
],
|
|
619
|
+
"UpdateInstanceCustomHealthStatus": [
|
|
620
|
+
{
|
|
621
|
+
"input": {
|
|
622
|
+
"InstanceId": "i-abcd1234",
|
|
623
|
+
"ServiceId": "srv-e4anhexample0004",
|
|
624
|
+
"Status": "HEALTHY"
|
|
625
|
+
},
|
|
626
|
+
"comments": {
|
|
627
|
+
"input": {
|
|
628
|
+
},
|
|
629
|
+
"output": {
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
"description": "This example submits a request to change the health status of an instance associated with a service with a custom health check to HEALTHY.",
|
|
633
|
+
"id": "updateinstancecustomhealthstatus-example-1590118408574",
|
|
634
|
+
"title": "UpdateInstanceCustomHealthStatus Example"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"UpdateService": [
|
|
638
|
+
{
|
|
639
|
+
"input": {
|
|
640
|
+
"Id": "srv-e4anhexample0004",
|
|
641
|
+
"Service": {
|
|
642
|
+
"DnsConfig": {
|
|
643
|
+
"DnsRecords": [
|
|
644
|
+
{
|
|
645
|
+
"TTL": 60,
|
|
646
|
+
"Type": "A"
|
|
647
|
+
}
|
|
648
|
+
]
|
|
649
|
+
},
|
|
650
|
+
"HealthCheckConfig": {
|
|
651
|
+
"FailureThreshold": 2,
|
|
652
|
+
"ResourcePath": "/",
|
|
653
|
+
"Type": "HTTP"
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
"output": {
|
|
658
|
+
"OperationId": "m35hsdrkxwjffm3xef4bxyy6vc3ewakx-jdn3y5g5"
|
|
659
|
+
},
|
|
660
|
+
"comments": {
|
|
661
|
+
"input": {
|
|
662
|
+
},
|
|
663
|
+
"output": {
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
"description": "This example submits a request to replace the DnsConfig and HealthCheckConfig settings of a specified service.",
|
|
667
|
+
"id": "updateservice-example-1590117830880",
|
|
668
|
+
"title": "UpdateService Example"
|
|
669
|
+
}
|
|
340
670
|
]
|
|
341
671
|
}
|
|
342
672
|
}
|
|
@@ -65,6 +65,22 @@
|
|
|
65
65
|
{"shape":"OptimisticLockException"}
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
|
+
"AssociateProactiveEngagementDetails":{
|
|
69
|
+
"name":"AssociateProactiveEngagementDetails",
|
|
70
|
+
"http":{
|
|
71
|
+
"method":"POST",
|
|
72
|
+
"requestUri":"/"
|
|
73
|
+
},
|
|
74
|
+
"input":{"shape":"AssociateProactiveEngagementDetailsRequest"},
|
|
75
|
+
"output":{"shape":"AssociateProactiveEngagementDetailsResponse"},
|
|
76
|
+
"errors":[
|
|
77
|
+
{"shape":"InternalErrorException"},
|
|
78
|
+
{"shape":"InvalidOperationException"},
|
|
79
|
+
{"shape":"InvalidParameterException"},
|
|
80
|
+
{"shape":"ResourceNotFoundException"},
|
|
81
|
+
{"shape":"OptimisticLockException"}
|
|
82
|
+
]
|
|
83
|
+
},
|
|
68
84
|
"CreateProtection":{
|
|
69
85
|
"name":"CreateProtection",
|
|
70
86
|
"http":{
|
|
@@ -191,6 +207,22 @@
|
|
|
191
207
|
{"shape":"ResourceNotFoundException"}
|
|
192
208
|
]
|
|
193
209
|
},
|
|
210
|
+
"DisableProactiveEngagement":{
|
|
211
|
+
"name":"DisableProactiveEngagement",
|
|
212
|
+
"http":{
|
|
213
|
+
"method":"POST",
|
|
214
|
+
"requestUri":"/"
|
|
215
|
+
},
|
|
216
|
+
"input":{"shape":"DisableProactiveEngagementRequest"},
|
|
217
|
+
"output":{"shape":"DisableProactiveEngagementResponse"},
|
|
218
|
+
"errors":[
|
|
219
|
+
{"shape":"InternalErrorException"},
|
|
220
|
+
{"shape":"InvalidOperationException"},
|
|
221
|
+
{"shape":"InvalidParameterException"},
|
|
222
|
+
{"shape":"ResourceNotFoundException"},
|
|
223
|
+
{"shape":"OptimisticLockException"}
|
|
224
|
+
]
|
|
225
|
+
},
|
|
194
226
|
"DisassociateDRTLogBucket":{
|
|
195
227
|
"name":"DisassociateDRTLogBucket",
|
|
196
228
|
"http":{
|
|
@@ -238,6 +270,22 @@
|
|
|
238
270
|
{"shape":"OptimisticLockException"}
|
|
239
271
|
]
|
|
240
272
|
},
|
|
273
|
+
"EnableProactiveEngagement":{
|
|
274
|
+
"name":"EnableProactiveEngagement",
|
|
275
|
+
"http":{
|
|
276
|
+
"method":"POST",
|
|
277
|
+
"requestUri":"/"
|
|
278
|
+
},
|
|
279
|
+
"input":{"shape":"EnableProactiveEngagementRequest"},
|
|
280
|
+
"output":{"shape":"EnableProactiveEngagementResponse"},
|
|
281
|
+
"errors":[
|
|
282
|
+
{"shape":"InternalErrorException"},
|
|
283
|
+
{"shape":"InvalidOperationException"},
|
|
284
|
+
{"shape":"InvalidParameterException"},
|
|
285
|
+
{"shape":"ResourceNotFoundException"},
|
|
286
|
+
{"shape":"OptimisticLockException"}
|
|
287
|
+
]
|
|
288
|
+
},
|
|
241
289
|
"GetSubscriptionState":{
|
|
242
290
|
"name":"GetSubscriptionState",
|
|
243
291
|
"http":{
|
|
@@ -365,6 +413,18 @@
|
|
|
365
413
|
"members":{
|
|
366
414
|
}
|
|
367
415
|
},
|
|
416
|
+
"AssociateProactiveEngagementDetailsRequest":{
|
|
417
|
+
"type":"structure",
|
|
418
|
+
"required":["EmergencyContactList"],
|
|
419
|
+
"members":{
|
|
420
|
+
"EmergencyContactList":{"shape":"EmergencyContactList"}
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"AssociateProactiveEngagementDetailsResponse":{
|
|
424
|
+
"type":"structure",
|
|
425
|
+
"members":{
|
|
426
|
+
}
|
|
427
|
+
},
|
|
368
428
|
"AttackDetail":{
|
|
369
429
|
"type":"structure",
|
|
370
430
|
"members":{
|
|
@@ -451,6 +511,12 @@
|
|
|
451
511
|
"DISABLED"
|
|
452
512
|
]
|
|
453
513
|
},
|
|
514
|
+
"ContactNotes":{
|
|
515
|
+
"type":"string",
|
|
516
|
+
"max":1024,
|
|
517
|
+
"min":1,
|
|
518
|
+
"pattern":"^[\\w\\s\\.\\-,:/()+@]*$"
|
|
519
|
+
},
|
|
454
520
|
"Contributor":{
|
|
455
521
|
"type":"structure",
|
|
456
522
|
"members":{
|
|
@@ -569,6 +635,16 @@
|
|
|
569
635
|
"Subscription":{"shape":"Subscription"}
|
|
570
636
|
}
|
|
571
637
|
},
|
|
638
|
+
"DisableProactiveEngagementRequest":{
|
|
639
|
+
"type":"structure",
|
|
640
|
+
"members":{
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
"DisableProactiveEngagementResponse":{
|
|
644
|
+
"type":"structure",
|
|
645
|
+
"members":{
|
|
646
|
+
}
|
|
647
|
+
},
|
|
572
648
|
"DisassociateDRTLogBucketRequest":{
|
|
573
649
|
"type":"structure",
|
|
574
650
|
"required":["LogBucket"],
|
|
@@ -622,7 +698,9 @@
|
|
|
622
698
|
"type":"structure",
|
|
623
699
|
"required":["EmailAddress"],
|
|
624
700
|
"members":{
|
|
625
|
-
"EmailAddress":{"shape":"EmailAddress"}
|
|
701
|
+
"EmailAddress":{"shape":"EmailAddress"},
|
|
702
|
+
"PhoneNumber":{"shape":"PhoneNumber"},
|
|
703
|
+
"ContactNotes":{"shape":"ContactNotes"}
|
|
626
704
|
}
|
|
627
705
|
},
|
|
628
706
|
"EmergencyContactList":{
|
|
@@ -631,6 +709,16 @@
|
|
|
631
709
|
"max":10,
|
|
632
710
|
"min":0
|
|
633
711
|
},
|
|
712
|
+
"EnableProactiveEngagementRequest":{
|
|
713
|
+
"type":"structure",
|
|
714
|
+
"members":{
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"EnableProactiveEngagementResponse":{
|
|
718
|
+
"type":"structure",
|
|
719
|
+
"members":{
|
|
720
|
+
}
|
|
721
|
+
},
|
|
634
722
|
"GetSubscriptionStateRequest":{
|
|
635
723
|
"type":"structure",
|
|
636
724
|
"members":{
|
|
@@ -794,6 +882,20 @@
|
|
|
794
882
|
},
|
|
795
883
|
"exception":true
|
|
796
884
|
},
|
|
885
|
+
"PhoneNumber":{
|
|
886
|
+
"type":"string",
|
|
887
|
+
"max":40,
|
|
888
|
+
"min":1,
|
|
889
|
+
"pattern":"^.*$"
|
|
890
|
+
},
|
|
891
|
+
"ProactiveEngagementStatus":{
|
|
892
|
+
"type":"string",
|
|
893
|
+
"enum":[
|
|
894
|
+
"ENABLED",
|
|
895
|
+
"DISABLED",
|
|
896
|
+
"PENDING"
|
|
897
|
+
]
|
|
898
|
+
},
|
|
797
899
|
"Protection":{
|
|
798
900
|
"type":"structure",
|
|
799
901
|
"members":{
|
|
@@ -877,7 +979,8 @@
|
|
|
877
979
|
"EndTime":{"shape":"Timestamp"},
|
|
878
980
|
"TimeCommitmentInSeconds":{"shape":"DurationInSeconds"},
|
|
879
981
|
"AutoRenew":{"shape":"AutoRenew"},
|
|
880
|
-
"Limits":{"shape":"Limits"}
|
|
982
|
+
"Limits":{"shape":"Limits"},
|
|
983
|
+
"ProactiveEngagementStatus":{"shape":"ProactiveEngagementStatus"}
|
|
881
984
|
}
|
|
882
985
|
},
|
|
883
986
|
"SubscriptionState":{
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
+
"ListAttacks": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"limit_key": "MaxResults",
|
|
6
|
+
"output_token": "NextToken",
|
|
7
|
+
"result_key": "AttackSummaries"
|
|
8
|
+
},
|
|
9
|
+
"ListProtections": {
|
|
10
|
+
"input_token": "NextToken",
|
|
11
|
+
"limit_key": "MaxResults",
|
|
12
|
+
"output_token": "NextToken",
|
|
13
|
+
"result_key": "Protections"
|
|
14
|
+
}
|
|
3
15
|
}
|
|
4
|
-
}
|
|
16
|
+
}
|
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.11.
|
|
4
|
+
version: 2.11.523
|
|
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: 2020-06-
|
|
11
|
+
date: 2020-06-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|