aws-sdk-core 2.11.521 → 2.11.526
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/apigateway/2015-07-09/api-2.json +10 -2
- data/apis/appconfig/2019-10-09/api-2.json +17 -8
- data/apis/cloudfront/2019-03-26/api-2.json +3 -1
- data/apis/codeartifact/2018-09-22/api-2.json +2281 -0
- data/apis/codeartifact/2018-09-22/examples-1.json +5 -0
- data/apis/codeartifact/2018-09-22/paginators-1.json +40 -0
- data/apis/compute-optimizer/2019-11-01/api-2.json +286 -0
- data/apis/dlm/2018-01-12/api-2.json +1 -1
- data/apis/ec2/2016-11-15/api-2.json +18 -0
- data/apis/ecs/2014-11-13/api-2.json +43 -2
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +49 -2
- data/apis/imagebuilder/2019-12-02/api-2.json +41 -10
- data/apis/iot-data/2015-05-28/api-2.json +86 -7
- data/apis/iot-data/2015-05-28/examples-1.json +5 -0
- data/apis/iot-data/2015-05-28/paginators-1.json +4 -0
- data/apis/iot-data/2015-05-28/smoke.json +13 -0
- data/apis/lex-models/2017-04-19/api-2.json +37 -5
- data/apis/macie2/2020-01-01/api-2.json +2 -107
- data/apis/personalize-runtime/2018-05-22/api-2.json +2 -1
- data/apis/personalize/2018-05-22/api-2.json +147 -0
- data/apis/pinpoint/2016-12-01/api-2.json +95 -0
- data/apis/runtime.sagemaker/2017-05-13/api-2.json +11 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +31 -13
- data/apis/servicediscovery/2017-03-14/api-2.json +173 -13
- data/apis/servicediscovery/2017-03-14/examples-1.json +330 -0
- data/apis/shield/2016-06-02/api-2.json +105 -2
- data/apis/shield/2016-06-02/paginators-1.json +13 -1
- data/apis/transfer/2018-11-05/api-2.json +8 -2
- data/endpoints.json +70 -1
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/codeartifact.rb +6 -0
- data/lib/aws-sdk-core/iotdataplane.rb +2 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +9 -2
|
@@ -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":16,
|
|
888
|
+
"min":1,
|
|
889
|
+
"pattern":"^\\+[1-9]\\d{1,14}$"
|
|
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":{
|