aws-sdk 2.1427.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 CHANGED
@@ -1,7 +1,14 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1427.0-->
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
+
5
12
  ## 2.1427.0
6
13
  * feature: Batch: This release adds support for price capacity optimized allocation strategy for Spot Instances.
7
14
  * feature: DMS: Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version.
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.1427.0.min.js"></script>
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": "S8w"
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": "S96"
1764
+ "shape": "S9e"
1756
1765
  },
1757
1766
  "SoftwareTokenMfaConfiguration": {
1758
- "shape": "S97"
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": "Sa9"
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": "Sa9"
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": "S8w"
2312
+ "shape": "S94"
2287
2313
  }
2288
2314
  }
2289
2315
  }
@@ -2320,10 +2346,10 @@
2320
2346
  "members": {
2321
2347
  "UserPoolId": {},
2322
2348
  "SmsMfaConfiguration": {
2323
- "shape": "S96"
2349
+ "shape": "S9e"
2324
2350
  },
2325
2351
  "SoftwareTokenMfaConfiguration": {
2326
- "shape": "S97"
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": "S96"
2361
+ "shape": "S9e"
2336
2362
  },
2337
2363
  "SoftwareTokenMfaConfiguration": {
2338
- "shape": "S97"
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
- "shape": "S1s"
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
- "S8w": {
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
- "S96": {
3852
+ "S9e": {
3807
3853
  "type": "structure",
3808
3854
  "members": {
3809
3855
  "SmsAuthenticationMessage": {},
@@ -3812,7 +3858,7 @@
3812
3858
  }
3813
3859
  }
3814
3860
  },
3815
- "S97": {
3861
+ "S9f": {
3816
3862
  "type": "structure",
3817
3863
  "members": {
3818
3864
  "Enabled": {
@@ -3820,7 +3866,7 @@
3820
3866
  }
3821
3867
  }
3822
3868
  },
3823
- "Sa9": {
3869
+ "Sah": {
3824
3870
  "type": "list",
3825
3871
  "member": {
3826
3872
  "shape": "St"