aws-sdk 2.871.0 → 2.875.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 +26 -1
- package/README.md +1 -1
- package/apis/alexaforbusiness-2017-11-09.min.json +9 -0
- package/apis/customer-profiles-2020-08-15.min.json +164 -6
- package/apis/docdb-2014-10-31.min.json +298 -114
- package/apis/docdb-2014-10-31.paginators.json +6 -0
- package/apis/eventbridge-2015-10-07.min.json +22 -3
- package/apis/events-2015-10-07.min.json +22 -3
- package/apis/glue-2017-03-31.min.json +20 -10
- package/apis/iotwireless-2020-11-22.min.json +3 -0
- package/apis/location-2020-11-19.min.json +23 -1
- package/apis/lookoutmetrics-2017-07-25.examples.json +5 -0
- package/apis/lookoutmetrics-2017-07-25.min.json +1179 -0
- package/apis/lookoutmetrics-2017-07-25.paginators.json +39 -0
- package/apis/medialive-2017-10-14.min.json +189 -176
- package/apis/metadata.json +3 -0
- package/apis/rekognition-2016-06-27.min.json +181 -109
- package/apis/sagemaker-2017-07-24.min.json +213 -199
- package/apis/wafv2-2019-07-29.min.json +172 -81
- package/clients/alexaforbusiness.d.ts +12 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/cloudwatchevents.d.ts +25 -2
- package/clients/customerprofiles.d.ts +102 -1
- package/clients/docdb.d.ts +213 -0
- package/clients/eventbridge.d.ts +25 -2
- package/clients/glue.d.ts +21 -6
- package/clients/iotwireless.d.ts +13 -9
- package/clients/location.d.ts +100 -44
- package/clients/lookoutmetrics.d.ts +1497 -0
- package/clients/lookoutmetrics.js +19 -0
- package/clients/medialive.d.ts +8 -1
- package/clients/rekognition.d.ts +80 -3
- package/clients/sagemaker.d.ts +26 -11
- package/clients/sqs.d.ts +2 -2
- package/clients/transcribeservice.d.ts +2 -2
- package/clients/wafv2.d.ts +94 -3
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +83 -17
- package/dist/aws-sdk.js +209 -115
- package/dist/aws-sdk.min.js +47 -47
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/lib/services/lookoutmetrics.js +22 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,32 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.875.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.875.0
|
|
6
|
+
* feature: DocDB: This release adds support for Event Subscriptions to DocumentDB.
|
|
7
|
+
* feature: Glue: Allow Dots in Registry and Schema Names for CreateRegistry, CreateSchema; Fixed issue when duplicate keys are present and not returned as part of QuerySchemaVersionMetadata.
|
|
8
|
+
* feature: IAM: AWS Identity and Access Management GetAccessKeyLastUsed API will throw a custom error if customer public key is not found for access keys.
|
|
9
|
+
* feature: Location: Amazon Location added support for specifying pricing plan information on resources in alignment with our cost model.
|
|
10
|
+
* feature: WAFV2: Added custom request handling and custom response support in rule actions and default action; Added the option to inspect the web request body as parsed and filtered JSON.
|
|
11
|
+
|
|
12
|
+
## 2.874.0
|
|
13
|
+
* feature: CloudWatchEvents: Add support for SageMaker Model Builder Pipelines Targets to EventBridge
|
|
14
|
+
* feature: CustomerProfiles: This release adds an optional parameter named FlowDefinition in PutIntegrationRequest.
|
|
15
|
+
* feature: EventBridge: Add support for SageMaker Model Builder Pipelines Targets to EventBridge
|
|
16
|
+
* feature: IoTWireless: Support tag-on-create for WirelessDevice.
|
|
17
|
+
* feature: TranscribeService: Amazon Transcribe now supports tagging words that match your vocabulary filter for batch transcription.
|
|
18
|
+
|
|
19
|
+
## 2.873.0
|
|
20
|
+
* bugfix: Lookout Metrics: Update Lookout Metrics to set Content-Type header to be application/x-amz-json-1.1
|
|
21
|
+
* feature: LookoutMetrics: Allowing uppercase alphabets for RDS and Redshift database names.
|
|
22
|
+
|
|
23
|
+
## 2.872.0
|
|
24
|
+
* feature: AlexaForBusiness: Added support for enabling and disabling data retention in the CreateProfile and UpdateProfile APIs and retrieving the state of data retention for a profile in the GetProfile API.
|
|
25
|
+
* feature: LookoutMetrics: Amazon Lookout for Metrics is now generally available. You can use Lookout for Metrics to monitor your data for anomalies. For more information, see the Amazon Lookout for Metrics Developer Guide.
|
|
26
|
+
* feature: MediaLive: EML now supports handling HDR10 and HLG 2020 color space from a Link input.
|
|
27
|
+
* feature: Rekognition: "This release introduces AWS tagging support for Amazon Rekognition collections, stream processors, and Custom Label models."
|
|
28
|
+
* feature: SageMaker: This feature allows customer to specify the environment variables in their CreateTrainingJob requests.
|
|
29
|
+
|
|
5
30
|
## 2.871.0
|
|
6
31
|
* feature: EC2: maximumEfaInterfaces added to DescribeInstanceTypes API
|
|
7
32
|
* feature: Greengrass: Updated the parameters to make name required for CreateGroup API.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.875.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -340,6 +340,9 @@
|
|
|
340
340
|
"PSTNEnabled": {
|
|
341
341
|
"type": "boolean"
|
|
342
342
|
},
|
|
343
|
+
"DataRetentionOptIn": {
|
|
344
|
+
"type": "boolean"
|
|
345
|
+
},
|
|
343
346
|
"MeetingRoomConfiguration": {
|
|
344
347
|
"type": "structure",
|
|
345
348
|
"members": {
|
|
@@ -1045,6 +1048,9 @@
|
|
|
1045
1048
|
"PSTNEnabled": {
|
|
1046
1049
|
"type": "boolean"
|
|
1047
1050
|
},
|
|
1051
|
+
"DataRetentionOptIn": {
|
|
1052
|
+
"type": "boolean"
|
|
1053
|
+
},
|
|
1048
1054
|
"AddressBookArn": {},
|
|
1049
1055
|
"MeetingRoomConfiguration": {
|
|
1050
1056
|
"type": "structure",
|
|
@@ -2382,6 +2388,9 @@
|
|
|
2382
2388
|
"PSTNEnabled": {
|
|
2383
2389
|
"type": "boolean"
|
|
2384
2390
|
},
|
|
2391
|
+
"DataRetentionOptIn": {
|
|
2392
|
+
"type": "boolean"
|
|
2393
|
+
},
|
|
2385
2394
|
"MeetingRoomConfiguration": {
|
|
2386
2395
|
"type": "structure",
|
|
2387
2396
|
"members": {
|
|
@@ -815,7 +815,6 @@
|
|
|
815
815
|
"type": "structure",
|
|
816
816
|
"required": [
|
|
817
817
|
"DomainName",
|
|
818
|
-
"Uri",
|
|
819
818
|
"ObjectTypeName"
|
|
820
819
|
],
|
|
821
820
|
"members": {
|
|
@@ -827,6 +826,165 @@
|
|
|
827
826
|
"ObjectTypeName": {},
|
|
828
827
|
"Tags": {
|
|
829
828
|
"shape": "Sb"
|
|
829
|
+
},
|
|
830
|
+
"FlowDefinition": {
|
|
831
|
+
"type": "structure",
|
|
832
|
+
"required": [
|
|
833
|
+
"FlowName",
|
|
834
|
+
"KmsArn",
|
|
835
|
+
"SourceFlowConfig",
|
|
836
|
+
"Tasks",
|
|
837
|
+
"TriggerConfig"
|
|
838
|
+
],
|
|
839
|
+
"members": {
|
|
840
|
+
"Description": {},
|
|
841
|
+
"FlowName": {},
|
|
842
|
+
"KmsArn": {},
|
|
843
|
+
"SourceFlowConfig": {
|
|
844
|
+
"type": "structure",
|
|
845
|
+
"required": [
|
|
846
|
+
"ConnectorType",
|
|
847
|
+
"SourceConnectorProperties"
|
|
848
|
+
],
|
|
849
|
+
"members": {
|
|
850
|
+
"ConnectorProfileName": {},
|
|
851
|
+
"ConnectorType": {},
|
|
852
|
+
"IncrementalPullConfig": {
|
|
853
|
+
"type": "structure",
|
|
854
|
+
"members": {
|
|
855
|
+
"DatetimeTypeFieldName": {}
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
"SourceConnectorProperties": {
|
|
859
|
+
"type": "structure",
|
|
860
|
+
"members": {
|
|
861
|
+
"Marketo": {
|
|
862
|
+
"type": "structure",
|
|
863
|
+
"required": [
|
|
864
|
+
"Object"
|
|
865
|
+
],
|
|
866
|
+
"members": {
|
|
867
|
+
"Object": {}
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
"S3": {
|
|
871
|
+
"type": "structure",
|
|
872
|
+
"required": [
|
|
873
|
+
"BucketName"
|
|
874
|
+
],
|
|
875
|
+
"members": {
|
|
876
|
+
"BucketName": {},
|
|
877
|
+
"BucketPrefix": {}
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
"Salesforce": {
|
|
881
|
+
"type": "structure",
|
|
882
|
+
"required": [
|
|
883
|
+
"Object"
|
|
884
|
+
],
|
|
885
|
+
"members": {
|
|
886
|
+
"Object": {},
|
|
887
|
+
"EnableDynamicFieldUpdate": {
|
|
888
|
+
"type": "boolean"
|
|
889
|
+
},
|
|
890
|
+
"IncludeDeletedRecords": {
|
|
891
|
+
"type": "boolean"
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
"ServiceNow": {
|
|
896
|
+
"type": "structure",
|
|
897
|
+
"required": [
|
|
898
|
+
"Object"
|
|
899
|
+
],
|
|
900
|
+
"members": {
|
|
901
|
+
"Object": {}
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
"Zendesk": {
|
|
905
|
+
"type": "structure",
|
|
906
|
+
"required": [
|
|
907
|
+
"Object"
|
|
908
|
+
],
|
|
909
|
+
"members": {
|
|
910
|
+
"Object": {}
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
"Tasks": {
|
|
918
|
+
"type": "list",
|
|
919
|
+
"member": {
|
|
920
|
+
"type": "structure",
|
|
921
|
+
"required": [
|
|
922
|
+
"SourceFields",
|
|
923
|
+
"TaskType"
|
|
924
|
+
],
|
|
925
|
+
"members": {
|
|
926
|
+
"ConnectorOperator": {
|
|
927
|
+
"type": "structure",
|
|
928
|
+
"members": {
|
|
929
|
+
"Marketo": {},
|
|
930
|
+
"S3": {},
|
|
931
|
+
"Salesforce": {},
|
|
932
|
+
"ServiceNow": {},
|
|
933
|
+
"Zendesk": {}
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
"DestinationField": {},
|
|
937
|
+
"SourceFields": {
|
|
938
|
+
"type": "list",
|
|
939
|
+
"member": {}
|
|
940
|
+
},
|
|
941
|
+
"TaskProperties": {
|
|
942
|
+
"type": "map",
|
|
943
|
+
"key": {},
|
|
944
|
+
"value": {}
|
|
945
|
+
},
|
|
946
|
+
"TaskType": {}
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
"TriggerConfig": {
|
|
951
|
+
"type": "structure",
|
|
952
|
+
"required": [
|
|
953
|
+
"TriggerType"
|
|
954
|
+
],
|
|
955
|
+
"members": {
|
|
956
|
+
"TriggerType": {},
|
|
957
|
+
"TriggerProperties": {
|
|
958
|
+
"type": "structure",
|
|
959
|
+
"members": {
|
|
960
|
+
"Scheduled": {
|
|
961
|
+
"type": "structure",
|
|
962
|
+
"required": [
|
|
963
|
+
"ScheduleExpression"
|
|
964
|
+
],
|
|
965
|
+
"members": {
|
|
966
|
+
"ScheduleExpression": {},
|
|
967
|
+
"DataPullMode": {},
|
|
968
|
+
"ScheduleStartTime": {
|
|
969
|
+
"type": "timestamp"
|
|
970
|
+
},
|
|
971
|
+
"ScheduleEndTime": {
|
|
972
|
+
"type": "timestamp"
|
|
973
|
+
},
|
|
974
|
+
"Timezone": {},
|
|
975
|
+
"ScheduleOffset": {
|
|
976
|
+
"type": "long"
|
|
977
|
+
},
|
|
978
|
+
"FirstExecutionFrom": {
|
|
979
|
+
"type": "timestamp"
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
}
|
|
830
988
|
}
|
|
831
989
|
}
|
|
832
990
|
},
|
|
@@ -1176,16 +1334,16 @@
|
|
|
1176
1334
|
"PersonalEmailAddress": {},
|
|
1177
1335
|
"BusinessEmailAddress": {},
|
|
1178
1336
|
"Address": {
|
|
1179
|
-
"shape": "
|
|
1337
|
+
"shape": "S44"
|
|
1180
1338
|
},
|
|
1181
1339
|
"ShippingAddress": {
|
|
1182
|
-
"shape": "
|
|
1340
|
+
"shape": "S44"
|
|
1183
1341
|
},
|
|
1184
1342
|
"MailingAddress": {
|
|
1185
|
-
"shape": "
|
|
1343
|
+
"shape": "S44"
|
|
1186
1344
|
},
|
|
1187
1345
|
"BillingAddress": {
|
|
1188
|
-
"shape": "
|
|
1346
|
+
"shape": "S44"
|
|
1189
1347
|
},
|
|
1190
1348
|
"Attributes": {
|
|
1191
1349
|
"type": "map",
|
|
@@ -1294,7 +1452,7 @@
|
|
|
1294
1452
|
}
|
|
1295
1453
|
}
|
|
1296
1454
|
},
|
|
1297
|
-
"
|
|
1455
|
+
"S44": {
|
|
1298
1456
|
"type": "structure",
|
|
1299
1457
|
"members": {
|
|
1300
1458
|
"Address1": {},
|