aws-sdk 2.1346.0 → 2.1347.0

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.
Files changed (51) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.examples.json +72 -0
  4. package/apis/autoscaling-2011-01-01.min.json +13 -5
  5. package/apis/autoscaling-2011-01-01.paginators.json +5 -0
  6. package/apis/batch-2016-08-10.min.json +4 -1
  7. package/apis/compute-optimizer-2019-11-01.min.json +15 -11
  8. package/apis/drs-2020-02-26.min.json +21 -2
  9. package/apis/ec2-2016-11-15.min.json +754 -660
  10. package/apis/elasticmapreduce-2009-03-31.min.json +82 -66
  11. package/apis/glue-2017-03-31.min.json +0 -1
  12. package/apis/guardduty-2017-11-28.min.json +590 -111
  13. package/apis/guardduty-2017-11-28.paginators.json +6 -0
  14. package/apis/imagebuilder-2019-12-02.min.json +546 -75
  15. package/apis/imagebuilder-2019-12-02.paginators.json +23 -0
  16. package/apis/ivs-2020-07-14.min.json +58 -46
  17. package/apis/kendra-2019-02-03.min.json +494 -240
  18. package/apis/metadata.json +4 -0
  19. package/apis/network-firewall-2020-11-12.min.json +238 -9
  20. package/apis/network-firewall-2020-11-12.paginators.json +6 -0
  21. package/apis/sagemaker-geospatial-2020-05-27.min.json +135 -107
  22. package/apis/vpc-lattice-2022-11-30.examples.json +5 -0
  23. package/apis/vpc-lattice-2022-11-30.min.json +2363 -0
  24. package/apis/vpc-lattice-2022-11-30.paginators.json +58 -0
  25. package/apis/wellarchitected-2020-03-31.min.json +125 -21
  26. package/apis/wellarchitected-2020-03-31.paginators.json +5 -0
  27. package/clients/all.d.ts +1 -0
  28. package/clients/all.js +2 -1
  29. package/clients/autoscaling.d.ts +63 -36
  30. package/clients/batch.d.ts +13 -0
  31. package/clients/computeoptimizer.d.ts +13 -3
  32. package/clients/drs.d.ts +25 -5
  33. package/clients/ec2.d.ts +112 -1
  34. package/clients/emr.d.ts +20 -0
  35. package/clients/glue.d.ts +0 -4
  36. package/clients/guardduty.d.ts +491 -8
  37. package/clients/imagebuilder.d.ts +931 -128
  38. package/clients/ivs.d.ts +17 -0
  39. package/clients/kendra.d.ts +424 -75
  40. package/clients/networkfirewall.d.ts +289 -0
  41. package/clients/sagemakergeospatial.d.ts +183 -147
  42. package/clients/vpclattice.d.ts +2772 -0
  43. package/clients/vpclattice.js +18 -0
  44. package/clients/wellarchitected.d.ts +125 -34
  45. package/dist/aws-sdk-core-react-native.js +2 -2
  46. package/dist/aws-sdk-react-native.js +60 -23
  47. package/dist/aws-sdk.js +861 -734
  48. package/dist/aws-sdk.min.js +97 -96
  49. package/lib/config_service_placeholders.d.ts +2 -0
  50. package/lib/core.js +1 -1
  51. package/package.json +1 -1
@@ -0,0 +1,2363 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2022-11-30",
5
+ "endpointPrefix": "vpc-lattice",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "Amazon VPC Lattice",
9
+ "serviceId": "VPC Lattice",
10
+ "signatureVersion": "v4",
11
+ "signingName": "vpc-lattice",
12
+ "uid": "vpc-lattice-2022-11-30"
13
+ },
14
+ "operations": {
15
+ "BatchUpdateRule": {
16
+ "http": {
17
+ "method": "PATCH",
18
+ "requestUri": "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "listenerIdentifier",
25
+ "rules",
26
+ "serviceIdentifier"
27
+ ],
28
+ "members": {
29
+ "listenerIdentifier": {
30
+ "location": "uri",
31
+ "locationName": "listenerIdentifier"
32
+ },
33
+ "rules": {
34
+ "type": "list",
35
+ "member": {
36
+ "type": "structure",
37
+ "required": [
38
+ "ruleIdentifier"
39
+ ],
40
+ "members": {
41
+ "action": {
42
+ "shape": "S5"
43
+ },
44
+ "match": {
45
+ "shape": "Sd"
46
+ },
47
+ "priority": {
48
+ "type": "integer"
49
+ },
50
+ "ruleIdentifier": {}
51
+ }
52
+ }
53
+ },
54
+ "serviceIdentifier": {
55
+ "location": "uri",
56
+ "locationName": "serviceIdentifier"
57
+ }
58
+ }
59
+ },
60
+ "output": {
61
+ "type": "structure",
62
+ "members": {
63
+ "successful": {
64
+ "type": "list",
65
+ "member": {
66
+ "type": "structure",
67
+ "members": {
68
+ "action": {
69
+ "shape": "S5"
70
+ },
71
+ "arn": {},
72
+ "id": {},
73
+ "isDefault": {
74
+ "type": "boolean"
75
+ },
76
+ "match": {
77
+ "shape": "Sd"
78
+ },
79
+ "name": {},
80
+ "priority": {
81
+ "type": "integer"
82
+ }
83
+ }
84
+ }
85
+ },
86
+ "unsuccessful": {
87
+ "type": "list",
88
+ "member": {
89
+ "type": "structure",
90
+ "members": {
91
+ "failureCode": {},
92
+ "failureMessage": {},
93
+ "ruleIdentifier": {}
94
+ }
95
+ }
96
+ }
97
+ }
98
+ },
99
+ "idempotent": true
100
+ },
101
+ "CreateAccessLogSubscription": {
102
+ "http": {
103
+ "requestUri": "/accesslogsubscriptions",
104
+ "responseCode": 201
105
+ },
106
+ "input": {
107
+ "type": "structure",
108
+ "required": [
109
+ "destinationArn",
110
+ "resourceIdentifier"
111
+ ],
112
+ "members": {
113
+ "clientToken": {
114
+ "idempotencyToken": true
115
+ },
116
+ "destinationArn": {},
117
+ "resourceIdentifier": {},
118
+ "tags": {
119
+ "shape": "S19"
120
+ }
121
+ }
122
+ },
123
+ "output": {
124
+ "type": "structure",
125
+ "required": [
126
+ "arn",
127
+ "destinationArn",
128
+ "id",
129
+ "resourceArn",
130
+ "resourceId"
131
+ ],
132
+ "members": {
133
+ "arn": {},
134
+ "destinationArn": {},
135
+ "id": {},
136
+ "resourceArn": {},
137
+ "resourceId": {}
138
+ }
139
+ },
140
+ "idempotent": true
141
+ },
142
+ "CreateListener": {
143
+ "http": {
144
+ "requestUri": "/services/{serviceIdentifier}/listeners",
145
+ "responseCode": 201
146
+ },
147
+ "input": {
148
+ "type": "structure",
149
+ "required": [
150
+ "defaultAction",
151
+ "name",
152
+ "protocol",
153
+ "serviceIdentifier"
154
+ ],
155
+ "members": {
156
+ "clientToken": {
157
+ "idempotencyToken": true
158
+ },
159
+ "defaultAction": {
160
+ "shape": "S5"
161
+ },
162
+ "name": {},
163
+ "port": {
164
+ "type": "integer"
165
+ },
166
+ "protocol": {},
167
+ "serviceIdentifier": {
168
+ "location": "uri",
169
+ "locationName": "serviceIdentifier"
170
+ },
171
+ "tags": {
172
+ "shape": "S19"
173
+ }
174
+ }
175
+ },
176
+ "output": {
177
+ "type": "structure",
178
+ "members": {
179
+ "arn": {},
180
+ "defaultAction": {
181
+ "shape": "S5"
182
+ },
183
+ "id": {},
184
+ "name": {},
185
+ "port": {
186
+ "type": "integer"
187
+ },
188
+ "protocol": {},
189
+ "serviceArn": {},
190
+ "serviceId": {}
191
+ }
192
+ },
193
+ "idempotent": true
194
+ },
195
+ "CreateRule": {
196
+ "http": {
197
+ "requestUri": "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules",
198
+ "responseCode": 201
199
+ },
200
+ "input": {
201
+ "type": "structure",
202
+ "required": [
203
+ "action",
204
+ "listenerIdentifier",
205
+ "match",
206
+ "name",
207
+ "priority",
208
+ "serviceIdentifier"
209
+ ],
210
+ "members": {
211
+ "action": {
212
+ "shape": "S5"
213
+ },
214
+ "clientToken": {
215
+ "idempotencyToken": true
216
+ },
217
+ "listenerIdentifier": {
218
+ "location": "uri",
219
+ "locationName": "listenerIdentifier"
220
+ },
221
+ "match": {
222
+ "shape": "Sd"
223
+ },
224
+ "name": {},
225
+ "priority": {
226
+ "type": "integer"
227
+ },
228
+ "serviceIdentifier": {
229
+ "location": "uri",
230
+ "locationName": "serviceIdentifier"
231
+ },
232
+ "tags": {
233
+ "shape": "S19"
234
+ }
235
+ }
236
+ },
237
+ "output": {
238
+ "type": "structure",
239
+ "members": {
240
+ "action": {
241
+ "shape": "S5"
242
+ },
243
+ "arn": {},
244
+ "id": {},
245
+ "match": {
246
+ "shape": "Sd"
247
+ },
248
+ "name": {},
249
+ "priority": {
250
+ "type": "integer"
251
+ }
252
+ }
253
+ },
254
+ "idempotent": true
255
+ },
256
+ "CreateService": {
257
+ "http": {
258
+ "requestUri": "/services",
259
+ "responseCode": 201
260
+ },
261
+ "input": {
262
+ "type": "structure",
263
+ "required": [
264
+ "name"
265
+ ],
266
+ "members": {
267
+ "authType": {},
268
+ "certificateArn": {},
269
+ "clientToken": {
270
+ "idempotencyToken": true
271
+ },
272
+ "customDomainName": {},
273
+ "name": {},
274
+ "tags": {
275
+ "shape": "S19"
276
+ }
277
+ }
278
+ },
279
+ "output": {
280
+ "type": "structure",
281
+ "members": {
282
+ "arn": {},
283
+ "authType": {},
284
+ "certificateArn": {},
285
+ "customDomainName": {},
286
+ "dnsEntry": {
287
+ "shape": "S1y"
288
+ },
289
+ "id": {},
290
+ "name": {},
291
+ "status": {}
292
+ }
293
+ },
294
+ "idempotent": true
295
+ },
296
+ "CreateServiceNetwork": {
297
+ "http": {
298
+ "requestUri": "/servicenetworks",
299
+ "responseCode": 201
300
+ },
301
+ "input": {
302
+ "type": "structure",
303
+ "required": [
304
+ "name"
305
+ ],
306
+ "members": {
307
+ "authType": {},
308
+ "clientToken": {
309
+ "idempotencyToken": true
310
+ },
311
+ "name": {},
312
+ "tags": {
313
+ "shape": "S19"
314
+ }
315
+ }
316
+ },
317
+ "output": {
318
+ "type": "structure",
319
+ "members": {
320
+ "arn": {},
321
+ "authType": {},
322
+ "id": {},
323
+ "name": {}
324
+ }
325
+ },
326
+ "idempotent": true
327
+ },
328
+ "CreateServiceNetworkServiceAssociation": {
329
+ "http": {
330
+ "requestUri": "/servicenetworkserviceassociations",
331
+ "responseCode": 200
332
+ },
333
+ "input": {
334
+ "type": "structure",
335
+ "required": [
336
+ "serviceIdentifier",
337
+ "serviceNetworkIdentifier"
338
+ ],
339
+ "members": {
340
+ "clientToken": {
341
+ "idempotencyToken": true
342
+ },
343
+ "serviceIdentifier": {},
344
+ "serviceNetworkIdentifier": {},
345
+ "tags": {
346
+ "shape": "S19"
347
+ }
348
+ }
349
+ },
350
+ "output": {
351
+ "type": "structure",
352
+ "members": {
353
+ "arn": {},
354
+ "createdBy": {},
355
+ "customDomainName": {},
356
+ "dnsEntry": {
357
+ "shape": "S1y"
358
+ },
359
+ "id": {},
360
+ "status": {}
361
+ }
362
+ },
363
+ "idempotent": true
364
+ },
365
+ "CreateServiceNetworkVpcAssociation": {
366
+ "http": {
367
+ "requestUri": "/servicenetworkvpcassociations",
368
+ "responseCode": 200
369
+ },
370
+ "input": {
371
+ "type": "structure",
372
+ "required": [
373
+ "serviceNetworkIdentifier",
374
+ "vpcIdentifier"
375
+ ],
376
+ "members": {
377
+ "clientToken": {
378
+ "idempotencyToken": true
379
+ },
380
+ "securityGroupIds": {
381
+ "type": "list",
382
+ "member": {}
383
+ },
384
+ "serviceNetworkIdentifier": {},
385
+ "tags": {
386
+ "shape": "S19"
387
+ },
388
+ "vpcIdentifier": {}
389
+ }
390
+ },
391
+ "output": {
392
+ "type": "structure",
393
+ "members": {
394
+ "arn": {},
395
+ "createdBy": {},
396
+ "id": {},
397
+ "securityGroupIds": {
398
+ "shape": "S2k"
399
+ },
400
+ "status": {}
401
+ }
402
+ },
403
+ "idempotent": true
404
+ },
405
+ "CreateTargetGroup": {
406
+ "http": {
407
+ "requestUri": "/targetgroups",
408
+ "responseCode": 201
409
+ },
410
+ "input": {
411
+ "type": "structure",
412
+ "required": [
413
+ "name",
414
+ "type"
415
+ ],
416
+ "members": {
417
+ "clientToken": {
418
+ "idempotencyToken": true
419
+ },
420
+ "config": {
421
+ "shape": "S2n"
422
+ },
423
+ "name": {},
424
+ "tags": {
425
+ "shape": "S19"
426
+ },
427
+ "type": {}
428
+ }
429
+ },
430
+ "output": {
431
+ "type": "structure",
432
+ "members": {
433
+ "arn": {},
434
+ "config": {
435
+ "shape": "S2n"
436
+ },
437
+ "id": {},
438
+ "name": {},
439
+ "status": {},
440
+ "type": {}
441
+ }
442
+ },
443
+ "idempotent": true
444
+ },
445
+ "DeleteAccessLogSubscription": {
446
+ "http": {
447
+ "method": "DELETE",
448
+ "requestUri": "/accesslogsubscriptions/{accessLogSubscriptionIdentifier}",
449
+ "responseCode": 204
450
+ },
451
+ "input": {
452
+ "type": "structure",
453
+ "required": [
454
+ "accessLogSubscriptionIdentifier"
455
+ ],
456
+ "members": {
457
+ "accessLogSubscriptionIdentifier": {
458
+ "location": "uri",
459
+ "locationName": "accessLogSubscriptionIdentifier"
460
+ }
461
+ }
462
+ },
463
+ "output": {
464
+ "type": "structure",
465
+ "members": {}
466
+ },
467
+ "idempotent": true
468
+ },
469
+ "DeleteAuthPolicy": {
470
+ "http": {
471
+ "method": "DELETE",
472
+ "requestUri": "/authpolicy/{resourceIdentifier}",
473
+ "responseCode": 204
474
+ },
475
+ "input": {
476
+ "type": "structure",
477
+ "required": [
478
+ "resourceIdentifier"
479
+ ],
480
+ "members": {
481
+ "resourceIdentifier": {
482
+ "location": "uri",
483
+ "locationName": "resourceIdentifier"
484
+ }
485
+ }
486
+ },
487
+ "output": {
488
+ "type": "structure",
489
+ "members": {}
490
+ },
491
+ "idempotent": true
492
+ },
493
+ "DeleteListener": {
494
+ "http": {
495
+ "method": "DELETE",
496
+ "requestUri": "/services/{serviceIdentifier}/listeners/{listenerIdentifier}",
497
+ "responseCode": 204
498
+ },
499
+ "input": {
500
+ "type": "structure",
501
+ "required": [
502
+ "listenerIdentifier",
503
+ "serviceIdentifier"
504
+ ],
505
+ "members": {
506
+ "listenerIdentifier": {
507
+ "location": "uri",
508
+ "locationName": "listenerIdentifier"
509
+ },
510
+ "serviceIdentifier": {
511
+ "location": "uri",
512
+ "locationName": "serviceIdentifier"
513
+ }
514
+ }
515
+ },
516
+ "output": {
517
+ "type": "structure",
518
+ "members": {}
519
+ },
520
+ "idempotent": true
521
+ },
522
+ "DeleteResourcePolicy": {
523
+ "http": {
524
+ "method": "DELETE",
525
+ "requestUri": "/resourcepolicy/{resourceArn}",
526
+ "responseCode": 204
527
+ },
528
+ "input": {
529
+ "type": "structure",
530
+ "required": [
531
+ "resourceArn"
532
+ ],
533
+ "members": {
534
+ "resourceArn": {
535
+ "location": "uri",
536
+ "locationName": "resourceArn"
537
+ }
538
+ }
539
+ },
540
+ "output": {
541
+ "type": "structure",
542
+ "members": {}
543
+ },
544
+ "idempotent": true
545
+ },
546
+ "DeleteRule": {
547
+ "http": {
548
+ "method": "DELETE",
549
+ "requestUri": "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}",
550
+ "responseCode": 204
551
+ },
552
+ "input": {
553
+ "type": "structure",
554
+ "required": [
555
+ "listenerIdentifier",
556
+ "ruleIdentifier",
557
+ "serviceIdentifier"
558
+ ],
559
+ "members": {
560
+ "listenerIdentifier": {
561
+ "location": "uri",
562
+ "locationName": "listenerIdentifier"
563
+ },
564
+ "ruleIdentifier": {
565
+ "location": "uri",
566
+ "locationName": "ruleIdentifier"
567
+ },
568
+ "serviceIdentifier": {
569
+ "location": "uri",
570
+ "locationName": "serviceIdentifier"
571
+ }
572
+ }
573
+ },
574
+ "output": {
575
+ "type": "structure",
576
+ "members": {}
577
+ },
578
+ "idempotent": true
579
+ },
580
+ "DeleteService": {
581
+ "http": {
582
+ "method": "DELETE",
583
+ "requestUri": "/services/{serviceIdentifier}",
584
+ "responseCode": 200
585
+ },
586
+ "input": {
587
+ "type": "structure",
588
+ "required": [
589
+ "serviceIdentifier"
590
+ ],
591
+ "members": {
592
+ "serviceIdentifier": {
593
+ "location": "uri",
594
+ "locationName": "serviceIdentifier"
595
+ }
596
+ }
597
+ },
598
+ "output": {
599
+ "type": "structure",
600
+ "members": {
601
+ "arn": {},
602
+ "id": {},
603
+ "name": {},
604
+ "status": {}
605
+ }
606
+ },
607
+ "idempotent": true
608
+ },
609
+ "DeleteServiceNetwork": {
610
+ "http": {
611
+ "method": "DELETE",
612
+ "requestUri": "/servicenetworks/{serviceNetworkIdentifier}",
613
+ "responseCode": 204
614
+ },
615
+ "input": {
616
+ "type": "structure",
617
+ "required": [
618
+ "serviceNetworkIdentifier"
619
+ ],
620
+ "members": {
621
+ "serviceNetworkIdentifier": {
622
+ "location": "uri",
623
+ "locationName": "serviceNetworkIdentifier"
624
+ }
625
+ }
626
+ },
627
+ "output": {
628
+ "type": "structure",
629
+ "members": {}
630
+ },
631
+ "idempotent": true
632
+ },
633
+ "DeleteServiceNetworkServiceAssociation": {
634
+ "http": {
635
+ "method": "DELETE",
636
+ "requestUri": "/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}",
637
+ "responseCode": 200
638
+ },
639
+ "input": {
640
+ "type": "structure",
641
+ "required": [
642
+ "serviceNetworkServiceAssociationIdentifier"
643
+ ],
644
+ "members": {
645
+ "serviceNetworkServiceAssociationIdentifier": {
646
+ "location": "uri",
647
+ "locationName": "serviceNetworkServiceAssociationIdentifier"
648
+ }
649
+ }
650
+ },
651
+ "output": {
652
+ "type": "structure",
653
+ "members": {
654
+ "arn": {},
655
+ "id": {},
656
+ "status": {}
657
+ }
658
+ },
659
+ "idempotent": true
660
+ },
661
+ "DeleteServiceNetworkVpcAssociation": {
662
+ "http": {
663
+ "method": "DELETE",
664
+ "requestUri": "/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}",
665
+ "responseCode": 200
666
+ },
667
+ "input": {
668
+ "type": "structure",
669
+ "required": [
670
+ "serviceNetworkVpcAssociationIdentifier"
671
+ ],
672
+ "members": {
673
+ "serviceNetworkVpcAssociationIdentifier": {
674
+ "location": "uri",
675
+ "locationName": "serviceNetworkVpcAssociationIdentifier"
676
+ }
677
+ }
678
+ },
679
+ "output": {
680
+ "type": "structure",
681
+ "members": {
682
+ "arn": {},
683
+ "id": {},
684
+ "status": {}
685
+ }
686
+ },
687
+ "idempotent": true
688
+ },
689
+ "DeleteTargetGroup": {
690
+ "http": {
691
+ "method": "DELETE",
692
+ "requestUri": "/targetgroups/{targetGroupIdentifier}",
693
+ "responseCode": 200
694
+ },
695
+ "input": {
696
+ "type": "structure",
697
+ "required": [
698
+ "targetGroupIdentifier"
699
+ ],
700
+ "members": {
701
+ "targetGroupIdentifier": {
702
+ "location": "uri",
703
+ "locationName": "targetGroupIdentifier"
704
+ }
705
+ }
706
+ },
707
+ "output": {
708
+ "type": "structure",
709
+ "members": {
710
+ "arn": {},
711
+ "id": {},
712
+ "status": {}
713
+ }
714
+ },
715
+ "idempotent": true
716
+ },
717
+ "DeregisterTargets": {
718
+ "http": {
719
+ "requestUri": "/targetgroups/{targetGroupIdentifier}/deregistertargets",
720
+ "responseCode": 200
721
+ },
722
+ "input": {
723
+ "type": "structure",
724
+ "required": [
725
+ "targetGroupIdentifier",
726
+ "targets"
727
+ ],
728
+ "members": {
729
+ "targetGroupIdentifier": {
730
+ "location": "uri",
731
+ "locationName": "targetGroupIdentifier"
732
+ },
733
+ "targets": {
734
+ "type": "list",
735
+ "member": {
736
+ "shape": "S3v"
737
+ }
738
+ }
739
+ }
740
+ },
741
+ "output": {
742
+ "type": "structure",
743
+ "members": {
744
+ "successful": {
745
+ "shape": "S3y"
746
+ },
747
+ "unsuccessful": {
748
+ "shape": "S3z"
749
+ }
750
+ }
751
+ },
752
+ "idempotent": true
753
+ },
754
+ "GetAccessLogSubscription": {
755
+ "http": {
756
+ "method": "GET",
757
+ "requestUri": "/accesslogsubscriptions/{accessLogSubscriptionIdentifier}",
758
+ "responseCode": 200
759
+ },
760
+ "input": {
761
+ "type": "structure",
762
+ "required": [
763
+ "accessLogSubscriptionIdentifier"
764
+ ],
765
+ "members": {
766
+ "accessLogSubscriptionIdentifier": {
767
+ "location": "uri",
768
+ "locationName": "accessLogSubscriptionIdentifier"
769
+ }
770
+ }
771
+ },
772
+ "output": {
773
+ "type": "structure",
774
+ "required": [
775
+ "arn",
776
+ "createdAt",
777
+ "destinationArn",
778
+ "id",
779
+ "lastUpdatedAt",
780
+ "resourceArn",
781
+ "resourceId"
782
+ ],
783
+ "members": {
784
+ "arn": {},
785
+ "createdAt": {
786
+ "shape": "S43"
787
+ },
788
+ "destinationArn": {},
789
+ "id": {},
790
+ "lastUpdatedAt": {
791
+ "shape": "S43"
792
+ },
793
+ "resourceArn": {},
794
+ "resourceId": {}
795
+ }
796
+ }
797
+ },
798
+ "GetAuthPolicy": {
799
+ "http": {
800
+ "method": "GET",
801
+ "requestUri": "/authpolicy/{resourceIdentifier}",
802
+ "responseCode": 200
803
+ },
804
+ "input": {
805
+ "type": "structure",
806
+ "required": [
807
+ "resourceIdentifier"
808
+ ],
809
+ "members": {
810
+ "resourceIdentifier": {
811
+ "location": "uri",
812
+ "locationName": "resourceIdentifier"
813
+ }
814
+ }
815
+ },
816
+ "output": {
817
+ "type": "structure",
818
+ "members": {
819
+ "createdAt": {
820
+ "shape": "S43"
821
+ },
822
+ "lastUpdatedAt": {
823
+ "shape": "S43"
824
+ },
825
+ "policy": {},
826
+ "state": {}
827
+ }
828
+ }
829
+ },
830
+ "GetListener": {
831
+ "http": {
832
+ "method": "GET",
833
+ "requestUri": "/services/{serviceIdentifier}/listeners/{listenerIdentifier}",
834
+ "responseCode": 200
835
+ },
836
+ "input": {
837
+ "type": "structure",
838
+ "required": [
839
+ "listenerIdentifier",
840
+ "serviceIdentifier"
841
+ ],
842
+ "members": {
843
+ "listenerIdentifier": {
844
+ "location": "uri",
845
+ "locationName": "listenerIdentifier"
846
+ },
847
+ "serviceIdentifier": {
848
+ "location": "uri",
849
+ "locationName": "serviceIdentifier"
850
+ }
851
+ }
852
+ },
853
+ "output": {
854
+ "type": "structure",
855
+ "members": {
856
+ "arn": {},
857
+ "createdAt": {
858
+ "shape": "S43"
859
+ },
860
+ "defaultAction": {
861
+ "shape": "S5"
862
+ },
863
+ "id": {},
864
+ "lastUpdatedAt": {
865
+ "shape": "S43"
866
+ },
867
+ "name": {},
868
+ "port": {
869
+ "type": "integer"
870
+ },
871
+ "protocol": {},
872
+ "serviceArn": {},
873
+ "serviceId": {}
874
+ }
875
+ }
876
+ },
877
+ "GetResourcePolicy": {
878
+ "http": {
879
+ "method": "GET",
880
+ "requestUri": "/resourcepolicy/{resourceArn}",
881
+ "responseCode": 200
882
+ },
883
+ "input": {
884
+ "type": "structure",
885
+ "required": [
886
+ "resourceArn"
887
+ ],
888
+ "members": {
889
+ "resourceArn": {
890
+ "location": "uri",
891
+ "locationName": "resourceArn"
892
+ }
893
+ }
894
+ },
895
+ "output": {
896
+ "type": "structure",
897
+ "members": {
898
+ "policy": {}
899
+ }
900
+ }
901
+ },
902
+ "GetRule": {
903
+ "http": {
904
+ "method": "GET",
905
+ "requestUri": "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}",
906
+ "responseCode": 200
907
+ },
908
+ "input": {
909
+ "type": "structure",
910
+ "required": [
911
+ "listenerIdentifier",
912
+ "ruleIdentifier",
913
+ "serviceIdentifier"
914
+ ],
915
+ "members": {
916
+ "listenerIdentifier": {
917
+ "location": "uri",
918
+ "locationName": "listenerIdentifier"
919
+ },
920
+ "ruleIdentifier": {
921
+ "location": "uri",
922
+ "locationName": "ruleIdentifier"
923
+ },
924
+ "serviceIdentifier": {
925
+ "location": "uri",
926
+ "locationName": "serviceIdentifier"
927
+ }
928
+ }
929
+ },
930
+ "output": {
931
+ "type": "structure",
932
+ "members": {
933
+ "action": {
934
+ "shape": "S5"
935
+ },
936
+ "arn": {},
937
+ "createdAt": {
938
+ "shape": "S43"
939
+ },
940
+ "id": {},
941
+ "isDefault": {
942
+ "type": "boolean"
943
+ },
944
+ "lastUpdatedAt": {
945
+ "shape": "S43"
946
+ },
947
+ "match": {
948
+ "shape": "Sd"
949
+ },
950
+ "name": {},
951
+ "priority": {
952
+ "type": "integer"
953
+ }
954
+ }
955
+ }
956
+ },
957
+ "GetService": {
958
+ "http": {
959
+ "method": "GET",
960
+ "requestUri": "/services/{serviceIdentifier}",
961
+ "responseCode": 200
962
+ },
963
+ "input": {
964
+ "type": "structure",
965
+ "required": [
966
+ "serviceIdentifier"
967
+ ],
968
+ "members": {
969
+ "serviceIdentifier": {
970
+ "location": "uri",
971
+ "locationName": "serviceIdentifier"
972
+ }
973
+ }
974
+ },
975
+ "output": {
976
+ "type": "structure",
977
+ "members": {
978
+ "arn": {},
979
+ "authType": {},
980
+ "certificateArn": {},
981
+ "createdAt": {
982
+ "shape": "S43"
983
+ },
984
+ "customDomainName": {},
985
+ "dnsEntry": {
986
+ "shape": "S1y"
987
+ },
988
+ "failureCode": {},
989
+ "failureMessage": {},
990
+ "id": {},
991
+ "lastUpdatedAt": {
992
+ "shape": "S43"
993
+ },
994
+ "name": {},
995
+ "status": {}
996
+ }
997
+ }
998
+ },
999
+ "GetServiceNetwork": {
1000
+ "http": {
1001
+ "method": "GET",
1002
+ "requestUri": "/servicenetworks/{serviceNetworkIdentifier}",
1003
+ "responseCode": 200
1004
+ },
1005
+ "input": {
1006
+ "type": "structure",
1007
+ "required": [
1008
+ "serviceNetworkIdentifier"
1009
+ ],
1010
+ "members": {
1011
+ "serviceNetworkIdentifier": {
1012
+ "location": "uri",
1013
+ "locationName": "serviceNetworkIdentifier"
1014
+ }
1015
+ }
1016
+ },
1017
+ "output": {
1018
+ "type": "structure",
1019
+ "members": {
1020
+ "arn": {},
1021
+ "authType": {},
1022
+ "createdAt": {
1023
+ "shape": "S43"
1024
+ },
1025
+ "id": {},
1026
+ "lastUpdatedAt": {
1027
+ "shape": "S43"
1028
+ },
1029
+ "name": {},
1030
+ "numberOfAssociatedServices": {
1031
+ "type": "long"
1032
+ },
1033
+ "numberOfAssociatedVPCs": {
1034
+ "type": "long"
1035
+ }
1036
+ }
1037
+ }
1038
+ },
1039
+ "GetServiceNetworkServiceAssociation": {
1040
+ "http": {
1041
+ "method": "GET",
1042
+ "requestUri": "/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}",
1043
+ "responseCode": 200
1044
+ },
1045
+ "input": {
1046
+ "type": "structure",
1047
+ "required": [
1048
+ "serviceNetworkServiceAssociationIdentifier"
1049
+ ],
1050
+ "members": {
1051
+ "serviceNetworkServiceAssociationIdentifier": {
1052
+ "location": "uri",
1053
+ "locationName": "serviceNetworkServiceAssociationIdentifier"
1054
+ }
1055
+ }
1056
+ },
1057
+ "output": {
1058
+ "type": "structure",
1059
+ "members": {
1060
+ "arn": {},
1061
+ "createdAt": {
1062
+ "shape": "S43"
1063
+ },
1064
+ "createdBy": {},
1065
+ "customDomainName": {},
1066
+ "dnsEntry": {
1067
+ "shape": "S1y"
1068
+ },
1069
+ "failureCode": {},
1070
+ "failureMessage": {},
1071
+ "id": {},
1072
+ "serviceArn": {},
1073
+ "serviceId": {},
1074
+ "serviceName": {},
1075
+ "serviceNetworkArn": {},
1076
+ "serviceNetworkId": {},
1077
+ "serviceNetworkName": {},
1078
+ "status": {}
1079
+ }
1080
+ }
1081
+ },
1082
+ "GetServiceNetworkVpcAssociation": {
1083
+ "http": {
1084
+ "method": "GET",
1085
+ "requestUri": "/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}",
1086
+ "responseCode": 200
1087
+ },
1088
+ "input": {
1089
+ "type": "structure",
1090
+ "required": [
1091
+ "serviceNetworkVpcAssociationIdentifier"
1092
+ ],
1093
+ "members": {
1094
+ "serviceNetworkVpcAssociationIdentifier": {
1095
+ "location": "uri",
1096
+ "locationName": "serviceNetworkVpcAssociationIdentifier"
1097
+ }
1098
+ }
1099
+ },
1100
+ "output": {
1101
+ "type": "structure",
1102
+ "members": {
1103
+ "arn": {},
1104
+ "createdAt": {
1105
+ "shape": "S43"
1106
+ },
1107
+ "createdBy": {},
1108
+ "failureCode": {},
1109
+ "failureMessage": {},
1110
+ "id": {},
1111
+ "lastUpdatedAt": {
1112
+ "shape": "S43"
1113
+ },
1114
+ "securityGroupIds": {
1115
+ "shape": "S2k"
1116
+ },
1117
+ "serviceNetworkArn": {},
1118
+ "serviceNetworkId": {},
1119
+ "serviceNetworkName": {},
1120
+ "status": {},
1121
+ "vpcId": {}
1122
+ }
1123
+ }
1124
+ },
1125
+ "GetTargetGroup": {
1126
+ "http": {
1127
+ "method": "GET",
1128
+ "requestUri": "/targetgroups/{targetGroupIdentifier}",
1129
+ "responseCode": 200
1130
+ },
1131
+ "input": {
1132
+ "type": "structure",
1133
+ "required": [
1134
+ "targetGroupIdentifier"
1135
+ ],
1136
+ "members": {
1137
+ "targetGroupIdentifier": {
1138
+ "location": "uri",
1139
+ "locationName": "targetGroupIdentifier"
1140
+ }
1141
+ }
1142
+ },
1143
+ "output": {
1144
+ "type": "structure",
1145
+ "members": {
1146
+ "arn": {},
1147
+ "config": {
1148
+ "shape": "S2n"
1149
+ },
1150
+ "createdAt": {
1151
+ "shape": "S43"
1152
+ },
1153
+ "failureCode": {},
1154
+ "failureMessage": {},
1155
+ "id": {},
1156
+ "lastUpdatedAt": {
1157
+ "shape": "S43"
1158
+ },
1159
+ "name": {},
1160
+ "serviceArns": {
1161
+ "shape": "S4q"
1162
+ },
1163
+ "status": {},
1164
+ "type": {}
1165
+ }
1166
+ }
1167
+ },
1168
+ "ListAccessLogSubscriptions": {
1169
+ "http": {
1170
+ "method": "GET",
1171
+ "requestUri": "/accesslogsubscriptions",
1172
+ "responseCode": 200
1173
+ },
1174
+ "input": {
1175
+ "type": "structure",
1176
+ "required": [
1177
+ "resourceIdentifier"
1178
+ ],
1179
+ "members": {
1180
+ "maxResults": {
1181
+ "location": "querystring",
1182
+ "locationName": "maxResults",
1183
+ "type": "integer"
1184
+ },
1185
+ "nextToken": {
1186
+ "location": "querystring",
1187
+ "locationName": "nextToken"
1188
+ },
1189
+ "resourceIdentifier": {
1190
+ "location": "querystring",
1191
+ "locationName": "resourceIdentifier"
1192
+ }
1193
+ }
1194
+ },
1195
+ "output": {
1196
+ "type": "structure",
1197
+ "required": [
1198
+ "items"
1199
+ ],
1200
+ "members": {
1201
+ "items": {
1202
+ "type": "list",
1203
+ "member": {
1204
+ "type": "structure",
1205
+ "required": [
1206
+ "arn",
1207
+ "createdAt",
1208
+ "destinationArn",
1209
+ "id",
1210
+ "lastUpdatedAt",
1211
+ "resourceArn",
1212
+ "resourceId"
1213
+ ],
1214
+ "members": {
1215
+ "arn": {},
1216
+ "createdAt": {
1217
+ "shape": "S43"
1218
+ },
1219
+ "destinationArn": {},
1220
+ "id": {},
1221
+ "lastUpdatedAt": {
1222
+ "shape": "S43"
1223
+ },
1224
+ "resourceArn": {},
1225
+ "resourceId": {}
1226
+ }
1227
+ }
1228
+ },
1229
+ "nextToken": {}
1230
+ }
1231
+ }
1232
+ },
1233
+ "ListListeners": {
1234
+ "http": {
1235
+ "method": "GET",
1236
+ "requestUri": "/services/{serviceIdentifier}/listeners",
1237
+ "responseCode": 200
1238
+ },
1239
+ "input": {
1240
+ "type": "structure",
1241
+ "required": [
1242
+ "serviceIdentifier"
1243
+ ],
1244
+ "members": {
1245
+ "maxResults": {
1246
+ "location": "querystring",
1247
+ "locationName": "maxResults",
1248
+ "type": "integer"
1249
+ },
1250
+ "nextToken": {
1251
+ "location": "querystring",
1252
+ "locationName": "nextToken"
1253
+ },
1254
+ "serviceIdentifier": {
1255
+ "location": "uri",
1256
+ "locationName": "serviceIdentifier"
1257
+ }
1258
+ }
1259
+ },
1260
+ "output": {
1261
+ "type": "structure",
1262
+ "required": [
1263
+ "items"
1264
+ ],
1265
+ "members": {
1266
+ "items": {
1267
+ "type": "list",
1268
+ "member": {
1269
+ "type": "structure",
1270
+ "members": {
1271
+ "arn": {},
1272
+ "createdAt": {
1273
+ "shape": "S43"
1274
+ },
1275
+ "id": {},
1276
+ "lastUpdatedAt": {
1277
+ "shape": "S43"
1278
+ },
1279
+ "name": {},
1280
+ "port": {
1281
+ "type": "integer"
1282
+ },
1283
+ "protocol": {}
1284
+ }
1285
+ }
1286
+ },
1287
+ "nextToken": {}
1288
+ }
1289
+ }
1290
+ },
1291
+ "ListRules": {
1292
+ "http": {
1293
+ "method": "GET",
1294
+ "requestUri": "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules",
1295
+ "responseCode": 200
1296
+ },
1297
+ "input": {
1298
+ "type": "structure",
1299
+ "required": [
1300
+ "listenerIdentifier",
1301
+ "serviceIdentifier"
1302
+ ],
1303
+ "members": {
1304
+ "listenerIdentifier": {
1305
+ "location": "uri",
1306
+ "locationName": "listenerIdentifier"
1307
+ },
1308
+ "maxResults": {
1309
+ "location": "querystring",
1310
+ "locationName": "maxResults",
1311
+ "type": "integer"
1312
+ },
1313
+ "nextToken": {
1314
+ "location": "querystring",
1315
+ "locationName": "nextToken"
1316
+ },
1317
+ "serviceIdentifier": {
1318
+ "location": "uri",
1319
+ "locationName": "serviceIdentifier"
1320
+ }
1321
+ }
1322
+ },
1323
+ "output": {
1324
+ "type": "structure",
1325
+ "required": [
1326
+ "items"
1327
+ ],
1328
+ "members": {
1329
+ "items": {
1330
+ "type": "list",
1331
+ "member": {
1332
+ "type": "structure",
1333
+ "members": {
1334
+ "arn": {},
1335
+ "createdAt": {
1336
+ "shape": "S43"
1337
+ },
1338
+ "id": {},
1339
+ "isDefault": {
1340
+ "type": "boolean"
1341
+ },
1342
+ "lastUpdatedAt": {
1343
+ "shape": "S43"
1344
+ },
1345
+ "name": {},
1346
+ "priority": {
1347
+ "type": "integer"
1348
+ }
1349
+ }
1350
+ }
1351
+ },
1352
+ "nextToken": {}
1353
+ }
1354
+ }
1355
+ },
1356
+ "ListServiceNetworkServiceAssociations": {
1357
+ "http": {
1358
+ "method": "GET",
1359
+ "requestUri": "/servicenetworkserviceassociations",
1360
+ "responseCode": 200
1361
+ },
1362
+ "input": {
1363
+ "type": "structure",
1364
+ "members": {
1365
+ "maxResults": {
1366
+ "location": "querystring",
1367
+ "locationName": "maxResults",
1368
+ "type": "integer"
1369
+ },
1370
+ "nextToken": {
1371
+ "location": "querystring",
1372
+ "locationName": "nextToken"
1373
+ },
1374
+ "serviceIdentifier": {
1375
+ "location": "querystring",
1376
+ "locationName": "serviceIdentifier"
1377
+ },
1378
+ "serviceNetworkIdentifier": {
1379
+ "location": "querystring",
1380
+ "locationName": "serviceNetworkIdentifier"
1381
+ }
1382
+ }
1383
+ },
1384
+ "output": {
1385
+ "type": "structure",
1386
+ "required": [
1387
+ "items"
1388
+ ],
1389
+ "members": {
1390
+ "items": {
1391
+ "type": "list",
1392
+ "member": {
1393
+ "type": "structure",
1394
+ "members": {
1395
+ "arn": {},
1396
+ "createdAt": {
1397
+ "shape": "S43"
1398
+ },
1399
+ "createdBy": {},
1400
+ "customDomainName": {},
1401
+ "dnsEntry": {
1402
+ "shape": "S1y"
1403
+ },
1404
+ "id": {},
1405
+ "serviceArn": {},
1406
+ "serviceId": {},
1407
+ "serviceName": {},
1408
+ "serviceNetworkArn": {},
1409
+ "serviceNetworkId": {},
1410
+ "serviceNetworkName": {},
1411
+ "status": {}
1412
+ }
1413
+ }
1414
+ },
1415
+ "nextToken": {}
1416
+ }
1417
+ }
1418
+ },
1419
+ "ListServiceNetworkVpcAssociations": {
1420
+ "http": {
1421
+ "method": "GET",
1422
+ "requestUri": "/servicenetworkvpcassociations",
1423
+ "responseCode": 200
1424
+ },
1425
+ "input": {
1426
+ "type": "structure",
1427
+ "members": {
1428
+ "maxResults": {
1429
+ "location": "querystring",
1430
+ "locationName": "maxResults",
1431
+ "type": "integer"
1432
+ },
1433
+ "nextToken": {
1434
+ "location": "querystring",
1435
+ "locationName": "nextToken"
1436
+ },
1437
+ "serviceNetworkIdentifier": {
1438
+ "location": "querystring",
1439
+ "locationName": "serviceNetworkIdentifier"
1440
+ },
1441
+ "vpcIdentifier": {
1442
+ "location": "querystring",
1443
+ "locationName": "vpcIdentifier"
1444
+ }
1445
+ }
1446
+ },
1447
+ "output": {
1448
+ "type": "structure",
1449
+ "required": [
1450
+ "items"
1451
+ ],
1452
+ "members": {
1453
+ "items": {
1454
+ "type": "list",
1455
+ "member": {
1456
+ "type": "structure",
1457
+ "members": {
1458
+ "arn": {},
1459
+ "createdAt": {
1460
+ "shape": "S43"
1461
+ },
1462
+ "createdBy": {},
1463
+ "id": {},
1464
+ "lastUpdatedAt": {
1465
+ "shape": "S43"
1466
+ },
1467
+ "serviceNetworkArn": {},
1468
+ "serviceNetworkId": {},
1469
+ "serviceNetworkName": {},
1470
+ "status": {},
1471
+ "vpcId": {}
1472
+ }
1473
+ }
1474
+ },
1475
+ "nextToken": {}
1476
+ }
1477
+ }
1478
+ },
1479
+ "ListServiceNetworks": {
1480
+ "http": {
1481
+ "method": "GET",
1482
+ "requestUri": "/servicenetworks",
1483
+ "responseCode": 200
1484
+ },
1485
+ "input": {
1486
+ "type": "structure",
1487
+ "members": {
1488
+ "maxResults": {
1489
+ "location": "querystring",
1490
+ "locationName": "maxResults",
1491
+ "type": "integer"
1492
+ },
1493
+ "nextToken": {
1494
+ "location": "querystring",
1495
+ "locationName": "nextToken"
1496
+ }
1497
+ }
1498
+ },
1499
+ "output": {
1500
+ "type": "structure",
1501
+ "required": [
1502
+ "items"
1503
+ ],
1504
+ "members": {
1505
+ "items": {
1506
+ "type": "list",
1507
+ "member": {
1508
+ "type": "structure",
1509
+ "members": {
1510
+ "arn": {},
1511
+ "createdAt": {
1512
+ "shape": "S43"
1513
+ },
1514
+ "id": {},
1515
+ "lastUpdatedAt": {
1516
+ "shape": "S43"
1517
+ },
1518
+ "name": {},
1519
+ "numberOfAssociatedServices": {
1520
+ "type": "long"
1521
+ },
1522
+ "numberOfAssociatedVPCs": {
1523
+ "type": "long"
1524
+ }
1525
+ }
1526
+ }
1527
+ },
1528
+ "nextToken": {}
1529
+ }
1530
+ }
1531
+ },
1532
+ "ListServices": {
1533
+ "http": {
1534
+ "method": "GET",
1535
+ "requestUri": "/services",
1536
+ "responseCode": 200
1537
+ },
1538
+ "input": {
1539
+ "type": "structure",
1540
+ "members": {
1541
+ "maxResults": {
1542
+ "location": "querystring",
1543
+ "locationName": "maxResults",
1544
+ "type": "integer"
1545
+ },
1546
+ "nextToken": {
1547
+ "location": "querystring",
1548
+ "locationName": "nextToken"
1549
+ }
1550
+ }
1551
+ },
1552
+ "output": {
1553
+ "type": "structure",
1554
+ "members": {
1555
+ "items": {
1556
+ "type": "list",
1557
+ "member": {
1558
+ "type": "structure",
1559
+ "members": {
1560
+ "arn": {},
1561
+ "createdAt": {
1562
+ "shape": "S43"
1563
+ },
1564
+ "customDomainName": {},
1565
+ "dnsEntry": {
1566
+ "shape": "S1y"
1567
+ },
1568
+ "id": {},
1569
+ "lastUpdatedAt": {
1570
+ "shape": "S43"
1571
+ },
1572
+ "name": {},
1573
+ "status": {}
1574
+ }
1575
+ }
1576
+ },
1577
+ "nextToken": {}
1578
+ }
1579
+ }
1580
+ },
1581
+ "ListTagsForResource": {
1582
+ "http": {
1583
+ "method": "GET",
1584
+ "requestUri": "/tags/{resourceArn}",
1585
+ "responseCode": 200
1586
+ },
1587
+ "input": {
1588
+ "type": "structure",
1589
+ "required": [
1590
+ "resourceArn"
1591
+ ],
1592
+ "members": {
1593
+ "resourceArn": {
1594
+ "location": "uri",
1595
+ "locationName": "resourceArn"
1596
+ }
1597
+ }
1598
+ },
1599
+ "output": {
1600
+ "type": "structure",
1601
+ "members": {
1602
+ "tags": {
1603
+ "shape": "S19"
1604
+ }
1605
+ }
1606
+ }
1607
+ },
1608
+ "ListTargetGroups": {
1609
+ "http": {
1610
+ "method": "GET",
1611
+ "requestUri": "/targetgroups",
1612
+ "responseCode": 200
1613
+ },
1614
+ "input": {
1615
+ "type": "structure",
1616
+ "members": {
1617
+ "maxResults": {
1618
+ "location": "querystring",
1619
+ "locationName": "maxResults",
1620
+ "type": "integer"
1621
+ },
1622
+ "nextToken": {
1623
+ "location": "querystring",
1624
+ "locationName": "nextToken"
1625
+ },
1626
+ "targetGroupType": {
1627
+ "location": "querystring",
1628
+ "locationName": "targetGroupType"
1629
+ },
1630
+ "vpcIdentifier": {
1631
+ "location": "querystring",
1632
+ "locationName": "vpcIdentifier"
1633
+ }
1634
+ }
1635
+ },
1636
+ "output": {
1637
+ "type": "structure",
1638
+ "members": {
1639
+ "items": {
1640
+ "type": "list",
1641
+ "member": {
1642
+ "type": "structure",
1643
+ "members": {
1644
+ "arn": {},
1645
+ "createdAt": {
1646
+ "shape": "S43"
1647
+ },
1648
+ "id": {},
1649
+ "ipAddressType": {},
1650
+ "lastUpdatedAt": {
1651
+ "shape": "S43"
1652
+ },
1653
+ "name": {},
1654
+ "port": {
1655
+ "type": "integer"
1656
+ },
1657
+ "protocol": {},
1658
+ "serviceArns": {
1659
+ "shape": "S4q"
1660
+ },
1661
+ "status": {},
1662
+ "type": {},
1663
+ "vpcIdentifier": {}
1664
+ }
1665
+ }
1666
+ },
1667
+ "nextToken": {}
1668
+ }
1669
+ }
1670
+ },
1671
+ "ListTargets": {
1672
+ "http": {
1673
+ "requestUri": "/targetgroups/{targetGroupIdentifier}/listtargets",
1674
+ "responseCode": 200
1675
+ },
1676
+ "input": {
1677
+ "type": "structure",
1678
+ "required": [
1679
+ "targetGroupIdentifier"
1680
+ ],
1681
+ "members": {
1682
+ "maxResults": {
1683
+ "location": "querystring",
1684
+ "locationName": "maxResults",
1685
+ "type": "integer"
1686
+ },
1687
+ "nextToken": {
1688
+ "location": "querystring",
1689
+ "locationName": "nextToken"
1690
+ },
1691
+ "targetGroupIdentifier": {
1692
+ "location": "uri",
1693
+ "locationName": "targetGroupIdentifier"
1694
+ },
1695
+ "targets": {
1696
+ "type": "list",
1697
+ "member": {
1698
+ "shape": "S3v"
1699
+ }
1700
+ }
1701
+ }
1702
+ },
1703
+ "output": {
1704
+ "type": "structure",
1705
+ "required": [
1706
+ "items"
1707
+ ],
1708
+ "members": {
1709
+ "items": {
1710
+ "type": "list",
1711
+ "member": {
1712
+ "type": "structure",
1713
+ "members": {
1714
+ "id": {},
1715
+ "port": {
1716
+ "type": "integer"
1717
+ },
1718
+ "reasonCode": {},
1719
+ "status": {}
1720
+ }
1721
+ }
1722
+ },
1723
+ "nextToken": {}
1724
+ }
1725
+ }
1726
+ },
1727
+ "PutAuthPolicy": {
1728
+ "http": {
1729
+ "method": "PUT",
1730
+ "requestUri": "/authpolicy/{resourceIdentifier}",
1731
+ "responseCode": 200
1732
+ },
1733
+ "input": {
1734
+ "type": "structure",
1735
+ "required": [
1736
+ "policy",
1737
+ "resourceIdentifier"
1738
+ ],
1739
+ "members": {
1740
+ "policy": {},
1741
+ "resourceIdentifier": {
1742
+ "location": "uri",
1743
+ "locationName": "resourceIdentifier"
1744
+ }
1745
+ }
1746
+ },
1747
+ "output": {
1748
+ "type": "structure",
1749
+ "members": {
1750
+ "policy": {},
1751
+ "state": {}
1752
+ }
1753
+ }
1754
+ },
1755
+ "PutResourcePolicy": {
1756
+ "http": {
1757
+ "method": "PUT",
1758
+ "requestUri": "/resourcepolicy/{resourceArn}",
1759
+ "responseCode": 200
1760
+ },
1761
+ "input": {
1762
+ "type": "structure",
1763
+ "required": [
1764
+ "policy",
1765
+ "resourceArn"
1766
+ ],
1767
+ "members": {
1768
+ "policy": {},
1769
+ "resourceArn": {
1770
+ "location": "uri",
1771
+ "locationName": "resourceArn"
1772
+ }
1773
+ }
1774
+ },
1775
+ "output": {
1776
+ "type": "structure",
1777
+ "members": {}
1778
+ },
1779
+ "idempotent": true
1780
+ },
1781
+ "RegisterTargets": {
1782
+ "http": {
1783
+ "requestUri": "/targetgroups/{targetGroupIdentifier}/registertargets",
1784
+ "responseCode": 200
1785
+ },
1786
+ "input": {
1787
+ "type": "structure",
1788
+ "required": [
1789
+ "targetGroupIdentifier",
1790
+ "targets"
1791
+ ],
1792
+ "members": {
1793
+ "targetGroupIdentifier": {
1794
+ "location": "uri",
1795
+ "locationName": "targetGroupIdentifier"
1796
+ },
1797
+ "targets": {
1798
+ "type": "list",
1799
+ "member": {
1800
+ "shape": "S3v"
1801
+ }
1802
+ }
1803
+ }
1804
+ },
1805
+ "output": {
1806
+ "type": "structure",
1807
+ "members": {
1808
+ "successful": {
1809
+ "shape": "S3y"
1810
+ },
1811
+ "unsuccessful": {
1812
+ "shape": "S3z"
1813
+ }
1814
+ }
1815
+ }
1816
+ },
1817
+ "TagResource": {
1818
+ "http": {
1819
+ "requestUri": "/tags/{resourceArn}",
1820
+ "responseCode": 200
1821
+ },
1822
+ "input": {
1823
+ "type": "structure",
1824
+ "required": [
1825
+ "resourceArn",
1826
+ "tags"
1827
+ ],
1828
+ "members": {
1829
+ "resourceArn": {
1830
+ "location": "uri",
1831
+ "locationName": "resourceArn"
1832
+ },
1833
+ "tags": {
1834
+ "shape": "S19"
1835
+ }
1836
+ }
1837
+ },
1838
+ "output": {
1839
+ "type": "structure",
1840
+ "members": {}
1841
+ }
1842
+ },
1843
+ "UntagResource": {
1844
+ "http": {
1845
+ "method": "DELETE",
1846
+ "requestUri": "/tags/{resourceArn}",
1847
+ "responseCode": 200
1848
+ },
1849
+ "input": {
1850
+ "type": "structure",
1851
+ "required": [
1852
+ "resourceArn",
1853
+ "tagKeys"
1854
+ ],
1855
+ "members": {
1856
+ "resourceArn": {
1857
+ "location": "uri",
1858
+ "locationName": "resourceArn"
1859
+ },
1860
+ "tagKeys": {
1861
+ "location": "querystring",
1862
+ "locationName": "tagKeys",
1863
+ "type": "list",
1864
+ "member": {}
1865
+ }
1866
+ }
1867
+ },
1868
+ "output": {
1869
+ "type": "structure",
1870
+ "members": {}
1871
+ },
1872
+ "idempotent": true
1873
+ },
1874
+ "UpdateAccessLogSubscription": {
1875
+ "http": {
1876
+ "method": "PATCH",
1877
+ "requestUri": "/accesslogsubscriptions/{accessLogSubscriptionIdentifier}",
1878
+ "responseCode": 200
1879
+ },
1880
+ "input": {
1881
+ "type": "structure",
1882
+ "required": [
1883
+ "accessLogSubscriptionIdentifier",
1884
+ "destinationArn"
1885
+ ],
1886
+ "members": {
1887
+ "accessLogSubscriptionIdentifier": {
1888
+ "location": "uri",
1889
+ "locationName": "accessLogSubscriptionIdentifier"
1890
+ },
1891
+ "destinationArn": {}
1892
+ }
1893
+ },
1894
+ "output": {
1895
+ "type": "structure",
1896
+ "required": [
1897
+ "arn",
1898
+ "destinationArn",
1899
+ "id",
1900
+ "resourceArn",
1901
+ "resourceId"
1902
+ ],
1903
+ "members": {
1904
+ "arn": {},
1905
+ "destinationArn": {},
1906
+ "id": {},
1907
+ "resourceArn": {},
1908
+ "resourceId": {}
1909
+ }
1910
+ },
1911
+ "idempotent": true
1912
+ },
1913
+ "UpdateListener": {
1914
+ "http": {
1915
+ "method": "PATCH",
1916
+ "requestUri": "/services/{serviceIdentifier}/listeners/{listenerIdentifier}",
1917
+ "responseCode": 200
1918
+ },
1919
+ "input": {
1920
+ "type": "structure",
1921
+ "required": [
1922
+ "defaultAction",
1923
+ "listenerIdentifier",
1924
+ "serviceIdentifier"
1925
+ ],
1926
+ "members": {
1927
+ "defaultAction": {
1928
+ "shape": "S5"
1929
+ },
1930
+ "listenerIdentifier": {
1931
+ "location": "uri",
1932
+ "locationName": "listenerIdentifier"
1933
+ },
1934
+ "serviceIdentifier": {
1935
+ "location": "uri",
1936
+ "locationName": "serviceIdentifier"
1937
+ }
1938
+ }
1939
+ },
1940
+ "output": {
1941
+ "type": "structure",
1942
+ "members": {
1943
+ "arn": {},
1944
+ "defaultAction": {
1945
+ "shape": "S5"
1946
+ },
1947
+ "id": {},
1948
+ "name": {},
1949
+ "port": {
1950
+ "type": "integer"
1951
+ },
1952
+ "protocol": {},
1953
+ "serviceArn": {},
1954
+ "serviceId": {}
1955
+ }
1956
+ },
1957
+ "idempotent": true
1958
+ },
1959
+ "UpdateRule": {
1960
+ "http": {
1961
+ "method": "PATCH",
1962
+ "requestUri": "/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}",
1963
+ "responseCode": 200
1964
+ },
1965
+ "input": {
1966
+ "type": "structure",
1967
+ "required": [
1968
+ "listenerIdentifier",
1969
+ "ruleIdentifier",
1970
+ "serviceIdentifier"
1971
+ ],
1972
+ "members": {
1973
+ "action": {
1974
+ "shape": "S5"
1975
+ },
1976
+ "listenerIdentifier": {
1977
+ "location": "uri",
1978
+ "locationName": "listenerIdentifier"
1979
+ },
1980
+ "match": {
1981
+ "shape": "Sd"
1982
+ },
1983
+ "priority": {
1984
+ "type": "integer"
1985
+ },
1986
+ "ruleIdentifier": {
1987
+ "location": "uri",
1988
+ "locationName": "ruleIdentifier"
1989
+ },
1990
+ "serviceIdentifier": {
1991
+ "location": "uri",
1992
+ "locationName": "serviceIdentifier"
1993
+ }
1994
+ }
1995
+ },
1996
+ "output": {
1997
+ "type": "structure",
1998
+ "members": {
1999
+ "action": {
2000
+ "shape": "S5"
2001
+ },
2002
+ "arn": {},
2003
+ "id": {},
2004
+ "isDefault": {
2005
+ "type": "boolean"
2006
+ },
2007
+ "match": {
2008
+ "shape": "Sd"
2009
+ },
2010
+ "name": {},
2011
+ "priority": {
2012
+ "type": "integer"
2013
+ }
2014
+ }
2015
+ },
2016
+ "idempotent": true
2017
+ },
2018
+ "UpdateService": {
2019
+ "http": {
2020
+ "method": "PATCH",
2021
+ "requestUri": "/services/{serviceIdentifier}",
2022
+ "responseCode": 200
2023
+ },
2024
+ "input": {
2025
+ "type": "structure",
2026
+ "required": [
2027
+ "serviceIdentifier"
2028
+ ],
2029
+ "members": {
2030
+ "authType": {},
2031
+ "certificateArn": {},
2032
+ "serviceIdentifier": {
2033
+ "location": "uri",
2034
+ "locationName": "serviceIdentifier"
2035
+ }
2036
+ }
2037
+ },
2038
+ "output": {
2039
+ "type": "structure",
2040
+ "members": {
2041
+ "arn": {},
2042
+ "authType": {},
2043
+ "certificateArn": {},
2044
+ "customDomainName": {},
2045
+ "id": {},
2046
+ "name": {}
2047
+ }
2048
+ }
2049
+ },
2050
+ "UpdateServiceNetwork": {
2051
+ "http": {
2052
+ "method": "PATCH",
2053
+ "requestUri": "/servicenetworks/{serviceNetworkIdentifier}",
2054
+ "responseCode": 200
2055
+ },
2056
+ "input": {
2057
+ "type": "structure",
2058
+ "required": [
2059
+ "authType",
2060
+ "serviceNetworkIdentifier"
2061
+ ],
2062
+ "members": {
2063
+ "authType": {},
2064
+ "serviceNetworkIdentifier": {
2065
+ "location": "uri",
2066
+ "locationName": "serviceNetworkIdentifier"
2067
+ }
2068
+ }
2069
+ },
2070
+ "output": {
2071
+ "type": "structure",
2072
+ "members": {
2073
+ "arn": {},
2074
+ "authType": {},
2075
+ "id": {},
2076
+ "name": {}
2077
+ }
2078
+ },
2079
+ "idempotent": true
2080
+ },
2081
+ "UpdateServiceNetworkVpcAssociation": {
2082
+ "http": {
2083
+ "method": "PATCH",
2084
+ "requestUri": "/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}",
2085
+ "responseCode": 200
2086
+ },
2087
+ "input": {
2088
+ "type": "structure",
2089
+ "required": [
2090
+ "securityGroupIds",
2091
+ "serviceNetworkVpcAssociationIdentifier"
2092
+ ],
2093
+ "members": {
2094
+ "securityGroupIds": {
2095
+ "type": "list",
2096
+ "member": {}
2097
+ },
2098
+ "serviceNetworkVpcAssociationIdentifier": {
2099
+ "location": "uri",
2100
+ "locationName": "serviceNetworkVpcAssociationIdentifier"
2101
+ }
2102
+ }
2103
+ },
2104
+ "output": {
2105
+ "type": "structure",
2106
+ "members": {
2107
+ "arn": {},
2108
+ "createdBy": {},
2109
+ "id": {},
2110
+ "securityGroupIds": {
2111
+ "shape": "S2k"
2112
+ },
2113
+ "status": {}
2114
+ }
2115
+ },
2116
+ "idempotent": true
2117
+ },
2118
+ "UpdateTargetGroup": {
2119
+ "http": {
2120
+ "method": "PATCH",
2121
+ "requestUri": "/targetgroups/{targetGroupIdentifier}",
2122
+ "responseCode": 200
2123
+ },
2124
+ "input": {
2125
+ "type": "structure",
2126
+ "required": [
2127
+ "healthCheck",
2128
+ "targetGroupIdentifier"
2129
+ ],
2130
+ "members": {
2131
+ "healthCheck": {
2132
+ "shape": "S2o"
2133
+ },
2134
+ "targetGroupIdentifier": {
2135
+ "location": "uri",
2136
+ "locationName": "targetGroupIdentifier"
2137
+ }
2138
+ }
2139
+ },
2140
+ "output": {
2141
+ "type": "structure",
2142
+ "members": {
2143
+ "arn": {},
2144
+ "config": {
2145
+ "shape": "S2n"
2146
+ },
2147
+ "id": {},
2148
+ "name": {},
2149
+ "status": {},
2150
+ "type": {}
2151
+ }
2152
+ },
2153
+ "idempotent": true
2154
+ }
2155
+ },
2156
+ "shapes": {
2157
+ "S5": {
2158
+ "type": "structure",
2159
+ "members": {
2160
+ "fixedResponse": {
2161
+ "type": "structure",
2162
+ "required": [
2163
+ "statusCode"
2164
+ ],
2165
+ "members": {
2166
+ "statusCode": {
2167
+ "type": "integer"
2168
+ }
2169
+ }
2170
+ },
2171
+ "forward": {
2172
+ "type": "structure",
2173
+ "required": [
2174
+ "targetGroups"
2175
+ ],
2176
+ "members": {
2177
+ "targetGroups": {
2178
+ "type": "list",
2179
+ "member": {
2180
+ "type": "structure",
2181
+ "required": [
2182
+ "targetGroupIdentifier"
2183
+ ],
2184
+ "members": {
2185
+ "targetGroupIdentifier": {},
2186
+ "weight": {
2187
+ "type": "integer"
2188
+ }
2189
+ }
2190
+ }
2191
+ }
2192
+ }
2193
+ }
2194
+ },
2195
+ "union": true
2196
+ },
2197
+ "Sd": {
2198
+ "type": "structure",
2199
+ "members": {
2200
+ "httpMatch": {
2201
+ "type": "structure",
2202
+ "members": {
2203
+ "headerMatches": {
2204
+ "type": "list",
2205
+ "member": {
2206
+ "type": "structure",
2207
+ "required": [
2208
+ "match",
2209
+ "name"
2210
+ ],
2211
+ "members": {
2212
+ "caseSensitive": {
2213
+ "type": "boolean"
2214
+ },
2215
+ "match": {
2216
+ "type": "structure",
2217
+ "members": {
2218
+ "contains": {},
2219
+ "exact": {},
2220
+ "prefix": {}
2221
+ },
2222
+ "union": true
2223
+ },
2224
+ "name": {}
2225
+ }
2226
+ }
2227
+ },
2228
+ "method": {},
2229
+ "pathMatch": {
2230
+ "type": "structure",
2231
+ "required": [
2232
+ "match"
2233
+ ],
2234
+ "members": {
2235
+ "caseSensitive": {
2236
+ "type": "boolean"
2237
+ },
2238
+ "match": {
2239
+ "type": "structure",
2240
+ "members": {
2241
+ "exact": {},
2242
+ "prefix": {}
2243
+ },
2244
+ "union": true
2245
+ }
2246
+ }
2247
+ }
2248
+ }
2249
+ }
2250
+ },
2251
+ "union": true
2252
+ },
2253
+ "S19": {
2254
+ "type": "map",
2255
+ "key": {},
2256
+ "value": {}
2257
+ },
2258
+ "S1y": {
2259
+ "type": "structure",
2260
+ "members": {
2261
+ "domainName": {},
2262
+ "hostedZoneId": {}
2263
+ }
2264
+ },
2265
+ "S2k": {
2266
+ "type": "list",
2267
+ "member": {}
2268
+ },
2269
+ "S2n": {
2270
+ "type": "structure",
2271
+ "required": [
2272
+ "port",
2273
+ "protocol",
2274
+ "vpcIdentifier"
2275
+ ],
2276
+ "members": {
2277
+ "healthCheck": {
2278
+ "shape": "S2o"
2279
+ },
2280
+ "ipAddressType": {},
2281
+ "port": {
2282
+ "type": "integer"
2283
+ },
2284
+ "protocol": {},
2285
+ "protocolVersion": {},
2286
+ "vpcIdentifier": {}
2287
+ }
2288
+ },
2289
+ "S2o": {
2290
+ "type": "structure",
2291
+ "members": {
2292
+ "enabled": {
2293
+ "type": "boolean"
2294
+ },
2295
+ "healthCheckIntervalSeconds": {
2296
+ "type": "integer"
2297
+ },
2298
+ "healthCheckTimeoutSeconds": {
2299
+ "type": "integer"
2300
+ },
2301
+ "healthyThresholdCount": {
2302
+ "type": "integer"
2303
+ },
2304
+ "matcher": {
2305
+ "type": "structure",
2306
+ "members": {
2307
+ "httpCode": {}
2308
+ },
2309
+ "union": true
2310
+ },
2311
+ "path": {},
2312
+ "port": {
2313
+ "type": "integer"
2314
+ },
2315
+ "protocol": {},
2316
+ "protocolVersion": {},
2317
+ "unhealthyThresholdCount": {
2318
+ "type": "integer"
2319
+ }
2320
+ }
2321
+ },
2322
+ "S3v": {
2323
+ "type": "structure",
2324
+ "required": [
2325
+ "id"
2326
+ ],
2327
+ "members": {
2328
+ "id": {},
2329
+ "port": {
2330
+ "type": "integer"
2331
+ }
2332
+ }
2333
+ },
2334
+ "S3y": {
2335
+ "type": "list",
2336
+ "member": {
2337
+ "shape": "S3v"
2338
+ }
2339
+ },
2340
+ "S3z": {
2341
+ "type": "list",
2342
+ "member": {
2343
+ "type": "structure",
2344
+ "members": {
2345
+ "failureCode": {},
2346
+ "failureMessage": {},
2347
+ "id": {},
2348
+ "port": {
2349
+ "type": "integer"
2350
+ }
2351
+ }
2352
+ }
2353
+ },
2354
+ "S43": {
2355
+ "type": "timestamp",
2356
+ "timestampFormat": "iso8601"
2357
+ },
2358
+ "S4q": {
2359
+ "type": "list",
2360
+ "member": {}
2361
+ }
2362
+ }
2363
+ }