aws-sdk 2.1031.0 → 2.1035.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.
Files changed (102) hide show
  1. package/CHANGELOG.md +55 -1
  2. package/README.md +1 -1
  3. package/apis/appconfig-2019-10-09.examples.json +715 -0
  4. package/apis/appconfig-2019-10-09.min.json +48 -38
  5. package/apis/appstream-2016-12-01.min.json +505 -141
  6. package/apis/auditmanager-2017-07-25.min.json +303 -7
  7. package/apis/auditmanager-2017-07-25.paginators.json +20 -0
  8. package/apis/backup-2018-11-15.min.json +32 -19
  9. package/apis/braket-2019-09-01.min.json +388 -11
  10. package/apis/braket-2019-09-01.paginators.json +6 -0
  11. package/apis/chime-2018-05-01.min.json +11 -2
  12. package/apis/chime-sdk-meetings-2021-07-15.min.json +35 -6
  13. package/apis/cloudformation-2010-05-15.min.json +50 -27
  14. package/apis/connect-2017-08-08.min.json +354 -92
  15. package/apis/connect-2017-08-08.paginators.json +6 -0
  16. package/apis/databrew-2017-07-25.min.json +430 -110
  17. package/apis/databrew-2017-07-25.paginators.json +6 -0
  18. package/apis/dms-2016-01-01.min.json +2 -1
  19. package/apis/dynamodb-2012-08-10.min.json +123 -111
  20. package/apis/ec2-2016-11-15.min.json +1009 -881
  21. package/apis/elasticache-2015-02-02.min.json +131 -124
  22. package/apis/es-2015-01-01.min.json +10 -0
  23. package/apis/finspace-data-2020-07-13.min.json +602 -36
  24. package/apis/finspace-data-2020-07-13.paginators.json +18 -0
  25. package/apis/forecast-2018-06-26.min.json +507 -76
  26. package/apis/iot-2015-05-28.min.json +319 -209
  27. package/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
  28. package/apis/iotwireless-2020-11-22.min.json +101 -15
  29. package/apis/ivs-2020-07-14.min.json +151 -0
  30. package/apis/ivs-2020-07-14.paginators.json +5 -0
  31. package/apis/kafka-2018-11-14.min.json +130 -60
  32. package/apis/lambda-2015-03-31.min.json +392 -122
  33. package/apis/lambda-2015-03-31.paginators.json +6 -0
  34. package/apis/medialive-2017-10-14.min.json +167 -163
  35. package/apis/models.lex.v2-2020-08-07.min.json +146 -145
  36. package/apis/monitoring-2010-08-01.min.json +192 -128
  37. package/apis/opensearch-2021-01-01.min.json +10 -0
  38. package/apis/quicksight-2018-04-01.min.json +140 -100
  39. package/apis/rds-2014-10-31.min.json +122 -8
  40. package/apis/redshift-2012-12-01.min.json +253 -148
  41. package/apis/redshift-2012-12-01.paginators.json +30 -0
  42. package/apis/redshift-data-2019-12-20.min.json +6 -0
  43. package/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
  44. package/apis/s3-2006-03-01.examples.json +79 -79
  45. package/apis/s3-2006-03-01.min.json +112 -94
  46. package/apis/s3control-2018-08-20.min.json +15 -7
  47. package/apis/ssm-2014-11-06.min.json +359 -344
  48. package/clients/appconfig.d.ts +86 -68
  49. package/clients/applicationinsights.d.ts +1 -1
  50. package/clients/appstream.d.ts +481 -14
  51. package/clients/auditmanager.d.ts +341 -34
  52. package/clients/backup.d.ts +57 -24
  53. package/clients/batch.d.ts +27 -27
  54. package/clients/braket.d.ts +409 -0
  55. package/clients/chime.d.ts +34 -0
  56. package/clients/chimesdkmeetings.d.ts +62 -2
  57. package/clients/cloudformation.d.ts +42 -10
  58. package/clients/cloudwatch.d.ts +71 -17
  59. package/clients/connect.d.ts +326 -30
  60. package/clients/databrew.d.ts +358 -1
  61. package/clients/dms.d.ts +6 -2
  62. package/clients/dynamodb.d.ts +15 -0
  63. package/clients/ec2.d.ts +206 -43
  64. package/clients/ecs.d.ts +2 -2
  65. package/clients/eks.d.ts +14 -14
  66. package/clients/elasticache.d.ts +45 -30
  67. package/clients/elbv2.d.ts +4 -4
  68. package/clients/es.d.ts +21 -0
  69. package/clients/finspacedata.d.ts +741 -65
  70. package/clients/forecastservice.d.ts +561 -9
  71. package/clients/iot.d.ts +155 -11
  72. package/clients/iotdeviceadvisor.d.ts +74 -56
  73. package/clients/iotwireless.d.ts +60 -0
  74. package/clients/ivs.d.ts +204 -0
  75. package/clients/kafka.d.ts +110 -18
  76. package/clients/lambda.d.ts +162 -15
  77. package/clients/lexmodelsv2.d.ts +17 -12
  78. package/clients/lexruntimev2.d.ts +5 -0
  79. package/clients/macie2.d.ts +39 -39
  80. package/clients/medialive.d.ts +5 -0
  81. package/clients/opensearch.d.ts +21 -0
  82. package/clients/quicksight.d.ts +191 -144
  83. package/clients/rds.d.ts +404 -203
  84. package/clients/redshift.d.ts +170 -8
  85. package/clients/redshiftdata.d.ts +34 -34
  86. package/clients/s3.d.ts +32 -5
  87. package/clients/s3control.d.ts +11 -1
  88. package/clients/sqs.d.ts +8 -8
  89. package/clients/ssm.d.ts +20 -3
  90. package/clients/sts.d.ts +18 -18
  91. package/clients/workspaces.d.ts +2 -2
  92. package/dist/aws-sdk-core-react-native.js +2 -2
  93. package/dist/aws-sdk-react-native.js +51 -50
  94. package/dist/aws-sdk.js +3999 -2385
  95. package/dist/aws-sdk.min.js +87 -86
  96. package/lib/core.js +1 -1
  97. package/lib/dynamodb/document_client.d.ts +15 -0
  98. package/lib/region_config_data.json +12 -1
  99. package/lib/services/s3.js +3 -2
  100. package/lib/services/s3util.js +2 -2
  101. package/package.json +1 -1
  102. package/scripts/region-checker/allowlist.js +5 -5
package/CHANGELOG.md CHANGED
@@ -1,7 +1,61 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1031.0-->
2
+ <!--LATEST=2.1035.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1035.0
6
+ * feature: Backup: This release adds new opt-in settings for advanced features for DynamoDB backups
7
+ * feature: DynamoDB: DynamoDB PartiQL now supports ReturnConsumedCapacity, which returns capacity units consumed by PartiQL APIs if the request specified returnConsumedCapacity parameter. PartiQL APIs include ExecuteStatement, BatchExecuteStatement, and ExecuteTransaction.
8
+ * feature: EC2: This release adds a new parameter ipv6Native to the allow creation of IPv6-only subnets using the CreateSubnet operation, and the operation ModifySubnetAttribute includes new parameters to modify subnet attributes to use resource-based naming and enable DNS resolutions for Private DNS name.
9
+ * feature: ElastiCache: Adding support for r6gd instances for Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact.
10
+ * feature: IoTWireless: Two new APIs, GetNetworkAnalyzerConfiguration and UpdateNetworkAnalyzerConfiguration, are added for the newly released Network Analyzer feature which enables customers to view real-time frame information and logs from LoRaWAN devices and gateways.
11
+ * feature: Iot: This release introduces a new feature, Managed Job Template, for AWS IoT Jobs Service. Customers can now use service provided managed job templates to easily create jobs for supported standard job actions.
12
+ * feature: IotDeviceAdvisor: This release introduces a new feature for Device Advisor: ability to execute multiple test suites in parallel for given customer account. You can use GetEndpoint API to get the device-level test endpoint and call StartSuiteRun with "parallelRun=true" to run suites in parallel.
13
+ * feature: Lambda: Release Lambda event source filtering for SQS, Kinesis Streams, and DynamoDB Streams.
14
+ * feature: OpenSearch: This release adds an optional parameter dry-run for the UpdateDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.
15
+ * feature: RDS: Adds support for Multi-AZ DB clusters for RDS for MySQL and RDS for PostgreSQL.
16
+ * feature: Redshift: This release adds support for reserved node exchange with restore/resize
17
+ * feature: S3: Introduce two new Filters to S3 Lifecycle configurations - ObjectSizeGreaterThan and ObjectSizeLessThan. Introduce a new way to trigger actions on noncurrent versions by providing the number of newer noncurrent versions along with noncurrent days.
18
+ * feature: SQS: Amazon SQS adds a new queue attribute, SqsManagedSseEnabled, which enables server-side queue encryption using SQS owned encryption keys.
19
+
20
+ ## 2.1034.0
21
+ * feature: Braket: This release adds support for Amazon Braket Hybrid Jobs.
22
+ * feature: ChimeSDKMeetings: Added new APIs for enabling Echo Reduction with Voice Focus.
23
+ * feature: CloudFormation: This release include SDK changes for the feature launch of Stack Import to Service Managed StackSet.
24
+ * feature: Connect: This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide.
25
+ * feature: DMS: Added new S3 endpoint settings to allow to convert the current UTC time into a specified time zone when a date partition folder is created. Using with 'DatePartitionedEnabled'.
26
+ * feature: EKS: Adding missing exceptions to RegisterCluster operation
27
+ * feature: ES: This release adds an optional parameter dry-run for the UpdateElasticsearchDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.
28
+ * feature: Finspacedata: Add new APIs for managing Datasets, Changesets, and Dataviews.
29
+ * feature: QuickSight: Add support for Exasol data source, 1 click enterprise embedding and email customization.
30
+ * feature: RDS: Adds local backup support to Amazon RDS on AWS Outposts.
31
+ * feature: S3Control: Added Amazon CloudWatch publishing option for S3 Storage Lens metrics.
32
+ * feature: SSM: Adds new parameter to CreateActivation API . This parameter is for "internal use only".
33
+
34
+ ## 2.1033.0
35
+ * feature: AppStream: Includes APIs for managing resources for Elastic fleets: applications, app blocks, and application-fleet associations.
36
+ * feature: ApplicationInsights: Application Insights now supports monitoring for HANA
37
+ * feature: CloudFormation: The StackSets ManagedExecution feature will allow concurrency for non-conflicting StackSet operations and queuing the StackSet operations that conflict at a given time for later execution.
38
+ * feature: Lambda: Add support for Lambda Function URLs. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.
39
+ * feature: LexRuntimeV2: Updates API to latest version.
40
+ * feature: MediaLive: This release adds support for specifying a SCTE-35 PID on input. MediaLive now supports SCTE-35 PID selection on inputs containing one or more active SCTE-35 PIDs.
41
+ * feature: Redshift: Added support of default IAM role for CreateCluster, RestoreFromClusterSnapshot and ModifyClusterIamRoles APIs
42
+
43
+ ## 2.1032.0
44
+ * bugfix: EC2: Add customization for EC2 legacy dualstack endpoints
45
+ * bugfix: S3/S3Control: Check for config.useDualstackEndpoint in customizations
46
+ * feature: AppConfig: Add Type to support feature flag configuration profiles
47
+ * feature: AuditManager: This release introduces a new feature for Audit Manager: Dashboard views. You can now view insights data for your active assessments, and quickly identify non-compliant evidence that needs to be remediated.
48
+ * feature: Chime: Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.
49
+ * feature: ChimeSDKMeetings: Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.
50
+ * feature: CloudWatch: CloudWatch Anomaly Detection now supports anomaly detectors that use metric math as input.
51
+ * feature: DataBrew: This SDK release adds the following new features: 1) PII detection in profile jobs, 2) Data quality rules, enabling validation of data quality in profile jobs, 3) SQL query-based datasets for Amazon Redshift and Snowflake data sources, and 4) Connecting DataBrew datasets with Amazon AppFlow flows.
52
+ * feature: ForecastService: NEW CreateExplanability API that helps you understand how attributes such as price, promotion, etc. contributes to your forecasted values; NEW CreateAutoPredictor API that trains up to 40% more accurate forecasting model, saves up to 50% of retraining time, and provides model level explainability.
53
+ * feature: IVS: Add APIs for retrieving stream session information and support for filtering live streams by health. For more information, see https://docs.aws.amazon.com/ivs/latest/userguide/stream-health.html
54
+ * feature: Kafka: Amazon MSK has added a new API that allows you to update the connectivity settings for an existing cluster to enable public accessibility.
55
+ * feature: Lambda: Added support for CLIENT_CERTIFICATE_TLS_AUTH and SERVER_ROOT_CA_CERTIFICATE as SourceAccessType for MSK and Kafka event source mappings.
56
+ * feature: LexModelsV2: Added support for Polly Neural TTS (NTTS) voices. Customers can choose between 'standard' and 'neural' for Polly Engine configuration per locale when creating or updating an Amazon Lex bot.
57
+ * feature: RedshiftData: Rolling back Data API serverless features until dependencies are live.
58
+
5
59
  ## 2.1031.0
6
60
  * bugfix: S3: Support FIPS for S3 Accesspoint & Object Lambda
7
61
  * feature: AmplifyBackend: New APIs to support the Amplify Storage category. Add and manage file storage in your Amplify app backend.
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.1031.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1035.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