aws-sdk 2.1624.0 → 2.1626.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/README.md +1 -1
- package/apis/chatbot-2017-10-11.min.json +138 -24
- package/apis/cloudformation-2010-05-15.min.json +48 -43
- package/apis/cloudfront-2020-05-31.min.json +3 -0
- package/apis/glue-2017-03-31.min.json +350 -343
- package/apis/kms-2014-11-01.min.json +3 -0
- package/apis/lightsail-2016-11-28.min.json +7 -1
- package/apis/mailmanager-2023-10-17.examples.json +5 -0
- package/apis/mailmanager-2023-10-17.min.json +1836 -0
- package/apis/mailmanager-2023-10-17.paginators.json +58 -0
- package/apis/metadata.json +3 -0
- package/apis/opensearch-2021-01-01.min.json +18 -12
- package/apis/pi-2018-02-27.min.json +24 -17
- package/apis/wafv2-2019-07-29.min.json +42 -32
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chatbot.d.ts +100 -0
- package/clients/cloudformation.d.ts +11 -2
- package/clients/glue.d.ts +20 -3
- package/clients/kms.d.ts +6 -6
- package/clients/lightsail.d.ts +29 -25
- package/clients/mailmanager.d.ts +2320 -0
- package/clients/mailmanager.js +18 -0
- package/clients/opensearch.d.ts +14 -1
- package/clients/pi.d.ts +15 -8
- package/clients/rds.d.ts +4 -4
- package/clients/storagegateway.d.ts +7 -7
- package/clients/wafv2.d.ts +34 -4
- package/dist/aws-sdk-core-react-native.js +5 -3
- package/dist/aws-sdk-react-native.js +53 -14
- package/dist/aws-sdk.js +63 -47
- package/dist/aws-sdk.min.js +53 -53
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/lib/query/query_param_serializer.js +3 -1
- package/package.json +1 -1
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListAddonInstances": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "PageSize",
|
7
|
+
"result_key": "AddonInstances"
|
8
|
+
},
|
9
|
+
"ListAddonSubscriptions": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"output_token": "NextToken",
|
12
|
+
"limit_key": "PageSize",
|
13
|
+
"result_key": "AddonSubscriptions"
|
14
|
+
},
|
15
|
+
"ListArchiveExports": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"output_token": "NextToken",
|
18
|
+
"limit_key": "PageSize",
|
19
|
+
"result_key": "Exports"
|
20
|
+
},
|
21
|
+
"ListArchiveSearches": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"output_token": "NextToken",
|
24
|
+
"limit_key": "PageSize",
|
25
|
+
"result_key": "Searches"
|
26
|
+
},
|
27
|
+
"ListArchives": {
|
28
|
+
"input_token": "NextToken",
|
29
|
+
"output_token": "NextToken",
|
30
|
+
"limit_key": "PageSize",
|
31
|
+
"result_key": "Archives"
|
32
|
+
},
|
33
|
+
"ListIngressPoints": {
|
34
|
+
"input_token": "NextToken",
|
35
|
+
"output_token": "NextToken",
|
36
|
+
"limit_key": "PageSize",
|
37
|
+
"result_key": "IngressPoints"
|
38
|
+
},
|
39
|
+
"ListRelays": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"output_token": "NextToken",
|
42
|
+
"limit_key": "PageSize",
|
43
|
+
"result_key": "Relays"
|
44
|
+
},
|
45
|
+
"ListRuleSets": {
|
46
|
+
"input_token": "NextToken",
|
47
|
+
"output_token": "NextToken",
|
48
|
+
"limit_key": "PageSize",
|
49
|
+
"result_key": "RuleSets"
|
50
|
+
},
|
51
|
+
"ListTrafficPolicies": {
|
52
|
+
"input_token": "NextToken",
|
53
|
+
"output_token": "NextToken",
|
54
|
+
"limit_key": "PageSize",
|
55
|
+
"result_key": "TrafficPolicies"
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
package/apis/metadata.json
CHANGED
@@ -4,6 +4,9 @@
|
|
4
4
|
"apiVersion": "2021-01-01",
|
5
5
|
"endpointPrefix": "es",
|
6
6
|
"protocol": "rest-json",
|
7
|
+
"protocols": [
|
8
|
+
"rest-json"
|
9
|
+
],
|
7
10
|
"serviceFullName": "Amazon OpenSearch Service",
|
8
11
|
"serviceId": "OpenSearch",
|
9
12
|
"signatureVersion": "v4",
|
@@ -1343,7 +1346,8 @@
|
|
1343
1346
|
"shape": "Sg"
|
1344
1347
|
},
|
1345
1348
|
"Name": {},
|
1346
|
-
"Description": {}
|
1349
|
+
"Description": {},
|
1350
|
+
"Status": {}
|
1347
1351
|
}
|
1348
1352
|
}
|
1349
1353
|
},
|
@@ -1553,7 +1557,8 @@
|
|
1553
1557
|
"shape": "Sg"
|
1554
1558
|
},
|
1555
1559
|
"Name": {},
|
1556
|
-
"Description": {}
|
1560
|
+
"Description": {},
|
1561
|
+
"Status": {}
|
1557
1562
|
}
|
1558
1563
|
}
|
1559
1564
|
}
|
@@ -1681,7 +1686,7 @@
|
|
1681
1686
|
"type": "structure",
|
1682
1687
|
"members": {
|
1683
1688
|
"DomainPackageDetailsList": {
|
1684
|
-
"shape": "
|
1689
|
+
"shape": "Sac"
|
1685
1690
|
},
|
1686
1691
|
"NextToken": {}
|
1687
1692
|
}
|
@@ -1795,7 +1800,7 @@
|
|
1795
1800
|
"type": "structure",
|
1796
1801
|
"members": {
|
1797
1802
|
"DomainPackageDetailsList": {
|
1798
|
-
"shape": "
|
1803
|
+
"shape": "Sac"
|
1799
1804
|
},
|
1800
1805
|
"NextToken": {}
|
1801
1806
|
}
|
@@ -1833,7 +1838,7 @@
|
|
1833
1838
|
"ScheduledActions": {
|
1834
1839
|
"type": "list",
|
1835
1840
|
"member": {
|
1836
|
-
"shape": "
|
1841
|
+
"shape": "Sap"
|
1837
1842
|
}
|
1838
1843
|
},
|
1839
1844
|
"NextToken": {}
|
@@ -1955,7 +1960,7 @@
|
|
1955
1960
|
],
|
1956
1961
|
"members": {
|
1957
1962
|
"VpcEndpointSummaryList": {
|
1958
|
-
"shape": "
|
1963
|
+
"shape": "Sb3"
|
1959
1964
|
},
|
1960
1965
|
"NextToken": {}
|
1961
1966
|
}
|
@@ -1990,7 +1995,7 @@
|
|
1990
1995
|
],
|
1991
1996
|
"members": {
|
1992
1997
|
"VpcEndpointSummaryList": {
|
1993
|
-
"shape": "
|
1998
|
+
"shape": "Sb3"
|
1994
1999
|
},
|
1995
2000
|
"NextToken": {}
|
1996
2001
|
}
|
@@ -2165,7 +2170,8 @@
|
|
2165
2170
|
"DataSourceType": {
|
2166
2171
|
"shape": "Sg"
|
2167
2172
|
},
|
2168
|
-
"Description": {}
|
2173
|
+
"Description": {},
|
2174
|
+
"Status": {}
|
2169
2175
|
}
|
2170
2176
|
},
|
2171
2177
|
"output": {
|
@@ -2315,7 +2321,7 @@
|
|
2315
2321
|
"type": "structure",
|
2316
2322
|
"members": {
|
2317
2323
|
"ScheduledAction": {
|
2318
|
-
"shape": "
|
2324
|
+
"shape": "Sap"
|
2319
2325
|
}
|
2320
2326
|
}
|
2321
2327
|
}
|
@@ -3414,13 +3420,13 @@
|
|
3414
3420
|
"type": "list",
|
3415
3421
|
"member": {}
|
3416
3422
|
},
|
3417
|
-
"
|
3423
|
+
"Sac": {
|
3418
3424
|
"type": "list",
|
3419
3425
|
"member": {
|
3420
3426
|
"shape": "Sv"
|
3421
3427
|
}
|
3422
3428
|
},
|
3423
|
-
"
|
3429
|
+
"Sap": {
|
3424
3430
|
"type": "structure",
|
3425
3431
|
"required": [
|
3426
3432
|
"Id",
|
@@ -3446,7 +3452,7 @@
|
|
3446
3452
|
}
|
3447
3453
|
}
|
3448
3454
|
},
|
3449
|
-
"
|
3455
|
+
"Sb3": {
|
3450
3456
|
"type": "list",
|
3451
3457
|
"member": {
|
3452
3458
|
"shape": "S4x"
|
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "pi",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "AWS PI",
|
9
12
|
"serviceFullName": "AWS Performance Insights",
|
10
13
|
"serviceId": "PI",
|
@@ -98,7 +101,7 @@
|
|
98
101
|
"shape": "Sg"
|
99
102
|
},
|
100
103
|
"Filter": {
|
101
|
-
"shape": "
|
104
|
+
"shape": "Sl"
|
102
105
|
},
|
103
106
|
"MaxResults": {
|
104
107
|
"type": "integer"
|
@@ -124,7 +127,7 @@
|
|
124
127
|
],
|
125
128
|
"members": {
|
126
129
|
"Dimensions": {
|
127
|
-
"shape": "
|
130
|
+
"shape": "Sr"
|
128
131
|
}
|
129
132
|
}
|
130
133
|
}
|
@@ -135,7 +138,7 @@
|
|
135
138
|
"type": "structure",
|
136
139
|
"members": {
|
137
140
|
"Dimensions": {
|
138
|
-
"shape": "
|
141
|
+
"shape": "Sr"
|
139
142
|
},
|
140
143
|
"Total": {
|
141
144
|
"type": "double"
|
@@ -236,7 +239,7 @@
|
|
236
239
|
},
|
237
240
|
"Status": {},
|
238
241
|
"Insights": {
|
239
|
-
"shape": "
|
242
|
+
"shape": "S1a"
|
240
243
|
}
|
241
244
|
}
|
242
245
|
}
|
@@ -298,7 +301,7 @@
|
|
298
301
|
"shape": "Sg"
|
299
302
|
},
|
300
303
|
"Filter": {
|
301
|
-
"shape": "
|
304
|
+
"shape": "Sl"
|
302
305
|
}
|
303
306
|
}
|
304
307
|
}
|
@@ -342,7 +345,7 @@
|
|
342
345
|
"members": {
|
343
346
|
"Metric": {},
|
344
347
|
"Dimensions": {
|
345
|
-
"shape": "
|
348
|
+
"shape": "Sr"
|
346
349
|
}
|
347
350
|
}
|
348
351
|
},
|
@@ -389,7 +392,11 @@
|
|
389
392
|
"MaxResults": {
|
390
393
|
"type": "integer"
|
391
394
|
},
|
392
|
-
"NextToken": {}
|
395
|
+
"NextToken": {},
|
396
|
+
"AuthorizedActions": {
|
397
|
+
"type": "list",
|
398
|
+
"member": {}
|
399
|
+
}
|
393
400
|
}
|
394
401
|
},
|
395
402
|
"output": {
|
@@ -609,17 +616,17 @@
|
|
609
616
|
}
|
610
617
|
}
|
611
618
|
},
|
612
|
-
"
|
619
|
+
"Sl": {
|
613
620
|
"type": "map",
|
614
621
|
"key": {},
|
615
622
|
"value": {}
|
616
623
|
},
|
617
|
-
"
|
624
|
+
"Sr": {
|
618
625
|
"type": "map",
|
619
626
|
"key": {},
|
620
627
|
"value": {}
|
621
628
|
},
|
622
|
-
"
|
629
|
+
"S1a": {
|
623
630
|
"type": "list",
|
624
631
|
"member": {
|
625
632
|
"type": "structure",
|
@@ -638,10 +645,10 @@
|
|
638
645
|
},
|
639
646
|
"Severity": {},
|
640
647
|
"SupportingInsights": {
|
641
|
-
"shape": "
|
648
|
+
"shape": "S1a"
|
642
649
|
},
|
643
650
|
"Description": {
|
644
|
-
"shape": "
|
651
|
+
"shape": "S1e"
|
645
652
|
},
|
646
653
|
"Recommendations": {
|
647
654
|
"type": "list",
|
@@ -650,25 +657,25 @@
|
|
650
657
|
"members": {
|
651
658
|
"RecommendationId": {},
|
652
659
|
"RecommendationDescription": {
|
653
|
-
"shape": "
|
660
|
+
"shape": "S1e"
|
654
661
|
}
|
655
662
|
}
|
656
663
|
}
|
657
664
|
},
|
658
665
|
"InsightData": {
|
659
|
-
"shape": "
|
666
|
+
"shape": "S1h"
|
660
667
|
},
|
661
668
|
"BaselineData": {
|
662
|
-
"shape": "
|
669
|
+
"shape": "S1h"
|
663
670
|
}
|
664
671
|
}
|
665
672
|
}
|
666
673
|
},
|
667
|
-
"
|
674
|
+
"S1e": {
|
668
675
|
"type": "string",
|
669
676
|
"sensitive": true
|
670
677
|
},
|
671
|
-
"
|
678
|
+
"S1h": {
|
672
679
|
"type": "list",
|
673
680
|
"member": {
|
674
681
|
"type": "structure",
|
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "wafv2",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "WAFV2",
|
9
12
|
"serviceFullName": "AWS WAFV2",
|
10
13
|
"serviceId": "WAFV2",
|
@@ -289,7 +292,9 @@
|
|
289
292
|
"ResourceArn"
|
290
293
|
],
|
291
294
|
"members": {
|
292
|
-
"ResourceArn": {}
|
295
|
+
"ResourceArn": {},
|
296
|
+
"LogType": {},
|
297
|
+
"LogScope": {}
|
293
298
|
}
|
294
299
|
},
|
295
300
|
"output": {
|
@@ -389,7 +394,7 @@
|
|
389
394
|
"type": "structure",
|
390
395
|
"members": {
|
391
396
|
"ManagedProducts": {
|
392
|
-
"shape": "
|
397
|
+
"shape": "S66"
|
393
398
|
}
|
394
399
|
}
|
395
400
|
}
|
@@ -410,7 +415,7 @@
|
|
410
415
|
"type": "structure",
|
411
416
|
"members": {
|
412
417
|
"ManagedProducts": {
|
413
|
-
"shape": "
|
418
|
+
"shape": "S66"
|
414
419
|
}
|
415
420
|
}
|
416
421
|
}
|
@@ -452,10 +457,10 @@
|
|
452
457
|
},
|
453
458
|
"LabelNamespace": {},
|
454
459
|
"AvailableLabels": {
|
455
|
-
"shape": "
|
460
|
+
"shape": "S6i"
|
456
461
|
},
|
457
462
|
"ConsumedLabels": {
|
458
|
-
"shape": "
|
463
|
+
"shape": "S6i"
|
459
464
|
}
|
460
465
|
}
|
461
466
|
}
|
@@ -566,14 +571,16 @@
|
|
566
571
|
"ResourceArn"
|
567
572
|
],
|
568
573
|
"members": {
|
569
|
-
"ResourceArn": {}
|
574
|
+
"ResourceArn": {},
|
575
|
+
"LogType": {},
|
576
|
+
"LogScope": {}
|
570
577
|
}
|
571
578
|
},
|
572
579
|
"output": {
|
573
580
|
"type": "structure",
|
574
581
|
"members": {
|
575
582
|
"LoggingConfiguration": {
|
576
|
-
"shape": "
|
583
|
+
"shape": "S6y"
|
577
584
|
}
|
578
585
|
}
|
579
586
|
}
|
@@ -709,10 +716,10 @@
|
|
709
716
|
"type": "structure",
|
710
717
|
"members": {
|
711
718
|
"ManagedKeysIPV4": {
|
712
|
-
"shape": "
|
719
|
+
"shape": "S7q"
|
713
720
|
},
|
714
721
|
"ManagedKeysIPV6": {
|
715
|
-
"shape": "
|
722
|
+
"shape": "S7q"
|
716
723
|
}
|
717
724
|
}
|
718
725
|
}
|
@@ -791,10 +798,10 @@
|
|
791
798
|
"shape": "S56"
|
792
799
|
},
|
793
800
|
"AvailableLabels": {
|
794
|
-
"shape": "
|
801
|
+
"shape": "S6i"
|
795
802
|
},
|
796
803
|
"ConsumedLabels": {
|
797
|
-
"shape": "
|
804
|
+
"shape": "S6i"
|
798
805
|
}
|
799
806
|
}
|
800
807
|
},
|
@@ -817,7 +824,7 @@
|
|
817
824
|
"RuleMetricName": {},
|
818
825
|
"Scope": {},
|
819
826
|
"TimeWindow": {
|
820
|
-
"shape": "
|
827
|
+
"shape": "S7y"
|
821
828
|
},
|
822
829
|
"MaxItems": {
|
823
830
|
"type": "long"
|
@@ -845,7 +852,7 @@
|
|
845
852
|
"Method": {},
|
846
853
|
"HTTPVersion": {},
|
847
854
|
"Headers": {
|
848
|
-
"shape": "
|
855
|
+
"shape": "S89"
|
849
856
|
}
|
850
857
|
}
|
851
858
|
},
|
@@ -858,7 +865,7 @@
|
|
858
865
|
"Action": {},
|
859
866
|
"RuleNameWithinRuleGroup": {},
|
860
867
|
"RequestHeadersInserted": {
|
861
|
-
"shape": "
|
868
|
+
"shape": "S89"
|
862
869
|
},
|
863
870
|
"ResponseCodeSent": {
|
864
871
|
"type": "integer"
|
@@ -898,7 +905,7 @@
|
|
898
905
|
"type": "long"
|
899
906
|
},
|
900
907
|
"TimeWindow": {
|
901
|
-
"shape": "
|
908
|
+
"shape": "S7y"
|
902
909
|
}
|
903
910
|
}
|
904
911
|
}
|
@@ -921,7 +928,7 @@
|
|
921
928
|
"type": "structure",
|
922
929
|
"members": {
|
923
930
|
"WebACL": {
|
924
|
-
"shape": "
|
931
|
+
"shape": "S8n"
|
925
932
|
},
|
926
933
|
"LockToken": {},
|
927
934
|
"ApplicationIntegrationURL": {}
|
@@ -942,7 +949,7 @@
|
|
942
949
|
"type": "structure",
|
943
950
|
"members": {
|
944
951
|
"WebACL": {
|
945
|
-
"shape": "
|
952
|
+
"shape": "S8n"
|
946
953
|
}
|
947
954
|
}
|
948
955
|
}
|
@@ -1098,7 +1105,8 @@
|
|
1098
1105
|
"NextMarker": {},
|
1099
1106
|
"Limit": {
|
1100
1107
|
"type": "integer"
|
1101
|
-
}
|
1108
|
+
},
|
1109
|
+
"LogScope": {}
|
1102
1110
|
}
|
1103
1111
|
},
|
1104
1112
|
"output": {
|
@@ -1107,7 +1115,7 @@
|
|
1107
1115
|
"LoggingConfigurations": {
|
1108
1116
|
"type": "list",
|
1109
1117
|
"member": {
|
1110
|
-
"shape": "
|
1118
|
+
"shape": "S6y"
|
1111
1119
|
}
|
1112
1120
|
},
|
1113
1121
|
"NextMarker": {}
|
@@ -1322,7 +1330,7 @@
|
|
1322
1330
|
],
|
1323
1331
|
"members": {
|
1324
1332
|
"LoggingConfiguration": {
|
1325
|
-
"shape": "
|
1333
|
+
"shape": "S6y"
|
1326
1334
|
}
|
1327
1335
|
}
|
1328
1336
|
},
|
@@ -1330,7 +1338,7 @@
|
|
1330
1338
|
"type": "structure",
|
1331
1339
|
"members": {
|
1332
1340
|
"LoggingConfiguration": {
|
1333
|
-
"shape": "
|
1341
|
+
"shape": "S6y"
|
1334
1342
|
}
|
1335
1343
|
}
|
1336
1344
|
}
|
@@ -2707,7 +2715,7 @@
|
|
2707
2715
|
"ARN": {}
|
2708
2716
|
}
|
2709
2717
|
},
|
2710
|
-
"
|
2718
|
+
"S66": {
|
2711
2719
|
"type": "list",
|
2712
2720
|
"member": {
|
2713
2721
|
"type": "structure",
|
@@ -2728,7 +2736,7 @@
|
|
2728
2736
|
}
|
2729
2737
|
}
|
2730
2738
|
},
|
2731
|
-
"
|
2739
|
+
"S6i": {
|
2732
2740
|
"type": "list",
|
2733
2741
|
"member": {
|
2734
2742
|
"type": "structure",
|
@@ -2737,7 +2745,7 @@
|
|
2737
2745
|
}
|
2738
2746
|
}
|
2739
2747
|
},
|
2740
|
-
"
|
2748
|
+
"S6y": {
|
2741
2749
|
"type": "structure",
|
2742
2750
|
"required": [
|
2743
2751
|
"ResourceArn",
|
@@ -2808,10 +2816,12 @@
|
|
2808
2816
|
},
|
2809
2817
|
"DefaultBehavior": {}
|
2810
2818
|
}
|
2811
|
-
}
|
2819
|
+
},
|
2820
|
+
"LogType": {},
|
2821
|
+
"LogScope": {}
|
2812
2822
|
}
|
2813
2823
|
},
|
2814
|
-
"
|
2824
|
+
"S7q": {
|
2815
2825
|
"type": "structure",
|
2816
2826
|
"members": {
|
2817
2827
|
"IPAddressVersion": {},
|
@@ -2820,7 +2830,7 @@
|
|
2820
2830
|
}
|
2821
2831
|
}
|
2822
2832
|
},
|
2823
|
-
"
|
2833
|
+
"S7y": {
|
2824
2834
|
"type": "structure",
|
2825
2835
|
"required": [
|
2826
2836
|
"StartTime",
|
@@ -2835,7 +2845,7 @@
|
|
2835
2845
|
}
|
2836
2846
|
}
|
2837
2847
|
},
|
2838
|
-
"
|
2848
|
+
"S89": {
|
2839
2849
|
"type": "list",
|
2840
2850
|
"member": {
|
2841
2851
|
"type": "structure",
|
@@ -2845,7 +2855,7 @@
|
|
2845
2855
|
}
|
2846
2856
|
}
|
2847
2857
|
},
|
2848
|
-
"
|
2858
|
+
"S8n": {
|
2849
2859
|
"type": "structure",
|
2850
2860
|
"required": [
|
2851
2861
|
"Name",
|
@@ -2872,10 +2882,10 @@
|
|
2872
2882
|
"type": "long"
|
2873
2883
|
},
|
2874
2884
|
"PreProcessFirewallManagerRuleGroups": {
|
2875
|
-
"shape": "
|
2885
|
+
"shape": "S8o"
|
2876
2886
|
},
|
2877
2887
|
"PostProcessFirewallManagerRuleGroups": {
|
2878
|
-
"shape": "
|
2888
|
+
"shape": "S8o"
|
2879
2889
|
},
|
2880
2890
|
"ManagedByFirewallManager": {
|
2881
2891
|
"type": "boolean"
|
@@ -2898,7 +2908,7 @@
|
|
2898
2908
|
}
|
2899
2909
|
}
|
2900
2910
|
},
|
2901
|
-
"
|
2911
|
+
"S8o": {
|
2902
2912
|
"type": "list",
|
2903
2913
|
"member": {
|
2904
2914
|
"type": "structure",
|
package/clients/all.d.ts
CHANGED
@@ -378,3 +378,4 @@ export import CodeConnections = require('./codeconnections');
|
|
378
378
|
export import Deadline = require('./deadline');
|
379
379
|
export import ControlCatalog = require('./controlcatalog');
|
380
380
|
export import Route53Profiles = require('./route53profiles');
|
381
|
+
export import MailManager = require('./mailmanager');
|
package/clients/all.js
CHANGED
@@ -379,5 +379,6 @@ module.exports = {
|
|
379
379
|
CodeConnections: require('./codeconnections'),
|
380
380
|
Deadline: require('./deadline'),
|
381
381
|
ControlCatalog: require('./controlcatalog'),
|
382
|
-
Route53Profiles: require('./route53profiles')
|
382
|
+
Route53Profiles: require('./route53profiles'),
|
383
|
+
MailManager: require('./mailmanager')
|
383
384
|
};
|