aws-sdk 2.705.0 → 2.706.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,13 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.705.0-->
2
+ <!--LATEST=2.706.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.706.0
6
+ * feature: CloudFormation: ListStackInstances and DescribeStackInstance now return a new `StackInstanceStatus` object that contains `DetailedStatus` values: a disambiguation of the more generic `Status` value. ListStackInstances output can now be filtered on `DetailedStatus` using the new `Filters` parameter.
7
+ * feature: CognitoIdentityServiceProvider: Don't require Authorization for InitiateAuth and RespondToAuthChallenge.
8
+ * feature: QuickSight: Added support for cross-region DataSource credentials copying.
9
+ * feature: SageMaker: The new 'ModelClientConfig' parameter being added for CreateTransformJob and DescribeTransformJob api actions enable customers to configure model invocation related parameters such as timeout and retry.
10
+
5
11
  ## 2.705.0
6
12
  * feature: EC2: Added support for tag-on-create for Host Reservations in Dedicated Hosts. You can now specify tags when you create a Host Reservation for a Dedicated Host. For more information about tagging, see AWS Tagging Strategies.
7
13
  * feature: Glue: This release adds new APIs to support column level statistics in AWS Glue Data Catalog
package/README.md CHANGED
@@ -25,7 +25,7 @@ version.
25
25
  To use the SDK in the browser, simply add the following script tag to your
26
26
  HTML pages:
27
27
 
28
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.705.0.min.js"></script>
28
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.706.0.min.js"></script>
29
29
 
30
30
  You can also build a custom browser SDK with your specified set of AWS services.
31
31
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -567,6 +567,9 @@
567
567
  "shape": "Se"
568
568
  },
569
569
  "Status": {},
570
+ "StackInstanceStatus": {
571
+ "shape": "S41"
572
+ },
570
573
  "StatusReason": {},
571
574
  "OrganizationalUnitId": {},
572
575
  "DriftStatus": {},
@@ -616,7 +619,7 @@
616
619
  "Description": {},
617
620
  "Metadata": {},
618
621
  "DriftInformation": {
619
- "shape": "S46"
622
+ "shape": "S48"
620
623
  }
621
624
  }
622
625
  }
@@ -651,7 +654,7 @@
651
654
  "StackResourceDrifts": {
652
655
  "type": "list",
653
656
  "member": {
654
- "shape": "S4d"
657
+ "shape": "S4f"
655
658
  }
656
659
  },
657
660
  "NextToken": {}
@@ -694,7 +697,7 @@
694
697
  "ResourceStatusReason": {},
695
698
  "Description": {},
696
699
  "DriftInformation": {
697
- "shape": "S46"
700
+ "shape": "S48"
698
701
  }
699
702
  }
700
703
  }
@@ -737,7 +740,7 @@
737
740
  "AdministrationRoleARN": {},
738
741
  "ExecutionRoleName": {},
739
742
  "StackSetDriftDetectionDetails": {
740
- "shape": "S4x"
743
+ "shape": "S4z"
741
744
  },
742
745
  "AutoDeployment": {
743
746
  "shape": "S22"
@@ -792,7 +795,7 @@
792
795
  "shape": "S1o"
793
796
  },
794
797
  "StackSetDriftDetectionDetails": {
795
- "shape": "S4x"
798
+ "shape": "S4z"
796
799
  }
797
800
  }
798
801
  }
@@ -920,7 +923,7 @@
920
923
  "ProvisioningType": {},
921
924
  "DeprecatedStatus": {},
922
925
  "LoggingConfig": {
923
- "shape": "S5w"
926
+ "shape": "S5y"
924
927
  },
925
928
  "ExecutionRoleArn": {},
926
929
  "Visibility": {},
@@ -967,7 +970,7 @@
967
970
  "members": {
968
971
  "StackName": {},
969
972
  "LogicalResourceIds": {
970
- "shape": "S66"
973
+ "shape": "S68"
971
974
  }
972
975
  }
973
976
  },
@@ -1002,7 +1005,7 @@
1002
1005
  ],
1003
1006
  "members": {
1004
1007
  "StackResourceDrift": {
1005
- "shape": "S4d"
1008
+ "shape": "S4f"
1006
1009
  }
1007
1010
  }
1008
1011
  }
@@ -1156,7 +1159,7 @@
1156
1159
  "Version": {},
1157
1160
  "Metadata": {},
1158
1161
  "DeclaredTransforms": {
1159
- "shape": "S6z"
1162
+ "shape": "S71"
1160
1163
  },
1161
1164
  "ResourceIdentifierSummaries": {
1162
1165
  "type": "list",
@@ -1165,7 +1168,7 @@
1165
1168
  "members": {
1166
1169
  "ResourceType": {},
1167
1170
  "LogicalResourceIds": {
1168
- "shape": "S66"
1171
+ "shape": "S68"
1169
1172
  },
1170
1173
  "ResourceIdentifiers": {
1171
1174
  "type": "list",
@@ -1276,6 +1279,16 @@
1276
1279
  "MaxResults": {
1277
1280
  "type": "integer"
1278
1281
  },
1282
+ "Filters": {
1283
+ "type": "list",
1284
+ "member": {
1285
+ "type": "structure",
1286
+ "members": {
1287
+ "Name": {},
1288
+ "Values": {}
1289
+ }
1290
+ }
1291
+ },
1279
1292
  "StackInstanceAccount": {},
1280
1293
  "StackInstanceRegion": {}
1281
1294
  }
@@ -1295,6 +1308,9 @@
1295
1308
  "StackId": {},
1296
1309
  "Status": {},
1297
1310
  "StatusReason": {},
1311
+ "StackInstanceStatus": {
1312
+ "shape": "S41"
1313
+ },
1298
1314
  "OrganizationalUnitId": {},
1299
1315
  "DriftStatus": {},
1300
1316
  "LastDriftCheckTimestamp": {
@@ -1685,7 +1701,7 @@
1685
1701
  "TypeName": {},
1686
1702
  "SchemaHandlerPackage": {},
1687
1703
  "LoggingConfig": {
1688
- "shape": "S5w"
1704
+ "shape": "S5y"
1689
1705
  },
1690
1706
  "ExecutionRoleArn": {},
1691
1707
  "ClientRequestToken": {}
@@ -1957,7 +1973,7 @@
1957
1973
  },
1958
1974
  "CapabilitiesReason": {},
1959
1975
  "DeclaredTransforms": {
1960
- "shape": "S6z"
1976
+ "shape": "S71"
1961
1977
  }
1962
1978
  }
1963
1979
  }
@@ -2080,7 +2096,13 @@
2080
2096
  }
2081
2097
  }
2082
2098
  },
2083
- "S46": {
2099
+ "S41": {
2100
+ "type": "structure",
2101
+ "members": {
2102
+ "DetailedStatus": {}
2103
+ }
2104
+ },
2105
+ "S48": {
2084
2106
  "type": "structure",
2085
2107
  "required": [
2086
2108
  "StackResourceDriftStatus"
@@ -2092,7 +2114,7 @@
2092
2114
  }
2093
2115
  }
2094
2116
  },
2095
- "S4d": {
2117
+ "S4f": {
2096
2118
  "type": "structure",
2097
2119
  "required": [
2098
2120
  "StackId",
@@ -2146,7 +2168,7 @@
2146
2168
  }
2147
2169
  }
2148
2170
  },
2149
- "S4x": {
2171
+ "S4z": {
2150
2172
  "type": "structure",
2151
2173
  "members": {
2152
2174
  "DriftStatus": {},
@@ -2171,7 +2193,7 @@
2171
2193
  }
2172
2194
  }
2173
2195
  },
2174
- "S5w": {
2196
+ "S5y": {
2175
2197
  "type": "structure",
2176
2198
  "required": [
2177
2199
  "LogRoleArn",
@@ -2182,11 +2204,11 @@
2182
2204
  "LogGroupName": {}
2183
2205
  }
2184
2206
  },
2185
- "S66": {
2207
+ "S68": {
2186
2208
  "type": "list",
2187
2209
  "member": {}
2188
2210
  },
2189
- "S6z": {
2211
+ "S71": {
2190
2212
  "type": "list",
2191
2213
  "member": {}
2192
2214
  }
@@ -1784,7 +1784,8 @@
1784
1784
  "shape": "S1u"
1785
1785
  }
1786
1786
  }
1787
- }
1787
+ },
1788
+ "authtype": "none"
1788
1789
  },
1789
1790
  "ListDevices": {
1790
1791
  "input": {
@@ -2159,7 +2160,8 @@
2159
2160
  "shape": "S1u"
2160
2161
  }
2161
2162
  }
2162
- }
2163
+ },
2164
+ "authtype": "none"
2163
2165
  },
2164
2166
  "SetRiskConfiguration": {
2165
2167
  "input": {
@@ -192,10 +192,10 @@
192
192
  "shape": "St"
193
193
  },
194
194
  "VpcConnectionProperties": {
195
- "shape": "S47"
195
+ "shape": "S49"
196
196
  },
197
197
  "SslProperties": {
198
- "shape": "S48"
198
+ "shape": "S4a"
199
199
  },
200
200
  "Tags": {
201
201
  "shape": "S11"
@@ -244,7 +244,7 @@
244
244
  "type": "structure",
245
245
  "members": {
246
246
  "Group": {
247
- "shape": "S4f"
247
+ "shape": "S4h"
248
248
  },
249
249
  "RequestId": {},
250
250
  "Status": {
@@ -290,7 +290,7 @@
290
290
  "type": "structure",
291
291
  "members": {
292
292
  "GroupMember": {
293
- "shape": "S4j"
293
+ "shape": "S4l"
294
294
  },
295
295
  "RequestId": {},
296
296
  "Status": {
@@ -321,7 +321,7 @@
321
321
  "AssignmentStatus": {},
322
322
  "PolicyArn": {},
323
323
  "Identities": {
324
- "shape": "S4n"
324
+ "shape": "S4p"
325
325
  },
326
326
  "Namespace": {
327
327
  "location": "uri",
@@ -337,7 +337,7 @@
337
337
  "AssignmentStatus": {},
338
338
  "PolicyArn": {},
339
339
  "Identities": {
340
- "shape": "S4n"
340
+ "shape": "S4p"
341
341
  },
342
342
  "RequestId": {},
343
343
  "Status": {
@@ -413,7 +413,7 @@
413
413
  "shape": "St"
414
414
  },
415
415
  "SourceEntity": {
416
- "shape": "S4w"
416
+ "shape": "S4y"
417
417
  },
418
418
  "Tags": {
419
419
  "shape": "S11"
@@ -470,7 +470,7 @@
470
470
  "type": "structure",
471
471
  "members": {
472
472
  "TemplateAlias": {
473
- "shape": "S54"
473
+ "shape": "S56"
474
474
  },
475
475
  "Status": {
476
476
  "location": "statusCode",
@@ -1130,7 +1130,7 @@
1130
1130
  "type": "structure",
1131
1131
  "members": {
1132
1132
  "DataSource": {
1133
- "shape": "S69"
1133
+ "shape": "S6b"
1134
1134
  },
1135
1135
  "RequestId": {},
1136
1136
  "Status": {
@@ -1209,7 +1209,7 @@
1209
1209
  "type": "structure",
1210
1210
  "members": {
1211
1211
  "Group": {
1212
- "shape": "S4f"
1212
+ "shape": "S4h"
1213
1213
  },
1214
1214
  "RequestId": {},
1215
1215
  "Status": {
@@ -1257,7 +1257,7 @@
1257
1257
  "AssignmentName": {},
1258
1258
  "PolicyArn": {},
1259
1259
  "Identities": {
1260
- "shape": "S4n"
1260
+ "shape": "S4p"
1261
1261
  },
1262
1262
  "AssignmentStatus": {}
1263
1263
  }
@@ -1301,7 +1301,7 @@
1301
1301
  "type": "structure",
1302
1302
  "members": {
1303
1303
  "Ingestion": {
1304
- "shape": "S6l"
1304
+ "shape": "S6n"
1305
1305
  },
1306
1306
  "RequestId": {},
1307
1307
  "Status": {
@@ -1464,7 +1464,7 @@
1464
1464
  "type": "structure",
1465
1465
  "members": {
1466
1466
  "TemplateAlias": {
1467
- "shape": "S54"
1467
+ "shape": "S56"
1468
1468
  },
1469
1469
  "Status": {
1470
1470
  "location": "statusCode",
@@ -1543,7 +1543,7 @@
1543
1543
  "type": "structure",
1544
1544
  "members": {
1545
1545
  "User": {
1546
- "shape": "S7g"
1546
+ "shape": "S7i"
1547
1547
  },
1548
1548
  "RequestId": {},
1549
1549
  "Status": {
@@ -1705,7 +1705,7 @@
1705
1705
  "type": "structure",
1706
1706
  "members": {
1707
1707
  "DashboardSummaryList": {
1708
- "shape": "S7v"
1708
+ "shape": "S7x"
1709
1709
  },
1710
1710
  "NextToken": {},
1711
1711
  "Status": {
@@ -1807,7 +1807,7 @@
1807
1807
  "DataSources": {
1808
1808
  "type": "list",
1809
1809
  "member": {
1810
- "shape": "S69"
1810
+ "shape": "S6b"
1811
1811
  }
1812
1812
  },
1813
1813
  "NextToken": {},
@@ -1861,7 +1861,7 @@
1861
1861
  "GroupMemberList": {
1862
1862
  "type": "list",
1863
1863
  "member": {
1864
- "shape": "S4j"
1864
+ "shape": "S4l"
1865
1865
  }
1866
1866
  },
1867
1867
  "NextToken": {},
@@ -1908,7 +1908,7 @@
1908
1908
  "type": "structure",
1909
1909
  "members": {
1910
1910
  "GroupList": {
1911
- "shape": "S89"
1911
+ "shape": "S8b"
1912
1912
  },
1913
1913
  "NextToken": {},
1914
1914
  "RequestId": {},
@@ -2068,7 +2068,7 @@
2068
2068
  "Ingestions": {
2069
2069
  "type": "list",
2070
2070
  "member": {
2071
- "shape": "S6l"
2071
+ "shape": "S6n"
2072
2072
  }
2073
2073
  },
2074
2074
  "NextToken": {},
@@ -2148,7 +2148,7 @@
2148
2148
  "TemplateAliasList": {
2149
2149
  "type": "list",
2150
2150
  "member": {
2151
- "shape": "S54"
2151
+ "shape": "S56"
2152
2152
  }
2153
2153
  },
2154
2154
  "Status": {
@@ -2318,7 +2318,7 @@
2318
2318
  "type": "structure",
2319
2319
  "members": {
2320
2320
  "GroupList": {
2321
- "shape": "S89"
2321
+ "shape": "S8b"
2322
2322
  },
2323
2323
  "NextToken": {},
2324
2324
  "RequestId": {},
@@ -2366,7 +2366,7 @@
2366
2366
  "UserList": {
2367
2367
  "type": "list",
2368
2368
  "member": {
2369
- "shape": "S7g"
2369
+ "shape": "S7i"
2370
2370
  }
2371
2371
  },
2372
2372
  "NextToken": {},
@@ -2412,7 +2412,7 @@
2412
2412
  "type": "structure",
2413
2413
  "members": {
2414
2414
  "User": {
2415
- "shape": "S7g"
2415
+ "shape": "S7i"
2416
2416
  },
2417
2417
  "UserInvitationUrl": {},
2418
2418
  "RequestId": {},
@@ -2462,7 +2462,7 @@
2462
2462
  "type": "structure",
2463
2463
  "members": {
2464
2464
  "DashboardSummaryList": {
2465
- "shape": "S7v"
2465
+ "shape": "S7x"
2466
2466
  },
2467
2467
  "NextToken": {},
2468
2468
  "Status": {
@@ -2609,10 +2609,10 @@
2609
2609
  "locationName": "DashboardId"
2610
2610
  },
2611
2611
  "GrantPermissions": {
2612
- "shape": "S9l"
2612
+ "shape": "S9n"
2613
2613
  },
2614
2614
  "RevokePermissions": {
2615
- "shape": "S9l"
2615
+ "shape": "S9n"
2616
2616
  }
2617
2617
  }
2618
2618
  },
@@ -2796,10 +2796,10 @@
2796
2796
  "shape": "S43"
2797
2797
  },
2798
2798
  "VpcConnectionProperties": {
2799
- "shape": "S47"
2799
+ "shape": "S49"
2800
2800
  },
2801
2801
  "SslProperties": {
2802
- "shape": "S48"
2802
+ "shape": "S4a"
2803
2803
  }
2804
2804
  }
2805
2805
  },
@@ -2889,7 +2889,7 @@
2889
2889
  "type": "structure",
2890
2890
  "members": {
2891
2891
  "Group": {
2892
- "shape": "S4f"
2892
+ "shape": "S4h"
2893
2893
  },
2894
2894
  "RequestId": {},
2895
2895
  "Status": {
@@ -2927,7 +2927,7 @@
2927
2927
  "AssignmentStatus": {},
2928
2928
  "PolicyArn": {},
2929
2929
  "Identities": {
2930
- "shape": "S4n"
2930
+ "shape": "S4p"
2931
2931
  }
2932
2932
  }
2933
2933
  },
@@ -2938,7 +2938,7 @@
2938
2938
  "AssignmentId": {},
2939
2939
  "PolicyArn": {},
2940
2940
  "Identities": {
2941
- "shape": "S4n"
2941
+ "shape": "S4p"
2942
2942
  },
2943
2943
  "AssignmentStatus": {},
2944
2944
  "RequestId": {},
@@ -2971,7 +2971,7 @@
2971
2971
  "locationName": "TemplateId"
2972
2972
  },
2973
2973
  "SourceEntity": {
2974
- "shape": "S4w"
2974
+ "shape": "S4y"
2975
2975
  },
2976
2976
  "VersionDescription": {},
2977
2977
  "Name": {}
@@ -3027,7 +3027,7 @@
3027
3027
  "type": "structure",
3028
3028
  "members": {
3029
3029
  "TemplateAlias": {
3030
- "shape": "S54"
3030
+ "shape": "S56"
3031
3031
  },
3032
3032
  "Status": {
3033
3033
  "location": "statusCode",
@@ -3058,10 +3058,10 @@
3058
3058
  "locationName": "TemplateId"
3059
3059
  },
3060
3060
  "GrantPermissions": {
3061
- "shape": "S9l"
3061
+ "shape": "S9n"
3062
3062
  },
3063
3063
  "RevokePermissions": {
3064
- "shape": "S9l"
3064
+ "shape": "S9n"
3065
3065
  }
3066
3066
  }
3067
3067
  },
@@ -3116,7 +3116,7 @@
3116
3116
  "type": "structure",
3117
3117
  "members": {
3118
3118
  "User": {
3119
- "shape": "S7g"
3119
+ "shape": "S7i"
3120
3120
  },
3121
3121
  "RequestId": {},
3122
3122
  "Status": {
@@ -3804,13 +3804,23 @@
3804
3804
  ],
3805
3805
  "members": {
3806
3806
  "Username": {},
3807
- "Password": {}
3807
+ "Password": {},
3808
+ "AlternateDataSourceParameters": {
3809
+ "shape": "S47"
3810
+ }
3808
3811
  }
3809
- }
3812
+ },
3813
+ "CopySourceArn": {}
3810
3814
  },
3811
3815
  "sensitive": true
3812
3816
  },
3813
3817
  "S47": {
3818
+ "type": "list",
3819
+ "member": {
3820
+ "shape": "S33"
3821
+ }
3822
+ },
3823
+ "S49": {
3814
3824
  "type": "structure",
3815
3825
  "required": [
3816
3826
  "VpcConnectionArn"
@@ -3819,7 +3829,7 @@
3819
3829
  "VpcConnectionArn": {}
3820
3830
  }
3821
3831
  },
3822
- "S48": {
3832
+ "S4a": {
3823
3833
  "type": "structure",
3824
3834
  "members": {
3825
3835
  "DisableSsl": {
@@ -3827,7 +3837,7 @@
3827
3837
  }
3828
3838
  }
3829
3839
  },
3830
- "S4f": {
3840
+ "S4h": {
3831
3841
  "type": "structure",
3832
3842
  "members": {
3833
3843
  "Arn": {},
@@ -3836,14 +3846,14 @@
3836
3846
  "PrincipalId": {}
3837
3847
  }
3838
3848
  },
3839
- "S4j": {
3849
+ "S4l": {
3840
3850
  "type": "structure",
3841
3851
  "members": {
3842
3852
  "Arn": {},
3843
3853
  "MemberName": {}
3844
3854
  }
3845
3855
  },
3846
- "S4n": {
3856
+ "S4p": {
3847
3857
  "type": "map",
3848
3858
  "key": {},
3849
3859
  "value": {
@@ -3851,7 +3861,7 @@
3851
3861
  "member": {}
3852
3862
  }
3853
3863
  },
3854
- "S4w": {
3864
+ "S4y": {
3855
3865
  "type": "structure",
3856
3866
  "members": {
3857
3867
  "SourceAnalysis": {
@@ -3878,7 +3888,7 @@
3878
3888
  }
3879
3889
  }
3880
3890
  },
3881
- "S54": {
3891
+ "S56": {
3882
3892
  "type": "structure",
3883
3893
  "members": {
3884
3894
  "AliasName": {},
@@ -3888,7 +3898,7 @@
3888
3898
  }
3889
3899
  }
3890
3900
  },
3891
- "S69": {
3901
+ "S6b": {
3892
3902
  "type": "structure",
3893
3903
  "members": {
3894
3904
  "Arn": {},
@@ -3905,11 +3915,14 @@
3905
3915
  "DataSourceParameters": {
3906
3916
  "shape": "S33"
3907
3917
  },
3908
- "VpcConnectionProperties": {
3918
+ "AlternateDataSourceParameters": {
3909
3919
  "shape": "S47"
3910
3920
  },
3921
+ "VpcConnectionProperties": {
3922
+ "shape": "S49"
3923
+ },
3911
3924
  "SslProperties": {
3912
- "shape": "S48"
3925
+ "shape": "S4a"
3913
3926
  },
3914
3927
  "ErrorInfo": {
3915
3928
  "type": "structure",
@@ -3920,7 +3933,7 @@
3920
3933
  }
3921
3934
  }
3922
3935
  },
3923
- "S6l": {
3936
+ "S6n": {
3924
3937
  "type": "structure",
3925
3938
  "required": [
3926
3939
  "Arn",
@@ -3973,7 +3986,7 @@
3973
3986
  "RequestType": {}
3974
3987
  }
3975
3988
  },
3976
- "S7g": {
3989
+ "S7i": {
3977
3990
  "type": "structure",
3978
3991
  "members": {
3979
3992
  "Arn": {},
@@ -3987,7 +4000,7 @@
3987
4000
  "PrincipalId": {}
3988
4001
  }
3989
4002
  },
3990
- "S7v": {
4003
+ "S7x": {
3991
4004
  "type": "list",
3992
4005
  "member": {
3993
4006
  "type": "structure",
@@ -4010,13 +4023,13 @@
4010
4023
  }
4011
4024
  }
4012
4025
  },
4013
- "S89": {
4026
+ "S8b": {
4014
4027
  "type": "list",
4015
4028
  "member": {
4016
- "shape": "S4f"
4029
+ "shape": "S4h"
4017
4030
  }
4018
4031
  },
4019
- "S9l": {
4032
+ "S9n": {
4020
4033
  "type": "list",
4021
4034
  "member": {
4022
4035
  "shape": "Su"