aws-sdk 2.1426.0 → 2.1428.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 +17 -1
- package/README.md +1 -1
- package/apis/cognito-idp-2016-04-18.min.json +102 -56
- package/apis/dms-2016-01-01.min.json +60 -16
- package/apis/dms-2016-01-01.paginators.json +5 -0
- package/apis/internetmonitor-2021-06-03.min.json +37 -19
- package/apis/medialive-2017-10-14.min.json +12 -0
- package/apis/rds-2014-10-31.min.json +220 -115
- package/apis/resiliencehub-2020-04-30.min.json +354 -125
- package/apis/resiliencehub-2020-04-30.paginators.json +5 -0
- package/apis/sagemaker-2017-07-24.min.json +680 -556
- package/clients/batch.d.ts +9 -9
- package/clients/budgets.d.ts +1 -1
- package/clients/cognitoidentityserviceprovider.d.ts +290 -213
- package/clients/dms.d.ts +65 -1
- package/clients/glue.d.ts +2 -2
- package/clients/internetmonitor.d.ts +49 -26
- package/clients/medialive.d.ts +16 -0
- package/clients/polly.d.ts +2 -2
- package/clients/rds.d.ts +173 -8
- package/clients/resiliencehub.d.ts +588 -274
- package/clients/sagemaker.d.ts +185 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +325 -174
- package/dist/aws-sdk.min.js +85 -85
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,23 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1428.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1428.0
|
6
|
+
* feature: Budgets: As part of CAE tagging integration we need to update our budget names regex filter to prevent customers from using "/action/" in their budget names.
|
7
|
+
* feature: CognitoIdentityServiceProvider: New feature that logs Cognito user pool error messages to CloudWatch logs.
|
8
|
+
* feature: Glue: This release includes additional Glue Streaming KAKFA SASL property types.
|
9
|
+
* feature: Resiliencehub: Drift Detection capability added when applications policy has moved from a meet to breach state. Customers will be able to exclude operational recommendations and receive credit in their resilience score. Customers can now add ARH permissions to an existing or new role.
|
10
|
+
* feature: SageMaker: SageMaker Inference Recommender introduces a new API GetScalingConfigurationRecommendation to recommend auto scaling policies based on completed Inference Recommender jobs.
|
11
|
+
|
12
|
+
## 2.1427.0
|
13
|
+
* feature: Batch: This release adds support for price capacity optimized allocation strategy for Spot Instances.
|
14
|
+
* feature: DMS: Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version.
|
15
|
+
* feature: InternetMonitor: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for impact limited to a single city-network to trigger creation of a health event.
|
16
|
+
* feature: MediaLive: AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone.
|
17
|
+
* feature: Polly: Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only.
|
18
|
+
* feature: RDS: Added support for deleted clusters PiTR.
|
19
|
+
* feature: SageMaker: Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions
|
20
|
+
|
5
21
|
## 2.1426.0
|
6
22
|
* feature: AmplifyUIBuilder: Amplify Studio releases GraphQL support for codegen job action.
|
7
23
|
* feature: AutoScaling: You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met.
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1428.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -334,9 +334,7 @@
|
|
334
334
|
"type": "structure",
|
335
335
|
"members": {
|
336
336
|
"ChallengeName": {},
|
337
|
-
"Session": {
|
338
|
-
"shape": "S1s"
|
339
|
-
},
|
337
|
+
"Session": {},
|
340
338
|
"ChallengeParameters": {
|
341
339
|
"shape": "S1t"
|
342
340
|
},
|
@@ -564,9 +562,7 @@
|
|
564
562
|
"ChallengeResponses": {
|
565
563
|
"shape": "S2y"
|
566
564
|
},
|
567
|
-
"Session": {
|
568
|
-
"shape": "S1s"
|
569
|
-
},
|
565
|
+
"Session": {},
|
570
566
|
"AnalyticsMetadata": {
|
571
567
|
"shape": "S1m"
|
572
568
|
},
|
@@ -582,9 +578,7 @@
|
|
582
578
|
"type": "structure",
|
583
579
|
"members": {
|
584
580
|
"ChallengeName": {},
|
585
|
-
"Session": {
|
586
|
-
"shape": "S1s"
|
587
|
-
},
|
581
|
+
"Session": {},
|
588
582
|
"ChallengeParameters": {
|
589
583
|
"shape": "S1t"
|
590
584
|
},
|
@@ -765,9 +759,7 @@
|
|
765
759
|
"AccessToken": {
|
766
760
|
"shape": "S1v"
|
767
761
|
},
|
768
|
-
"Session": {
|
769
|
-
"shape": "S1s"
|
770
|
-
}
|
762
|
+
"Session": {}
|
771
763
|
}
|
772
764
|
},
|
773
765
|
"output": {
|
@@ -777,9 +769,7 @@
|
|
777
769
|
"type": "string",
|
778
770
|
"sensitive": true
|
779
771
|
},
|
780
|
-
"Session": {
|
781
|
-
"shape": "S1s"
|
782
|
-
}
|
772
|
+
"Session": {}
|
783
773
|
}
|
784
774
|
}
|
785
775
|
},
|
@@ -1633,6 +1623,25 @@
|
|
1633
1623
|
}
|
1634
1624
|
}
|
1635
1625
|
},
|
1626
|
+
"GetLogDeliveryConfiguration": {
|
1627
|
+
"input": {
|
1628
|
+
"type": "structure",
|
1629
|
+
"required": [
|
1630
|
+
"UserPoolId"
|
1631
|
+
],
|
1632
|
+
"members": {
|
1633
|
+
"UserPoolId": {}
|
1634
|
+
}
|
1635
|
+
},
|
1636
|
+
"output": {
|
1637
|
+
"type": "structure",
|
1638
|
+
"members": {
|
1639
|
+
"LogDeliveryConfiguration": {
|
1640
|
+
"shape": "S8u"
|
1641
|
+
}
|
1642
|
+
}
|
1643
|
+
}
|
1644
|
+
},
|
1636
1645
|
"GetSigningCertificate": {
|
1637
1646
|
"input": {
|
1638
1647
|
"type": "structure",
|
@@ -1670,7 +1679,7 @@
|
|
1670
1679
|
],
|
1671
1680
|
"members": {
|
1672
1681
|
"UICustomization": {
|
1673
|
-
"shape": "
|
1682
|
+
"shape": "S94"
|
1674
1683
|
}
|
1675
1684
|
}
|
1676
1685
|
}
|
@@ -1752,10 +1761,10 @@
|
|
1752
1761
|
"type": "structure",
|
1753
1762
|
"members": {
|
1754
1763
|
"SmsMfaConfiguration": {
|
1755
|
-
"shape": "
|
1764
|
+
"shape": "S9e"
|
1756
1765
|
},
|
1757
1766
|
"SoftwareTokenMfaConfiguration": {
|
1758
|
-
"shape": "
|
1767
|
+
"shape": "S9f"
|
1759
1768
|
},
|
1760
1769
|
"MfaConfiguration": {}
|
1761
1770
|
}
|
@@ -1808,9 +1817,7 @@
|
|
1808
1817
|
"type": "structure",
|
1809
1818
|
"members": {
|
1810
1819
|
"ChallengeName": {},
|
1811
|
-
"Session": {
|
1812
|
-
"shape": "S1s"
|
1813
|
-
},
|
1820
|
+
"Session": {},
|
1814
1821
|
"ChallengeParameters": {
|
1815
1822
|
"shape": "S1t"
|
1816
1823
|
},
|
@@ -2085,7 +2092,7 @@
|
|
2085
2092
|
"type": "structure",
|
2086
2093
|
"members": {
|
2087
2094
|
"Users": {
|
2088
|
-
"shape": "
|
2095
|
+
"shape": "Sah"
|
2089
2096
|
},
|
2090
2097
|
"PaginationToken": {}
|
2091
2098
|
}
|
@@ -2111,7 +2118,7 @@
|
|
2111
2118
|
"type": "structure",
|
2112
2119
|
"members": {
|
2113
2120
|
"Users": {
|
2114
|
-
"shape": "
|
2121
|
+
"shape": "Sah"
|
2115
2122
|
},
|
2116
2123
|
"NextToken": {}
|
2117
2124
|
}
|
@@ -2167,9 +2174,7 @@
|
|
2167
2174
|
"shape": "S1j"
|
2168
2175
|
},
|
2169
2176
|
"ChallengeName": {},
|
2170
|
-
"Session": {
|
2171
|
-
"shape": "S1s"
|
2172
|
-
},
|
2177
|
+
"Session": {},
|
2173
2178
|
"ChallengeResponses": {
|
2174
2179
|
"shape": "S2y"
|
2175
2180
|
},
|
@@ -2188,9 +2193,7 @@
|
|
2188
2193
|
"type": "structure",
|
2189
2194
|
"members": {
|
2190
2195
|
"ChallengeName": {},
|
2191
|
-
"Session": {
|
2192
|
-
"shape": "S1s"
|
2193
|
-
},
|
2196
|
+
"Session": {},
|
2194
2197
|
"ChallengeParameters": {
|
2195
2198
|
"shape": "S1t"
|
2196
2199
|
},
|
@@ -2225,6 +2228,29 @@
|
|
2225
2228
|
"members": {}
|
2226
2229
|
}
|
2227
2230
|
},
|
2231
|
+
"SetLogDeliveryConfiguration": {
|
2232
|
+
"input": {
|
2233
|
+
"type": "structure",
|
2234
|
+
"required": [
|
2235
|
+
"UserPoolId",
|
2236
|
+
"LogConfigurations"
|
2237
|
+
],
|
2238
|
+
"members": {
|
2239
|
+
"UserPoolId": {},
|
2240
|
+
"LogConfigurations": {
|
2241
|
+
"shape": "S8v"
|
2242
|
+
}
|
2243
|
+
}
|
2244
|
+
},
|
2245
|
+
"output": {
|
2246
|
+
"type": "structure",
|
2247
|
+
"members": {
|
2248
|
+
"LogDeliveryConfiguration": {
|
2249
|
+
"shape": "S8u"
|
2250
|
+
}
|
2251
|
+
}
|
2252
|
+
}
|
2253
|
+
},
|
2228
2254
|
"SetRiskConfiguration": {
|
2229
2255
|
"input": {
|
2230
2256
|
"type": "structure",
|
@@ -2283,7 +2309,7 @@
|
|
2283
2309
|
],
|
2284
2310
|
"members": {
|
2285
2311
|
"UICustomization": {
|
2286
|
-
"shape": "
|
2312
|
+
"shape": "S94"
|
2287
2313
|
}
|
2288
2314
|
}
|
2289
2315
|
}
|
@@ -2320,10 +2346,10 @@
|
|
2320
2346
|
"members": {
|
2321
2347
|
"UserPoolId": {},
|
2322
2348
|
"SmsMfaConfiguration": {
|
2323
|
-
"shape": "
|
2349
|
+
"shape": "S9e"
|
2324
2350
|
},
|
2325
2351
|
"SoftwareTokenMfaConfiguration": {
|
2326
|
-
"shape": "
|
2352
|
+
"shape": "S9f"
|
2327
2353
|
},
|
2328
2354
|
"MfaConfiguration": {}
|
2329
2355
|
}
|
@@ -2332,10 +2358,10 @@
|
|
2332
2358
|
"type": "structure",
|
2333
2359
|
"members": {
|
2334
2360
|
"SmsMfaConfiguration": {
|
2335
|
-
"shape": "
|
2361
|
+
"shape": "S9e"
|
2336
2362
|
},
|
2337
2363
|
"SoftwareTokenMfaConfiguration": {
|
2338
|
-
"shape": "
|
2364
|
+
"shape": "S9f"
|
2339
2365
|
},
|
2340
2366
|
"MfaConfiguration": {}
|
2341
2367
|
}
|
@@ -2834,13 +2860,8 @@
|
|
2834
2860
|
"AccessToken": {
|
2835
2861
|
"shape": "S1v"
|
2836
2862
|
},
|
2837
|
-
"Session": {
|
2838
|
-
|
2839
|
-
},
|
2840
|
-
"UserCode": {
|
2841
|
-
"type": "string",
|
2842
|
-
"sensitive": true
|
2843
|
-
},
|
2863
|
+
"Session": {},
|
2864
|
+
"UserCode": {},
|
2844
2865
|
"FriendlyDeviceName": {}
|
2845
2866
|
}
|
2846
2867
|
},
|
@@ -2848,9 +2869,7 @@
|
|
2848
2869
|
"type": "structure",
|
2849
2870
|
"members": {
|
2850
2871
|
"Status": {},
|
2851
|
-
"Session": {
|
2852
|
-
"shape": "S1s"
|
2853
|
-
}
|
2872
|
+
"Session": {}
|
2854
2873
|
}
|
2855
2874
|
}
|
2856
2875
|
},
|
@@ -3046,10 +3065,6 @@
|
|
3046
3065
|
"EncodedData": {}
|
3047
3066
|
}
|
3048
3067
|
},
|
3049
|
-
"S1s": {
|
3050
|
-
"type": "string",
|
3051
|
-
"sensitive": true
|
3052
|
-
},
|
3053
3068
|
"S1t": {
|
3054
3069
|
"type": "map",
|
3055
3070
|
"key": {},
|
@@ -3117,8 +3132,7 @@
|
|
3117
3132
|
"S2y": {
|
3118
3133
|
"type": "map",
|
3119
3134
|
"key": {},
|
3120
|
-
"value": {}
|
3121
|
-
"sensitive": true
|
3135
|
+
"value": {}
|
3122
3136
|
},
|
3123
3137
|
"S31": {
|
3124
3138
|
"type": "structure",
|
@@ -3151,8 +3165,7 @@
|
|
3151
3165
|
"members": {
|
3152
3166
|
"IpAddress": {},
|
3153
3167
|
"EncodedData": {}
|
3154
|
-
}
|
3155
|
-
"sensitive": true
|
3168
|
+
}
|
3156
3169
|
},
|
3157
3170
|
"S43": {
|
3158
3171
|
"type": "map",
|
@@ -3785,7 +3798,40 @@
|
|
3785
3798
|
"AttributeName": {}
|
3786
3799
|
}
|
3787
3800
|
},
|
3788
|
-
"
|
3801
|
+
"S8u": {
|
3802
|
+
"type": "structure",
|
3803
|
+
"required": [
|
3804
|
+
"UserPoolId",
|
3805
|
+
"LogConfigurations"
|
3806
|
+
],
|
3807
|
+
"members": {
|
3808
|
+
"UserPoolId": {},
|
3809
|
+
"LogConfigurations": {
|
3810
|
+
"shape": "S8v"
|
3811
|
+
}
|
3812
|
+
}
|
3813
|
+
},
|
3814
|
+
"S8v": {
|
3815
|
+
"type": "list",
|
3816
|
+
"member": {
|
3817
|
+
"type": "structure",
|
3818
|
+
"required": [
|
3819
|
+
"LogLevel",
|
3820
|
+
"EventSource"
|
3821
|
+
],
|
3822
|
+
"members": {
|
3823
|
+
"LogLevel": {},
|
3824
|
+
"EventSource": {},
|
3825
|
+
"CloudWatchLogsConfiguration": {
|
3826
|
+
"type": "structure",
|
3827
|
+
"members": {
|
3828
|
+
"LogGroupArn": {}
|
3829
|
+
}
|
3830
|
+
}
|
3831
|
+
}
|
3832
|
+
}
|
3833
|
+
},
|
3834
|
+
"S94": {
|
3789
3835
|
"type": "structure",
|
3790
3836
|
"members": {
|
3791
3837
|
"UserPoolId": {},
|
@@ -3803,7 +3849,7 @@
|
|
3803
3849
|
}
|
3804
3850
|
}
|
3805
3851
|
},
|
3806
|
-
"
|
3852
|
+
"S9e": {
|
3807
3853
|
"type": "structure",
|
3808
3854
|
"members": {
|
3809
3855
|
"SmsAuthenticationMessage": {},
|
@@ -3812,7 +3858,7 @@
|
|
3812
3858
|
}
|
3813
3859
|
}
|
3814
3860
|
},
|
3815
|
-
"
|
3861
|
+
"S9f": {
|
3816
3862
|
"type": "structure",
|
3817
3863
|
"members": {
|
3818
3864
|
"Enabled": {
|
@@ -3820,7 +3866,7 @@
|
|
3820
3866
|
}
|
3821
3867
|
}
|
3822
3868
|
},
|
3823
|
-
"
|
3869
|
+
"Sah": {
|
3824
3870
|
"type": "list",
|
3825
3871
|
"member": {
|
3826
3872
|
"shape": "St"
|
@@ -837,6 +837,50 @@
|
|
837
837
|
}
|
838
838
|
}
|
839
839
|
},
|
840
|
+
"DescribeEngineVersions": {
|
841
|
+
"input": {
|
842
|
+
"type": "structure",
|
843
|
+
"members": {
|
844
|
+
"MaxRecords": {
|
845
|
+
"type": "integer"
|
846
|
+
},
|
847
|
+
"Marker": {}
|
848
|
+
}
|
849
|
+
},
|
850
|
+
"output": {
|
851
|
+
"type": "structure",
|
852
|
+
"members": {
|
853
|
+
"EngineVersions": {
|
854
|
+
"type": "list",
|
855
|
+
"member": {
|
856
|
+
"type": "structure",
|
857
|
+
"members": {
|
858
|
+
"Version": {},
|
859
|
+
"Lifecycle": {},
|
860
|
+
"ReleaseStatus": {},
|
861
|
+
"LaunchDate": {
|
862
|
+
"type": "timestamp"
|
863
|
+
},
|
864
|
+
"AutoUpgradeDate": {
|
865
|
+
"type": "timestamp"
|
866
|
+
},
|
867
|
+
"DeprecationDate": {
|
868
|
+
"type": "timestamp"
|
869
|
+
},
|
870
|
+
"ForceUpgradeDate": {
|
871
|
+
"type": "timestamp"
|
872
|
+
},
|
873
|
+
"AvailableUpgrades": {
|
874
|
+
"type": "list",
|
875
|
+
"member": {}
|
876
|
+
}
|
877
|
+
}
|
878
|
+
}
|
879
|
+
},
|
880
|
+
"Marker": {}
|
881
|
+
}
|
882
|
+
}
|
883
|
+
},
|
840
884
|
"DescribeEventCategories": {
|
841
885
|
"input": {
|
842
886
|
"type": "structure",
|
@@ -1036,7 +1080,7 @@
|
|
1036
1080
|
"type": "long"
|
1037
1081
|
},
|
1038
1082
|
"Server": {
|
1039
|
-
"shape": "
|
1083
|
+
"shape": "S5g"
|
1040
1084
|
},
|
1041
1085
|
"SoftwareDetails": {
|
1042
1086
|
"type": "structure",
|
@@ -1164,7 +1208,7 @@
|
|
1164
1208
|
},
|
1165
1209
|
"Complexity": {},
|
1166
1210
|
"Server": {
|
1167
|
-
"shape": "
|
1211
|
+
"shape": "S5g"
|
1168
1212
|
},
|
1169
1213
|
"DatabaseInstance": {
|
1170
1214
|
"type": "structure",
|
@@ -1407,7 +1451,7 @@
|
|
1407
1451
|
"type": "structure",
|
1408
1452
|
"members": {
|
1409
1453
|
"RefreshSchemasStatus": {
|
1410
|
-
"shape": "
|
1454
|
+
"shape": "S6l"
|
1411
1455
|
}
|
1412
1456
|
}
|
1413
1457
|
}
|
@@ -1550,7 +1594,7 @@
|
|
1550
1594
|
"ReplicationTableStatistics": {
|
1551
1595
|
"type": "list",
|
1552
1596
|
"member": {
|
1553
|
-
"shape": "
|
1597
|
+
"shape": "S73"
|
1554
1598
|
}
|
1555
1599
|
}
|
1556
1600
|
}
|
@@ -1702,7 +1746,7 @@
|
|
1702
1746
|
"Replications": {
|
1703
1747
|
"type": "list",
|
1704
1748
|
"member": {
|
1705
|
-
"shape": "
|
1749
|
+
"shape": "S7l"
|
1706
1750
|
}
|
1707
1751
|
}
|
1708
1752
|
}
|
@@ -1757,7 +1801,7 @@
|
|
1757
1801
|
"TableStatistics": {
|
1758
1802
|
"type": "list",
|
1759
1803
|
"member": {
|
1760
|
-
"shape": "
|
1804
|
+
"shape": "S73"
|
1761
1805
|
}
|
1762
1806
|
},
|
1763
1807
|
"Marker": {}
|
@@ -2121,7 +2165,7 @@
|
|
2121
2165
|
"type": "structure",
|
2122
2166
|
"members": {
|
2123
2167
|
"RefreshSchemasStatus": {
|
2124
|
-
"shape": "
|
2168
|
+
"shape": "S6l"
|
2125
2169
|
}
|
2126
2170
|
}
|
2127
2171
|
}
|
@@ -2136,7 +2180,7 @@
|
|
2136
2180
|
"members": {
|
2137
2181
|
"ReplicationConfigArn": {},
|
2138
2182
|
"TablesToReload": {
|
2139
|
-
"shape": "
|
2183
|
+
"shape": "S8i"
|
2140
2184
|
},
|
2141
2185
|
"ReloadOption": {}
|
2142
2186
|
}
|
@@ -2158,7 +2202,7 @@
|
|
2158
2202
|
"members": {
|
2159
2203
|
"ReplicationTaskArn": {},
|
2160
2204
|
"TablesToReload": {
|
2161
|
-
"shape": "
|
2205
|
+
"shape": "S8i"
|
2162
2206
|
},
|
2163
2207
|
"ReloadOption": {}
|
2164
2208
|
}
|
@@ -2235,7 +2279,7 @@
|
|
2235
2279
|
"type": "structure",
|
2236
2280
|
"members": {
|
2237
2281
|
"Replication": {
|
2238
|
-
"shape": "
|
2282
|
+
"shape": "S7l"
|
2239
2283
|
}
|
2240
2284
|
}
|
2241
2285
|
}
|
@@ -2335,7 +2379,7 @@
|
|
2335
2379
|
"type": "structure",
|
2336
2380
|
"members": {
|
2337
2381
|
"Replication": {
|
2338
|
-
"shape": "
|
2382
|
+
"shape": "S7l"
|
2339
2383
|
}
|
2340
2384
|
}
|
2341
2385
|
}
|
@@ -3560,7 +3604,7 @@
|
|
3560
3604
|
}
|
3561
3605
|
}
|
3562
3606
|
},
|
3563
|
-
"
|
3607
|
+
"S5g": {
|
3564
3608
|
"type": "structure",
|
3565
3609
|
"members": {
|
3566
3610
|
"ServerId": {},
|
@@ -3568,7 +3612,7 @@
|
|
3568
3612
|
"ServerName": {}
|
3569
3613
|
}
|
3570
3614
|
},
|
3571
|
-
"
|
3615
|
+
"S6l": {
|
3572
3616
|
"type": "structure",
|
3573
3617
|
"members": {
|
3574
3618
|
"EndpointArn": {},
|
@@ -3580,7 +3624,7 @@
|
|
3580
3624
|
"LastFailureMessage": {}
|
3581
3625
|
}
|
3582
3626
|
},
|
3583
|
-
"
|
3627
|
+
"S73": {
|
3584
3628
|
"type": "structure",
|
3585
3629
|
"members": {
|
3586
3630
|
"SchemaName": {},
|
@@ -3644,7 +3688,7 @@
|
|
3644
3688
|
"ValidationStateDetails": {}
|
3645
3689
|
}
|
3646
3690
|
},
|
3647
|
-
"
|
3691
|
+
"S7l": {
|
3648
3692
|
"type": "structure",
|
3649
3693
|
"members": {
|
3650
3694
|
"ReplicationConfigIdentifier": {},
|
@@ -3732,7 +3776,7 @@
|
|
3732
3776
|
}
|
3733
3777
|
}
|
3734
3778
|
},
|
3735
|
-
"
|
3779
|
+
"S8i": {
|
3736
3780
|
"type": "list",
|
3737
3781
|
"member": {
|
3738
3782
|
"type": "structure",
|
@@ -30,6 +30,11 @@
|
|
30
30
|
"output_token": "Marker",
|
31
31
|
"limit_key": "MaxRecords"
|
32
32
|
},
|
33
|
+
"DescribeEngineVersions": {
|
34
|
+
"input_token": "Marker",
|
35
|
+
"output_token": "Marker",
|
36
|
+
"limit_key": "MaxRecords"
|
37
|
+
},
|
33
38
|
"DescribeEventSubscriptions": {
|
34
39
|
"input_token": "Marker",
|
35
40
|
"output_token": "Marker",
|