aws-sdk 2.1411.0 → 2.1413.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.
- package/CHANGELOG.md +15 -1
- package/README.md +1 -1
- package/apis/dms-2016-01-01.min.json +643 -216
- package/apis/dms-2016-01-01.paginators.json +15 -0
- package/apis/ec2-2016-11-15.min.json +281 -278
- package/apis/glue-2017-03-31.min.json +146 -131
- package/apis/location-2020-11-19.min.json +79 -40
- package/apis/logs-2014-03-28.min.json +32 -33
- package/apis/medialive-2017-10-14.min.json +322 -188
- package/apis/mediatailor-2018-04-23.min.json +209 -191
- package/apis/outposts-2019-12-03.paginators.json +12 -6
- package/apis/quicksight-2018-04-01.min.json +561 -528
- package/clients/cloudwatchlogs.d.ts +32 -18
- package/clients/dms.d.ts +632 -7
- package/clients/ec2.d.ts +10 -5
- package/clients/glue.d.ts +21 -0
- package/clients/location.d.ts +50 -14
- package/clients/medialive.d.ts +101 -0
- package/clients/mediatailor.d.ts +21 -0
- package/clients/outposts.d.ts +4 -4
- package/clients/quicksight.d.ts +53 -7
- package/clients/rds.d.ts +35 -35
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +395 -354
- package/dist/aws-sdk.min.js +70 -70
- package/lib/core.js +1 -1
- package/lib/credentials/shared_ini_file_credentials.js +2 -0
- package/package.json +1 -1
@@ -427,9 +427,14 @@
|
|
427
427
|
"IncludeLegGeometry": {
|
428
428
|
"type": "boolean"
|
429
429
|
},
|
430
|
+
"Key": {
|
431
|
+
"shape": "S1q",
|
432
|
+
"location": "querystring",
|
433
|
+
"locationName": "key"
|
434
|
+
},
|
430
435
|
"TravelMode": {},
|
431
436
|
"TruckModeOptions": {
|
432
|
-
"shape": "
|
437
|
+
"shape": "S1s"
|
433
438
|
},
|
434
439
|
"WaypointPositions": {
|
435
440
|
"type": "list",
|
@@ -532,7 +537,7 @@
|
|
532
537
|
"type": "double"
|
533
538
|
},
|
534
539
|
"RouteBBox": {
|
535
|
-
"shape": "
|
540
|
+
"shape": "S2h"
|
536
541
|
}
|
537
542
|
}
|
538
543
|
}
|
@@ -581,9 +586,14 @@
|
|
581
586
|
}
|
582
587
|
},
|
583
588
|
"DistanceUnit": {},
|
589
|
+
"Key": {
|
590
|
+
"shape": "S1q",
|
591
|
+
"location": "querystring",
|
592
|
+
"locationName": "key"
|
593
|
+
},
|
584
594
|
"TravelMode": {},
|
585
595
|
"TruckModeOptions": {
|
586
|
-
"shape": "
|
596
|
+
"shape": "S1s"
|
587
597
|
}
|
588
598
|
}
|
589
599
|
},
|
@@ -681,7 +691,7 @@
|
|
681
691
|
"deprecatedMessage": "Deprecated. No longer allowed."
|
682
692
|
},
|
683
693
|
"Tags": {
|
684
|
-
"shape": "
|
694
|
+
"shape": "S32"
|
685
695
|
}
|
686
696
|
}
|
687
697
|
},
|
@@ -726,10 +736,10 @@
|
|
726
736
|
"type": "boolean"
|
727
737
|
},
|
728
738
|
"Restrictions": {
|
729
|
-
"shape": "
|
739
|
+
"shape": "S37"
|
730
740
|
},
|
731
741
|
"Tags": {
|
732
|
-
"shape": "
|
742
|
+
"shape": "S32"
|
733
743
|
}
|
734
744
|
}
|
735
745
|
},
|
@@ -746,7 +756,7 @@
|
|
746
756
|
"shape": "St"
|
747
757
|
},
|
748
758
|
"Key": {
|
749
|
-
"shape": "
|
759
|
+
"shape": "S1q"
|
750
760
|
},
|
751
761
|
"KeyArn": {},
|
752
762
|
"KeyName": {}
|
@@ -779,7 +789,7 @@
|
|
779
789
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
780
790
|
},
|
781
791
|
"Tags": {
|
782
|
-
"shape": "
|
792
|
+
"shape": "S32"
|
783
793
|
}
|
784
794
|
}
|
785
795
|
},
|
@@ -826,7 +836,7 @@
|
|
826
836
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
827
837
|
},
|
828
838
|
"Tags": {
|
829
|
-
"shape": "
|
839
|
+
"shape": "S32"
|
830
840
|
}
|
831
841
|
}
|
832
842
|
},
|
@@ -870,7 +880,7 @@
|
|
870
880
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
871
881
|
},
|
872
882
|
"Tags": {
|
873
|
-
"shape": "
|
883
|
+
"shape": "S32"
|
874
884
|
}
|
875
885
|
}
|
876
886
|
},
|
@@ -906,6 +916,9 @@
|
|
906
916
|
],
|
907
917
|
"members": {
|
908
918
|
"Description": {},
|
919
|
+
"EventBridgeEnabled": {
|
920
|
+
"type": "boolean"
|
921
|
+
},
|
909
922
|
"KmsKeyId": {},
|
910
923
|
"PositionFiltering": {},
|
911
924
|
"PricingPlan": {
|
@@ -917,7 +930,7 @@
|
|
917
930
|
"deprecatedMessage": "Deprecated. No longer allowed."
|
918
931
|
},
|
919
932
|
"Tags": {
|
920
|
-
"shape": "
|
933
|
+
"shape": "S32"
|
921
934
|
},
|
922
935
|
"TrackerName": {}
|
923
936
|
}
|
@@ -1148,7 +1161,7 @@
|
|
1148
1161
|
"deprecatedMessage": "Deprecated. Unused."
|
1149
1162
|
},
|
1150
1163
|
"Tags": {
|
1151
|
-
"shape": "
|
1164
|
+
"shape": "S32"
|
1152
1165
|
},
|
1153
1166
|
"UpdateTime": {
|
1154
1167
|
"shape": "St"
|
@@ -1197,15 +1210,15 @@
|
|
1197
1210
|
"shape": "St"
|
1198
1211
|
},
|
1199
1212
|
"Key": {
|
1200
|
-
"shape": "
|
1213
|
+
"shape": "S1q"
|
1201
1214
|
},
|
1202
1215
|
"KeyArn": {},
|
1203
1216
|
"KeyName": {},
|
1204
1217
|
"Restrictions": {
|
1205
|
-
"shape": "
|
1218
|
+
"shape": "S37"
|
1206
1219
|
},
|
1207
1220
|
"Tags": {
|
1208
|
-
"shape": "
|
1221
|
+
"shape": "S32"
|
1209
1222
|
},
|
1210
1223
|
"UpdateTime": {
|
1211
1224
|
"shape": "St"
|
@@ -1261,7 +1274,7 @@
|
|
1261
1274
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
1262
1275
|
},
|
1263
1276
|
"Tags": {
|
1264
|
-
"shape": "
|
1277
|
+
"shape": "S32"
|
1265
1278
|
},
|
1266
1279
|
"UpdateTime": {
|
1267
1280
|
"shape": "St"
|
@@ -1317,7 +1330,7 @@
|
|
1317
1330
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
1318
1331
|
},
|
1319
1332
|
"Tags": {
|
1320
|
-
"shape": "
|
1333
|
+
"shape": "S32"
|
1321
1334
|
},
|
1322
1335
|
"UpdateTime": {
|
1323
1336
|
"shape": "St"
|
@@ -1369,7 +1382,7 @@
|
|
1369
1382
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
1370
1383
|
},
|
1371
1384
|
"Tags": {
|
1372
|
-
"shape": "
|
1385
|
+
"shape": "S32"
|
1373
1386
|
},
|
1374
1387
|
"UpdateTime": {
|
1375
1388
|
"shape": "St"
|
@@ -1412,6 +1425,9 @@
|
|
1412
1425
|
"shape": "St"
|
1413
1426
|
},
|
1414
1427
|
"Description": {},
|
1428
|
+
"EventBridgeEnabled": {
|
1429
|
+
"type": "boolean"
|
1430
|
+
},
|
1415
1431
|
"KmsKeyId": {},
|
1416
1432
|
"PositionFiltering": {},
|
1417
1433
|
"PricingPlan": {
|
@@ -1423,7 +1439,7 @@
|
|
1423
1439
|
"deprecatedMessage": "Deprecated. Unused."
|
1424
1440
|
},
|
1425
1441
|
"Tags": {
|
1426
|
-
"shape": "
|
1442
|
+
"shape": "S32"
|
1427
1443
|
},
|
1428
1444
|
"TrackerArn": {},
|
1429
1445
|
"TrackerName": {},
|
@@ -1644,7 +1660,7 @@
|
|
1644
1660
|
"locationName": "FontUnicodeRange"
|
1645
1661
|
},
|
1646
1662
|
"Key": {
|
1647
|
-
"shape": "
|
1663
|
+
"shape": "S1q",
|
1648
1664
|
"location": "querystring",
|
1649
1665
|
"locationName": "key"
|
1650
1666
|
},
|
@@ -1693,7 +1709,7 @@
|
|
1693
1709
|
"locationName": "FileName"
|
1694
1710
|
},
|
1695
1711
|
"Key": {
|
1696
|
-
"shape": "
|
1712
|
+
"shape": "S1q",
|
1697
1713
|
"location": "querystring",
|
1698
1714
|
"locationName": "key"
|
1699
1715
|
},
|
@@ -1737,7 +1753,7 @@
|
|
1737
1753
|
],
|
1738
1754
|
"members": {
|
1739
1755
|
"Key": {
|
1740
|
-
"shape": "
|
1756
|
+
"shape": "S1q",
|
1741
1757
|
"location": "querystring",
|
1742
1758
|
"locationName": "key"
|
1743
1759
|
},
|
@@ -1784,7 +1800,7 @@
|
|
1784
1800
|
],
|
1785
1801
|
"members": {
|
1786
1802
|
"Key": {
|
1787
|
-
"shape": "
|
1803
|
+
"shape": "S1q",
|
1788
1804
|
"location": "querystring",
|
1789
1805
|
"locationName": "key"
|
1790
1806
|
},
|
@@ -1844,6 +1860,11 @@
|
|
1844
1860
|
"location": "uri",
|
1845
1861
|
"locationName": "IndexName"
|
1846
1862
|
},
|
1863
|
+
"Key": {
|
1864
|
+
"shape": "S1q",
|
1865
|
+
"location": "querystring",
|
1866
|
+
"locationName": "key"
|
1867
|
+
},
|
1847
1868
|
"Language": {
|
1848
1869
|
"location": "querystring",
|
1849
1870
|
"locationName": "language"
|
@@ -2096,7 +2117,7 @@
|
|
2096
2117
|
},
|
2097
2118
|
"KeyName": {},
|
2098
2119
|
"Restrictions": {
|
2099
|
-
"shape": "
|
2120
|
+
"shape": "S37"
|
2100
2121
|
},
|
2101
2122
|
"UpdateTime": {
|
2102
2123
|
"shape": "St"
|
@@ -2298,7 +2319,7 @@
|
|
2298
2319
|
"type": "structure",
|
2299
2320
|
"members": {
|
2300
2321
|
"Tags": {
|
2301
|
-
"shape": "
|
2322
|
+
"shape": "S32"
|
2302
2323
|
}
|
2303
2324
|
}
|
2304
2325
|
},
|
@@ -2468,6 +2489,11 @@
|
|
2468
2489
|
"location": "uri",
|
2469
2490
|
"locationName": "IndexName"
|
2470
2491
|
},
|
2492
|
+
"Key": {
|
2493
|
+
"shape": "S1q",
|
2494
|
+
"location": "querystring",
|
2495
|
+
"locationName": "key"
|
2496
|
+
},
|
2471
2497
|
"Language": {},
|
2472
2498
|
"MaxResults": {
|
2473
2499
|
"type": "integer"
|
@@ -2542,7 +2568,7 @@
|
|
2542
2568
|
"shape": "So"
|
2543
2569
|
},
|
2544
2570
|
"FilterBBox": {
|
2545
|
-
"shape": "
|
2571
|
+
"shape": "S2h"
|
2546
2572
|
},
|
2547
2573
|
"FilterCategories": {
|
2548
2574
|
"shape": "S73"
|
@@ -2554,6 +2580,11 @@
|
|
2554
2580
|
"location": "uri",
|
2555
2581
|
"locationName": "IndexName"
|
2556
2582
|
},
|
2583
|
+
"Key": {
|
2584
|
+
"shape": "S1q",
|
2585
|
+
"location": "querystring",
|
2586
|
+
"locationName": "key"
|
2587
|
+
},
|
2557
2588
|
"Language": {},
|
2558
2589
|
"MaxResults": {
|
2559
2590
|
"type": "integer"
|
@@ -2602,7 +2633,7 @@
|
|
2602
2633
|
},
|
2603
2634
|
"DataSource": {},
|
2604
2635
|
"FilterBBox": {
|
2605
|
-
"shape": "
|
2636
|
+
"shape": "S2h"
|
2606
2637
|
},
|
2607
2638
|
"FilterCategories": {
|
2608
2639
|
"shape": "S73"
|
@@ -2641,7 +2672,7 @@
|
|
2641
2672
|
"shape": "So"
|
2642
2673
|
},
|
2643
2674
|
"FilterBBox": {
|
2644
|
-
"shape": "
|
2675
|
+
"shape": "S2h"
|
2645
2676
|
},
|
2646
2677
|
"FilterCategories": {
|
2647
2678
|
"shape": "S73"
|
@@ -2653,6 +2684,11 @@
|
|
2653
2684
|
"location": "uri",
|
2654
2685
|
"locationName": "IndexName"
|
2655
2686
|
},
|
2687
|
+
"Key": {
|
2688
|
+
"shape": "S1q",
|
2689
|
+
"location": "querystring",
|
2690
|
+
"locationName": "key"
|
2691
|
+
},
|
2656
2692
|
"Language": {},
|
2657
2693
|
"MaxResults": {
|
2658
2694
|
"type": "integer"
|
@@ -2703,7 +2739,7 @@
|
|
2703
2739
|
},
|
2704
2740
|
"DataSource": {},
|
2705
2741
|
"FilterBBox": {
|
2706
|
-
"shape": "
|
2742
|
+
"shape": "S2h"
|
2707
2743
|
},
|
2708
2744
|
"FilterCategories": {
|
2709
2745
|
"shape": "S73"
|
@@ -2716,7 +2752,7 @@
|
|
2716
2752
|
"type": "integer"
|
2717
2753
|
},
|
2718
2754
|
"ResultBBox": {
|
2719
|
-
"shape": "
|
2755
|
+
"shape": "S2h"
|
2720
2756
|
},
|
2721
2757
|
"Text": {
|
2722
2758
|
"shape": "S7c"
|
@@ -2746,7 +2782,7 @@
|
|
2746
2782
|
"locationName": "ResourceArn"
|
2747
2783
|
},
|
2748
2784
|
"Tags": {
|
2749
|
-
"shape": "
|
2785
|
+
"shape": "S32"
|
2750
2786
|
}
|
2751
2787
|
}
|
2752
2788
|
},
|
@@ -2866,7 +2902,7 @@
|
|
2866
2902
|
"type": "boolean"
|
2867
2903
|
},
|
2868
2904
|
"Restrictions": {
|
2869
|
-
"shape": "
|
2905
|
+
"shape": "S37"
|
2870
2906
|
}
|
2871
2907
|
}
|
2872
2908
|
},
|
@@ -3041,6 +3077,9 @@
|
|
3041
3077
|
],
|
3042
3078
|
"members": {
|
3043
3079
|
"Description": {},
|
3080
|
+
"EventBridgeEnabled": {
|
3081
|
+
"type": "boolean"
|
3082
|
+
},
|
3044
3083
|
"PositionFiltering": {},
|
3045
3084
|
"PricingPlan": {
|
3046
3085
|
"deprecated": true,
|
@@ -3206,7 +3245,11 @@
|
|
3206
3245
|
}
|
3207
3246
|
}
|
3208
3247
|
},
|
3209
|
-
"
|
3248
|
+
"S1q": {
|
3249
|
+
"type": "string",
|
3250
|
+
"sensitive": true
|
3251
|
+
},
|
3252
|
+
"S1s": {
|
3210
3253
|
"type": "structure",
|
3211
3254
|
"members": {
|
3212
3255
|
"AvoidFerries": {
|
@@ -3241,19 +3284,19 @@
|
|
3241
3284
|
}
|
3242
3285
|
}
|
3243
3286
|
},
|
3244
|
-
"
|
3287
|
+
"S2h": {
|
3245
3288
|
"type": "list",
|
3246
3289
|
"member": {
|
3247
3290
|
"type": "double"
|
3248
3291
|
},
|
3249
3292
|
"sensitive": true
|
3250
3293
|
},
|
3251
|
-
"
|
3294
|
+
"S32": {
|
3252
3295
|
"type": "map",
|
3253
3296
|
"key": {},
|
3254
3297
|
"value": {}
|
3255
3298
|
},
|
3256
|
-
"
|
3299
|
+
"S37": {
|
3257
3300
|
"type": "structure",
|
3258
3301
|
"required": [
|
3259
3302
|
"AllowActions",
|
@@ -3274,10 +3317,6 @@
|
|
3274
3317
|
}
|
3275
3318
|
}
|
3276
3319
|
},
|
3277
|
-
"S3e": {
|
3278
|
-
"type": "string",
|
3279
|
-
"sensitive": true
|
3280
|
-
},
|
3281
3320
|
"S3g": {
|
3282
3321
|
"type": "structure",
|
3283
3322
|
"required": [
|
@@ -16,12 +16,12 @@
|
|
16
16
|
"input": {
|
17
17
|
"type": "structure",
|
18
18
|
"required": [
|
19
|
-
"logGroupName",
|
20
19
|
"kmsKeyId"
|
21
20
|
],
|
22
21
|
"members": {
|
23
22
|
"logGroupName": {},
|
24
|
-
"kmsKeyId": {}
|
23
|
+
"kmsKeyId": {},
|
24
|
+
"resourceIdentifier": {}
|
25
25
|
}
|
26
26
|
}
|
27
27
|
},
|
@@ -76,7 +76,7 @@
|
|
76
76
|
"logGroupName": {},
|
77
77
|
"kmsKeyId": {},
|
78
78
|
"tags": {
|
79
|
-
"shape": "
|
79
|
+
"shape": "Sf"
|
80
80
|
}
|
81
81
|
}
|
82
82
|
}
|
@@ -227,7 +227,7 @@
|
|
227
227
|
"policyType": {},
|
228
228
|
"policyName": {},
|
229
229
|
"accountIdentifiers": {
|
230
|
-
"shape": "
|
230
|
+
"shape": "S12"
|
231
231
|
}
|
232
232
|
}
|
233
233
|
},
|
@@ -237,7 +237,7 @@
|
|
237
237
|
"accountPolicies": {
|
238
238
|
"type": "list",
|
239
239
|
"member": {
|
240
|
-
"shape": "
|
240
|
+
"shape": "S16"
|
241
241
|
}
|
242
242
|
}
|
243
243
|
}
|
@@ -260,7 +260,7 @@
|
|
260
260
|
"destinations": {
|
261
261
|
"type": "list",
|
262
262
|
"member": {
|
263
|
-
"shape": "
|
263
|
+
"shape": "S1e"
|
264
264
|
}
|
265
265
|
},
|
266
266
|
"nextToken": {}
|
@@ -328,7 +328,7 @@
|
|
328
328
|
"type": "structure",
|
329
329
|
"members": {
|
330
330
|
"accountIdentifiers": {
|
331
|
-
"shape": "
|
331
|
+
"shape": "S12"
|
332
332
|
},
|
333
333
|
"logGroupNamePrefix": {},
|
334
334
|
"logGroupNamePattern": {},
|
@@ -453,7 +453,7 @@
|
|
453
453
|
"filterName": {},
|
454
454
|
"filterPattern": {},
|
455
455
|
"metricTransformations": {
|
456
|
-
"shape": "
|
456
|
+
"shape": "S2h"
|
457
457
|
},
|
458
458
|
"creationTime": {
|
459
459
|
"type": "long"
|
@@ -526,7 +526,7 @@
|
|
526
526
|
"type": "long"
|
527
527
|
},
|
528
528
|
"logGroupNames": {
|
529
|
-
"shape": "
|
529
|
+
"shape": "S33"
|
530
530
|
}
|
531
531
|
}
|
532
532
|
}
|
@@ -551,7 +551,7 @@
|
|
551
551
|
"resourcePolicies": {
|
552
552
|
"type": "list",
|
553
553
|
"member": {
|
554
|
-
"shape": "
|
554
|
+
"shape": "S37"
|
555
555
|
}
|
556
556
|
},
|
557
557
|
"nextToken": {}
|
@@ -600,11 +600,9 @@
|
|
600
600
|
"DisassociateKmsKey": {
|
601
601
|
"input": {
|
602
602
|
"type": "structure",
|
603
|
-
"required": [
|
604
|
-
"logGroupName"
|
605
|
-
],
|
606
603
|
"members": {
|
607
|
-
"logGroupName": {}
|
604
|
+
"logGroupName": {},
|
605
|
+
"resourceIdentifier": {}
|
608
606
|
}
|
609
607
|
}
|
610
608
|
},
|
@@ -841,7 +839,8 @@
|
|
841
839
|
}
|
842
840
|
}
|
843
841
|
},
|
844
|
-
"status": {}
|
842
|
+
"status": {},
|
843
|
+
"encryptionKey": {}
|
845
844
|
}
|
846
845
|
}
|
847
846
|
},
|
@@ -859,7 +858,7 @@
|
|
859
858
|
"type": "structure",
|
860
859
|
"members": {
|
861
860
|
"tags": {
|
862
|
-
"shape": "
|
861
|
+
"shape": "Sf"
|
863
862
|
}
|
864
863
|
}
|
865
864
|
}
|
@@ -880,7 +879,7 @@
|
|
880
879
|
"type": "structure",
|
881
880
|
"members": {
|
882
881
|
"tags": {
|
883
|
-
"shape": "
|
882
|
+
"shape": "Sf"
|
884
883
|
}
|
885
884
|
},
|
886
885
|
"deprecated": true,
|
@@ -908,7 +907,7 @@
|
|
908
907
|
"type": "structure",
|
909
908
|
"members": {
|
910
909
|
"accountPolicy": {
|
911
|
-
"shape": "
|
910
|
+
"shape": "S16"
|
912
911
|
}
|
913
912
|
}
|
914
913
|
}
|
@@ -949,7 +948,7 @@
|
|
949
948
|
"targetArn": {},
|
950
949
|
"roleArn": {},
|
951
950
|
"tags": {
|
952
|
-
"shape": "
|
951
|
+
"shape": "Sf"
|
953
952
|
}
|
954
953
|
}
|
955
954
|
},
|
@@ -957,7 +956,7 @@
|
|
957
956
|
"type": "structure",
|
958
957
|
"members": {
|
959
958
|
"destination": {
|
960
|
-
"shape": "
|
959
|
+
"shape": "S1e"
|
961
960
|
}
|
962
961
|
}
|
963
962
|
}
|
@@ -1043,7 +1042,7 @@
|
|
1043
1042
|
"filterName": {},
|
1044
1043
|
"filterPattern": {},
|
1045
1044
|
"metricTransformations": {
|
1046
|
-
"shape": "
|
1045
|
+
"shape": "S2h"
|
1047
1046
|
}
|
1048
1047
|
}
|
1049
1048
|
}
|
@@ -1059,7 +1058,7 @@
|
|
1059
1058
|
"name": {},
|
1060
1059
|
"queryDefinitionId": {},
|
1061
1060
|
"logGroupNames": {
|
1062
|
-
"shape": "
|
1061
|
+
"shape": "S33"
|
1063
1062
|
},
|
1064
1063
|
"queryString": {}
|
1065
1064
|
}
|
@@ -1083,7 +1082,7 @@
|
|
1083
1082
|
"type": "structure",
|
1084
1083
|
"members": {
|
1085
1084
|
"resourcePolicy": {
|
1086
|
-
"shape": "
|
1085
|
+
"shape": "S37"
|
1087
1086
|
}
|
1088
1087
|
}
|
1089
1088
|
}
|
@@ -1133,7 +1132,7 @@
|
|
1133
1132
|
"members": {
|
1134
1133
|
"logGroupName": {},
|
1135
1134
|
"logGroupNames": {
|
1136
|
-
"shape": "
|
1135
|
+
"shape": "S33"
|
1137
1136
|
},
|
1138
1137
|
"logGroupIdentifiers": {
|
1139
1138
|
"type": "list",
|
@@ -1187,7 +1186,7 @@
|
|
1187
1186
|
"members": {
|
1188
1187
|
"logGroupName": {},
|
1189
1188
|
"tags": {
|
1190
|
-
"shape": "
|
1189
|
+
"shape": "Sf"
|
1191
1190
|
}
|
1192
1191
|
},
|
1193
1192
|
"deprecated": true,
|
@@ -1206,7 +1205,7 @@
|
|
1206
1205
|
"members": {
|
1207
1206
|
"resourceArn": {},
|
1208
1207
|
"tags": {
|
1209
|
-
"shape": "
|
1208
|
+
"shape": "Sf"
|
1210
1209
|
}
|
1211
1210
|
}
|
1212
1211
|
}
|
@@ -1287,16 +1286,16 @@
|
|
1287
1286
|
}
|
1288
1287
|
},
|
1289
1288
|
"shapes": {
|
1290
|
-
"
|
1289
|
+
"Sf": {
|
1291
1290
|
"type": "map",
|
1292
1291
|
"key": {},
|
1293
1292
|
"value": {}
|
1294
1293
|
},
|
1295
|
-
"
|
1294
|
+
"S12": {
|
1296
1295
|
"type": "list",
|
1297
1296
|
"member": {}
|
1298
1297
|
},
|
1299
|
-
"
|
1298
|
+
"S16": {
|
1300
1299
|
"type": "structure",
|
1301
1300
|
"members": {
|
1302
1301
|
"policyName": {},
|
@@ -1309,7 +1308,7 @@
|
|
1309
1308
|
"accountId": {}
|
1310
1309
|
}
|
1311
1310
|
},
|
1312
|
-
"
|
1311
|
+
"S1e": {
|
1313
1312
|
"type": "structure",
|
1314
1313
|
"members": {
|
1315
1314
|
"destinationName": {},
|
@@ -1322,7 +1321,7 @@
|
|
1322
1321
|
}
|
1323
1322
|
}
|
1324
1323
|
},
|
1325
|
-
"
|
1324
|
+
"S2h": {
|
1326
1325
|
"type": "list",
|
1327
1326
|
"member": {
|
1328
1327
|
"type": "structure",
|
@@ -1347,11 +1346,11 @@
|
|
1347
1346
|
}
|
1348
1347
|
}
|
1349
1348
|
},
|
1350
|
-
"
|
1349
|
+
"S33": {
|
1351
1350
|
"type": "list",
|
1352
1351
|
"member": {}
|
1353
1352
|
},
|
1354
|
-
"
|
1353
|
+
"S37": {
|
1355
1354
|
"type": "structure",
|
1356
1355
|
"members": {
|
1357
1356
|
"policyName": {},
|