cdk-comprehend-s3olap 2.0.34 → 2.0.35

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.
@@ -462,6 +462,66 @@
462
462
  }
463
463
  }
464
464
  },
465
+ "CreateTransitGatewayPeering": {
466
+ "http": {
467
+ "requestUri": "/transit-gateway-peerings"
468
+ },
469
+ "input": {
470
+ "type": "structure",
471
+ "required": [
472
+ "CoreNetworkId",
473
+ "TransitGatewayArn"
474
+ ],
475
+ "members": {
476
+ "CoreNetworkId": {},
477
+ "TransitGatewayArn": {},
478
+ "Tags": {
479
+ "shape": "Se"
480
+ },
481
+ "ClientToken": {
482
+ "idempotencyToken": true
483
+ }
484
+ }
485
+ },
486
+ "output": {
487
+ "type": "structure",
488
+ "members": {
489
+ "TransitGatewayPeering": {
490
+ "shape": "S2z"
491
+ }
492
+ }
493
+ }
494
+ },
495
+ "CreateTransitGatewayRouteTableAttachment": {
496
+ "http": {
497
+ "requestUri": "/transit-gateway-route-table-attachments"
498
+ },
499
+ "input": {
500
+ "type": "structure",
501
+ "required": [
502
+ "PeeringId",
503
+ "TransitGatewayRouteTableArn"
504
+ ],
505
+ "members": {
506
+ "PeeringId": {},
507
+ "TransitGatewayRouteTableArn": {},
508
+ "Tags": {
509
+ "shape": "Se"
510
+ },
511
+ "ClientToken": {
512
+ "idempotencyToken": true
513
+ }
514
+ }
515
+ },
516
+ "output": {
517
+ "type": "structure",
518
+ "members": {
519
+ "TransitGatewayRouteTableAttachment": {
520
+ "shape": "S37"
521
+ }
522
+ }
523
+ }
524
+ },
465
525
  "CreateVpcAttachment": {
466
526
  "http": {
467
527
  "requestUri": "/vpc-attachments"
@@ -477,10 +537,10 @@
477
537
  "CoreNetworkId": {},
478
538
  "VpcArn": {},
479
539
  "SubnetArns": {
480
- "shape": "S2y"
540
+ "shape": "S3a"
481
541
  },
482
542
  "Options": {
483
- "shape": "S2z"
543
+ "shape": "S3b"
484
544
  },
485
545
  "Tags": {
486
546
  "shape": "Se"
@@ -494,7 +554,7 @@
494
554
  "type": "structure",
495
555
  "members": {
496
556
  "VpcAttachment": {
497
- "shape": "S32"
557
+ "shape": "S3e"
498
558
  }
499
559
  }
500
560
  }
@@ -635,7 +695,7 @@
635
695
  "type": "structure",
636
696
  "members": {
637
697
  "CoreNetworkPolicy": {
638
- "shape": "S3d"
698
+ "shape": "S3p"
639
699
  }
640
700
  }
641
701
  }
@@ -728,6 +788,32 @@
728
788
  }
729
789
  }
730
790
  },
791
+ "DeletePeering": {
792
+ "http": {
793
+ "method": "DELETE",
794
+ "requestUri": "/peerings/{peeringId}"
795
+ },
796
+ "input": {
797
+ "type": "structure",
798
+ "required": [
799
+ "PeeringId"
800
+ ],
801
+ "members": {
802
+ "PeeringId": {
803
+ "location": "uri",
804
+ "locationName": "peeringId"
805
+ }
806
+ }
807
+ },
808
+ "output": {
809
+ "type": "structure",
810
+ "members": {
811
+ "Peering": {
812
+ "shape": "S30"
813
+ }
814
+ }
815
+ }
816
+ },
731
817
  "DeleteResourcePolicy": {
732
818
  "http": {
733
819
  "method": "DELETE",
@@ -807,7 +893,7 @@
807
893
  "type": "structure",
808
894
  "members": {
809
895
  "TransitGatewayRegistration": {
810
- "shape": "S3w"
896
+ "shape": "S49"
811
897
  }
812
898
  }
813
899
  }
@@ -1178,6 +1264,69 @@
1178
1264
  }
1179
1265
  }
1180
1266
  },
1267
+ "GetCoreNetworkChangeEvents": {
1268
+ "http": {
1269
+ "method": "GET",
1270
+ "requestUri": "/core-networks/{coreNetworkId}/core-network-change-events/{policyVersionId}"
1271
+ },
1272
+ "input": {
1273
+ "type": "structure",
1274
+ "required": [
1275
+ "CoreNetworkId",
1276
+ "PolicyVersionId"
1277
+ ],
1278
+ "members": {
1279
+ "CoreNetworkId": {
1280
+ "location": "uri",
1281
+ "locationName": "coreNetworkId"
1282
+ },
1283
+ "PolicyVersionId": {
1284
+ "location": "uri",
1285
+ "locationName": "policyVersionId",
1286
+ "type": "integer"
1287
+ },
1288
+ "MaxResults": {
1289
+ "location": "querystring",
1290
+ "locationName": "maxResults",
1291
+ "type": "integer"
1292
+ },
1293
+ "NextToken": {
1294
+ "location": "querystring",
1295
+ "locationName": "nextToken"
1296
+ }
1297
+ }
1298
+ },
1299
+ "output": {
1300
+ "type": "structure",
1301
+ "members": {
1302
+ "CoreNetworkChangeEvents": {
1303
+ "type": "list",
1304
+ "member": {
1305
+ "type": "structure",
1306
+ "members": {
1307
+ "Type": {},
1308
+ "Action": {},
1309
+ "IdentifierPath": {},
1310
+ "EventTime": {
1311
+ "type": "timestamp"
1312
+ },
1313
+ "Status": {},
1314
+ "Values": {
1315
+ "type": "structure",
1316
+ "members": {
1317
+ "EdgeLocation": {},
1318
+ "SegmentName": {},
1319
+ "AttachmentId": {},
1320
+ "Cidr": {}
1321
+ }
1322
+ }
1323
+ }
1324
+ }
1325
+ },
1326
+ "NextToken": {}
1327
+ }
1328
+ }
1329
+ },
1181
1330
  "GetCoreNetworkChangeSet": {
1182
1331
  "http": {
1183
1332
  "method": "GET",
@@ -1222,11 +1371,12 @@
1222
1371
  "Action": {},
1223
1372
  "Identifier": {},
1224
1373
  "PreviousValues": {
1225
- "shape": "S4z"
1374
+ "shape": "S5i"
1226
1375
  },
1227
1376
  "NewValues": {
1228
- "shape": "S4z"
1229
- }
1377
+ "shape": "S5i"
1378
+ },
1379
+ "IdentifierPath": {}
1230
1380
  }
1231
1381
  }
1232
1382
  },
@@ -1264,7 +1414,7 @@
1264
1414
  "type": "structure",
1265
1415
  "members": {
1266
1416
  "CoreNetworkPolicy": {
1267
- "shape": "S3d"
1417
+ "shape": "S3p"
1268
1418
  }
1269
1419
  }
1270
1420
  }
@@ -1656,7 +1806,7 @@
1656
1806
  "shape": "Se"
1657
1807
  },
1658
1808
  "Metadata": {
1659
- "shape": "S5t"
1809
+ "shape": "S6c"
1660
1810
  }
1661
1811
  }
1662
1812
  }
@@ -1685,7 +1835,7 @@
1685
1835
  "members": {
1686
1836
  "TransitGatewayRouteTableArn": {},
1687
1837
  "CoreNetworkSegmentEdge": {
1688
- "shape": "S5x"
1838
+ "shape": "S6f"
1689
1839
  }
1690
1840
  }
1691
1841
  },
@@ -1727,7 +1877,7 @@
1727
1877
  "members": {
1728
1878
  "RouteTableArn": {},
1729
1879
  "CoreNetworkSegmentEdge": {
1730
- "shape": "S5x"
1880
+ "shape": "S6f"
1731
1881
  },
1732
1882
  "RouteTableType": {},
1733
1883
  "RouteTableTimestamp": {
@@ -1897,7 +2047,7 @@
1897
2047
  "type": "structure",
1898
2048
  "members": {
1899
2049
  "RouteAnalysis": {
1900
- "shape": "S6p"
2050
+ "shape": "S77"
1901
2051
  }
1902
2052
  }
1903
2053
  }
@@ -2018,6 +2168,32 @@
2018
2168
  }
2019
2169
  }
2020
2170
  },
2171
+ "GetTransitGatewayPeering": {
2172
+ "http": {
2173
+ "method": "GET",
2174
+ "requestUri": "/transit-gateway-peerings/{peeringId}"
2175
+ },
2176
+ "input": {
2177
+ "type": "structure",
2178
+ "required": [
2179
+ "PeeringId"
2180
+ ],
2181
+ "members": {
2182
+ "PeeringId": {
2183
+ "location": "uri",
2184
+ "locationName": "peeringId"
2185
+ }
2186
+ }
2187
+ },
2188
+ "output": {
2189
+ "type": "structure",
2190
+ "members": {
2191
+ "TransitGatewayPeering": {
2192
+ "shape": "S2z"
2193
+ }
2194
+ }
2195
+ }
2196
+ },
2021
2197
  "GetTransitGatewayRegistrations": {
2022
2198
  "http": {
2023
2199
  "method": "GET",
@@ -2056,13 +2232,39 @@
2056
2232
  "TransitGatewayRegistrations": {
2057
2233
  "type": "list",
2058
2234
  "member": {
2059
- "shape": "S3w"
2235
+ "shape": "S49"
2060
2236
  }
2061
2237
  },
2062
2238
  "NextToken": {}
2063
2239
  }
2064
2240
  }
2065
2241
  },
2242
+ "GetTransitGatewayRouteTableAttachment": {
2243
+ "http": {
2244
+ "method": "GET",
2245
+ "requestUri": "/transit-gateway-route-table-attachments/{attachmentId}"
2246
+ },
2247
+ "input": {
2248
+ "type": "structure",
2249
+ "required": [
2250
+ "AttachmentId"
2251
+ ],
2252
+ "members": {
2253
+ "AttachmentId": {
2254
+ "location": "uri",
2255
+ "locationName": "attachmentId"
2256
+ }
2257
+ }
2258
+ },
2259
+ "output": {
2260
+ "type": "structure",
2261
+ "members": {
2262
+ "TransitGatewayRouteTableAttachment": {
2263
+ "shape": "S37"
2264
+ }
2265
+ }
2266
+ }
2267
+ },
2066
2268
  "GetVpcAttachment": {
2067
2269
  "http": {
2068
2270
  "method": "GET",
@@ -2084,7 +2286,7 @@
2084
2286
  "type": "structure",
2085
2287
  "members": {
2086
2288
  "VpcAttachment": {
2087
- "shape": "S32"
2289
+ "shape": "S3e"
2088
2290
  }
2089
2291
  }
2090
2292
  }
@@ -2307,7 +2509,55 @@
2307
2509
  "type": "structure",
2308
2510
  "members": {
2309
2511
  "OrganizationStatus": {
2310
- "shape": "S80"
2512
+ "shape": "S8m"
2513
+ },
2514
+ "NextToken": {}
2515
+ }
2516
+ }
2517
+ },
2518
+ "ListPeerings": {
2519
+ "http": {
2520
+ "method": "GET",
2521
+ "requestUri": "/peerings"
2522
+ },
2523
+ "input": {
2524
+ "type": "structure",
2525
+ "members": {
2526
+ "CoreNetworkId": {
2527
+ "location": "querystring",
2528
+ "locationName": "coreNetworkId"
2529
+ },
2530
+ "PeeringType": {
2531
+ "location": "querystring",
2532
+ "locationName": "peeringType"
2533
+ },
2534
+ "EdgeLocation": {
2535
+ "location": "querystring",
2536
+ "locationName": "edgeLocation"
2537
+ },
2538
+ "State": {
2539
+ "location": "querystring",
2540
+ "locationName": "state"
2541
+ },
2542
+ "MaxResults": {
2543
+ "location": "querystring",
2544
+ "locationName": "maxResults",
2545
+ "type": "integer"
2546
+ },
2547
+ "NextToken": {
2548
+ "location": "querystring",
2549
+ "locationName": "nextToken"
2550
+ }
2551
+ }
2552
+ },
2553
+ "output": {
2554
+ "type": "structure",
2555
+ "members": {
2556
+ "Peerings": {
2557
+ "type": "list",
2558
+ "member": {
2559
+ "shape": "S30"
2560
+ }
2311
2561
  },
2312
2562
  "NextToken": {}
2313
2563
  }
@@ -2370,7 +2620,7 @@
2370
2620
  "type": "structure",
2371
2621
  "members": {
2372
2622
  "CoreNetworkPolicy": {
2373
- "shape": "S3d"
2623
+ "shape": "S3p"
2374
2624
  }
2375
2625
  }
2376
2626
  }
@@ -2422,7 +2672,7 @@
2422
2672
  "type": "structure",
2423
2673
  "members": {
2424
2674
  "TransitGatewayRegistration": {
2425
- "shape": "S3w"
2675
+ "shape": "S49"
2426
2676
  }
2427
2677
  }
2428
2678
  }
@@ -2478,7 +2728,7 @@
2478
2728
  "type": "structure",
2479
2729
  "members": {
2480
2730
  "CoreNetworkPolicy": {
2481
- "shape": "S3d"
2731
+ "shape": "S3p"
2482
2732
  }
2483
2733
  }
2484
2734
  }
@@ -2500,7 +2750,7 @@
2500
2750
  "type": "structure",
2501
2751
  "members": {
2502
2752
  "OrganizationStatus": {
2503
- "shape": "S80"
2753
+ "shape": "S8m"
2504
2754
  }
2505
2755
  }
2506
2756
  }
@@ -2522,10 +2772,10 @@
2522
2772
  "locationName": "globalNetworkId"
2523
2773
  },
2524
2774
  "Source": {
2525
- "shape": "S8n"
2775
+ "shape": "S9c"
2526
2776
  },
2527
2777
  "Destination": {
2528
- "shape": "S8n"
2778
+ "shape": "S9c"
2529
2779
  },
2530
2780
  "IncludeReturnPath": {
2531
2781
  "type": "boolean"
@@ -2539,7 +2789,7 @@
2539
2789
  "type": "structure",
2540
2790
  "members": {
2541
2791
  "RouteAnalysis": {
2542
- "shape": "S6p"
2792
+ "shape": "S77"
2543
2793
  }
2544
2794
  }
2545
2795
  }
@@ -2788,7 +3038,7 @@
2788
3038
  "locationName": "resourceArn"
2789
3039
  },
2790
3040
  "Metadata": {
2791
- "shape": "S5t"
3041
+ "shape": "S6c"
2792
3042
  }
2793
3043
  }
2794
3044
  },
@@ -2797,7 +3047,7 @@
2797
3047
  "members": {
2798
3048
  "ResourceArn": {},
2799
3049
  "Metadata": {
2800
- "shape": "S5t"
3050
+ "shape": "S6c"
2801
3051
  }
2802
3052
  }
2803
3053
  }
@@ -2853,13 +3103,13 @@
2853
3103
  "locationName": "attachmentId"
2854
3104
  },
2855
3105
  "AddSubnetArns": {
2856
- "shape": "S2y"
3106
+ "shape": "S3a"
2857
3107
  },
2858
3108
  "RemoveSubnetArns": {
2859
- "shape": "S2y"
3109
+ "shape": "S3a"
2860
3110
  },
2861
3111
  "Options": {
2862
- "shape": "S2z"
3112
+ "shape": "S3b"
2863
3113
  }
2864
3114
  }
2865
3115
  },
@@ -2867,7 +3117,7 @@
2867
3117
  "type": "structure",
2868
3118
  "members": {
2869
3119
  "VpcAttachment": {
2870
- "shape": "S32"
3120
+ "shape": "S3e"
2871
3121
  }
2872
3122
  }
2873
3123
  }
@@ -3215,11 +3465,49 @@
3215
3465
  "VpnConnectionArn": {}
3216
3466
  }
3217
3467
  },
3218
- "S2y": {
3468
+ "S2z": {
3469
+ "type": "structure",
3470
+ "members": {
3471
+ "Peering": {
3472
+ "shape": "S30"
3473
+ },
3474
+ "TransitGatewayArn": {}
3475
+ }
3476
+ },
3477
+ "S30": {
3478
+ "type": "structure",
3479
+ "members": {
3480
+ "CoreNetworkId": {},
3481
+ "CoreNetworkArn": {},
3482
+ "PeeringId": {},
3483
+ "OwnerAccountId": {},
3484
+ "PeeringType": {},
3485
+ "State": {},
3486
+ "EdgeLocation": {},
3487
+ "ResourceArn": {},
3488
+ "Tags": {
3489
+ "shape": "Se"
3490
+ },
3491
+ "CreatedAt": {
3492
+ "type": "timestamp"
3493
+ }
3494
+ }
3495
+ },
3496
+ "S37": {
3497
+ "type": "structure",
3498
+ "members": {
3499
+ "Attachment": {
3500
+ "shape": "S4"
3501
+ },
3502
+ "PeeringId": {},
3503
+ "TransitGatewayRouteTableArn": {}
3504
+ }
3505
+ },
3506
+ "S3a": {
3219
3507
  "type": "list",
3220
3508
  "member": {}
3221
3509
  },
3222
- "S2z": {
3510
+ "S3b": {
3223
3511
  "type": "structure",
3224
3512
  "members": {
3225
3513
  "Ipv6Support": {
@@ -3227,21 +3515,21 @@
3227
3515
  }
3228
3516
  }
3229
3517
  },
3230
- "S32": {
3518
+ "S3e": {
3231
3519
  "type": "structure",
3232
3520
  "members": {
3233
3521
  "Attachment": {
3234
3522
  "shape": "S4"
3235
3523
  },
3236
3524
  "SubnetArns": {
3237
- "shape": "S2y"
3525
+ "shape": "S3a"
3238
3526
  },
3239
3527
  "Options": {
3240
- "shape": "S2z"
3528
+ "shape": "S3b"
3241
3529
  }
3242
3530
  }
3243
3531
  },
3244
- "S3d": {
3532
+ "S3p": {
3245
3533
  "type": "structure",
3246
3534
  "members": {
3247
3535
  "CoreNetworkId": {},
@@ -3274,7 +3562,7 @@
3274
3562
  }
3275
3563
  }
3276
3564
  },
3277
- "S3w": {
3565
+ "S49": {
3278
3566
  "type": "structure",
3279
3567
  "members": {
3280
3568
  "GlobalNetworkId": {},
@@ -3288,7 +3576,7 @@
3288
3576
  }
3289
3577
  }
3290
3578
  },
3291
- "S4z": {
3579
+ "S5i": {
3292
3580
  "type": "structure",
3293
3581
  "members": {
3294
3582
  "SegmentName": {},
@@ -3308,12 +3596,12 @@
3308
3596
  }
3309
3597
  }
3310
3598
  },
3311
- "S5t": {
3599
+ "S6c": {
3312
3600
  "type": "map",
3313
3601
  "key": {},
3314
3602
  "value": {}
3315
3603
  },
3316
- "S5x": {
3604
+ "S6f": {
3317
3605
  "type": "structure",
3318
3606
  "members": {
3319
3607
  "CoreNetworkId": {},
@@ -3321,7 +3609,7 @@
3321
3609
  "EdgeLocation": {}
3322
3610
  }
3323
3611
  },
3324
- "S6p": {
3612
+ "S77": {
3325
3613
  "type": "structure",
3326
3614
  "members": {
3327
3615
  "GlobalNetworkId": {},
@@ -3332,10 +3620,10 @@
3332
3620
  },
3333
3621
  "Status": {},
3334
3622
  "Source": {
3335
- "shape": "S6r"
3623
+ "shape": "S79"
3336
3624
  },
3337
3625
  "Destination": {
3338
- "shape": "S6r"
3626
+ "shape": "S79"
3339
3627
  },
3340
3628
  "IncludeReturnPath": {
3341
3629
  "type": "boolean"
@@ -3344,14 +3632,14 @@
3344
3632
  "type": "boolean"
3345
3633
  },
3346
3634
  "ForwardPath": {
3347
- "shape": "S6t"
3635
+ "shape": "S7b"
3348
3636
  },
3349
3637
  "ReturnPath": {
3350
- "shape": "S6t"
3638
+ "shape": "S7b"
3351
3639
  }
3352
3640
  }
3353
3641
  },
3354
- "S6r": {
3642
+ "S79": {
3355
3643
  "type": "structure",
3356
3644
  "members": {
3357
3645
  "TransitGatewayAttachmentArn": {},
@@ -3359,7 +3647,7 @@
3359
3647
  "IpAddress": {}
3360
3648
  }
3361
3649
  },
3362
- "S6t": {
3650
+ "S7b": {
3363
3651
  "type": "structure",
3364
3652
  "members": {
3365
3653
  "CompletionStatus": {
@@ -3401,7 +3689,7 @@
3401
3689
  }
3402
3690
  }
3403
3691
  },
3404
- "S80": {
3692
+ "S8m": {
3405
3693
  "type": "structure",
3406
3694
  "members": {
3407
3695
  "OrganizationId": {},
@@ -3419,7 +3707,7 @@
3419
3707
  }
3420
3708
  }
3421
3709
  },
3422
- "S8n": {
3710
+ "S9c": {
3423
3711
  "type": "structure",
3424
3712
  "members": {
3425
3713
  "TransitGatewayAttachmentArn": {},
@@ -18,6 +18,12 @@
18
18
  "limit_key": "MaxResults",
19
19
  "result_key": "Connections"
20
20
  },
21
+ "GetCoreNetworkChangeEvents": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "MaxResults",
25
+ "result_key": "CoreNetworkChangeEvents"
26
+ },
21
27
  "GetCoreNetworkChangeSet": {
22
28
  "input_token": "NextToken",
23
29
  "output_token": "NextToken",
@@ -113,6 +119,12 @@
113
119
  "output_token": "NextToken",
114
120
  "limit_key": "MaxResults",
115
121
  "result_key": "CoreNetworks"
122
+ },
123
+ "ListPeerings": {
124
+ "input_token": "NextToken",
125
+ "output_token": "NextToken",
126
+ "limit_key": "MaxResults",
127
+ "result_key": "Peerings"
116
128
  }
117
129
  }
118
130
  }