aws-sdk 2.1198.0 → 2.1201.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 +18 -1
- package/README.md +1 -1
- package/apis/connect-2017-08-08.min.json +119 -39
- package/apis/connect-2017-08-08.paginators.json +9 -0
- package/apis/ec2-2016-11-15.min.json +2 -1
- package/apis/forecast-2018-06-26.min.json +428 -13
- package/apis/forecast-2018-06-26.paginators.json +18 -0
- package/apis/forecastquery-2018-06-26.min.json +54 -21
- package/apis/kendra-2019-02-03.min.json +70 -69
- package/apis/lookoutmetrics-2017-07-25.min.json +54 -0
- package/apis/metadata.json +4 -0
- package/apis/models.lex.v2-2020-08-07.min.json +44 -0
- package/apis/rds-2014-10-31.min.json +23 -0
- package/apis/securityhub-2018-10-26.min.json +308 -162
- package/apis/support-app-2021-08-20.examples.json +5 -0
- package/apis/support-app-2021-08-20.min.json +267 -0
- package/apis/support-app-2021-08-20.paginators.json +12 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/connect.d.ts +246 -160
- package/clients/docdb.d.ts +1 -1
- package/clients/ec2.d.ts +1 -1
- package/clients/forecastqueryservice.d.ts +35 -1
- package/clients/forecastservice.d.ts +559 -0
- package/clients/ivschat.d.ts +5 -5
- package/clients/kendra.d.ts +57 -52
- package/clients/lexmodelsv2.d.ts +49 -1
- package/clients/lookoutmetrics.d.ts +72 -3
- package/clients/rds.d.ts +21 -0
- package/clients/securityhub.d.ts +346 -70
- package/clients/ssoadmin.d.ts +6 -6
- package/clients/supportapp.d.ts +330 -0
- package/clients/supportapp.js +18 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +52 -15
- package/dist/aws-sdk.js +660 -77
- package/dist/aws-sdk.min.js +74 -74
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,24 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1201.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1201.0
|
|
6
|
+
* feature: RDS: RDS for Oracle supports Oracle Data Guard switchover and read replica backups.
|
|
7
|
+
|
|
8
|
+
## 2.1200.0
|
|
9
|
+
* feature: EC2: R6a instances are powered by 3rd generation AMD EPYC (Milan) processors delivering all-core turbo frequency of 3.6 GHz. C6id, M6id, and R6id instances are powered by 3rd generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz.
|
|
10
|
+
* feature: ForecastQueryService: releasing What-If Analysis APIs
|
|
11
|
+
* feature: ForecastService: releasing What-If Analysis APIs and update ARN regex pattern to be more strict in accordance with security recommendation
|
|
12
|
+
* feature: IoTSiteWise: Enable non-unique asset names under different hierarchies
|
|
13
|
+
* feature: LexModelsV2: This release introduces a new feature to stop a running BotRecommendation Job for Automated Chatbot Designer.
|
|
14
|
+
* feature: SecurityHub: Added new resource details objects to ASFF, including resources for AwsBackupBackupVault, AwsBackupBackupPlan and AwsBackupRecoveryPoint. Added FixAvailable, FixedInVersion and Remediation to Vulnerability.
|
|
15
|
+
* feature: SupportApp: This is the initial SDK release for the AWS Support App in Slack.
|
|
16
|
+
|
|
17
|
+
## 2.1199.0
|
|
18
|
+
* feature: Connect: This release adds SearchSecurityProfiles API which can be used to search for Security Profile resources within a Connect Instance.
|
|
19
|
+
* feature: Kendra: This release adds support for a new authentication type - Personal Access Token (PAT) for confluence server.
|
|
20
|
+
* feature: LookoutMetrics: This release is to make GetDataQualityMetrics API publicly available.
|
|
21
|
+
|
|
5
22
|
## 2.1198.0
|
|
6
23
|
* feature: ChimeSDKMediaPipelines: The Amazon Chime SDK now supports live streaming of real-time video from the Amazon Chime SDK sessions to streaming platforms such as Amazon IVS and Amazon Elemental MediaLive. We have also added support for concatenation to create a single media capture file.
|
|
7
24
|
* feature: CloudWatch: Add support for managed Contributor Insights Rules
|
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.1201.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
|
|
@@ -4111,6 +4111,60 @@
|
|
|
4111
4111
|
}
|
|
4112
4112
|
}
|
|
4113
4113
|
},
|
|
4114
|
+
"SearchSecurityProfiles": {
|
|
4115
|
+
"http": {
|
|
4116
|
+
"requestUri": "/search-security-profiles"
|
|
4117
|
+
},
|
|
4118
|
+
"input": {
|
|
4119
|
+
"type": "structure",
|
|
4120
|
+
"required": [
|
|
4121
|
+
"InstanceId"
|
|
4122
|
+
],
|
|
4123
|
+
"members": {
|
|
4124
|
+
"InstanceId": {},
|
|
4125
|
+
"NextToken": {},
|
|
4126
|
+
"MaxResults": {
|
|
4127
|
+
"type": "integer"
|
|
4128
|
+
},
|
|
4129
|
+
"SearchCriteria": {
|
|
4130
|
+
"shape": "Se2"
|
|
4131
|
+
},
|
|
4132
|
+
"SearchFilter": {
|
|
4133
|
+
"type": "structure",
|
|
4134
|
+
"members": {
|
|
4135
|
+
"TagFilter": {
|
|
4136
|
+
"shape": "Se7"
|
|
4137
|
+
}
|
|
4138
|
+
}
|
|
4139
|
+
}
|
|
4140
|
+
}
|
|
4141
|
+
},
|
|
4142
|
+
"output": {
|
|
4143
|
+
"type": "structure",
|
|
4144
|
+
"members": {
|
|
4145
|
+
"SecurityProfiles": {
|
|
4146
|
+
"type": "list",
|
|
4147
|
+
"member": {
|
|
4148
|
+
"type": "structure",
|
|
4149
|
+
"members": {
|
|
4150
|
+
"Id": {},
|
|
4151
|
+
"OrganizationResourceId": {},
|
|
4152
|
+
"Arn": {},
|
|
4153
|
+
"SecurityProfileName": {},
|
|
4154
|
+
"Description": {},
|
|
4155
|
+
"Tags": {
|
|
4156
|
+
"shape": "S1j"
|
|
4157
|
+
}
|
|
4158
|
+
}
|
|
4159
|
+
}
|
|
4160
|
+
},
|
|
4161
|
+
"NextToken": {},
|
|
4162
|
+
"ApproximateTotalCount": {
|
|
4163
|
+
"type": "long"
|
|
4164
|
+
}
|
|
4165
|
+
}
|
|
4166
|
+
}
|
|
4167
|
+
},
|
|
4114
4168
|
"SearchUsers": {
|
|
4115
4169
|
"http": {
|
|
4116
4170
|
"requestUri": "/search-users"
|
|
@@ -4127,26 +4181,12 @@
|
|
|
4127
4181
|
"type": "structure",
|
|
4128
4182
|
"members": {
|
|
4129
4183
|
"TagFilter": {
|
|
4130
|
-
"
|
|
4131
|
-
"members": {
|
|
4132
|
-
"OrConditions": {
|
|
4133
|
-
"type": "list",
|
|
4134
|
-
"member": {
|
|
4135
|
-
"shape": "Se5"
|
|
4136
|
-
}
|
|
4137
|
-
},
|
|
4138
|
-
"AndConditions": {
|
|
4139
|
-
"shape": "Se5"
|
|
4140
|
-
},
|
|
4141
|
-
"TagCondition": {
|
|
4142
|
-
"shape": "Se6"
|
|
4143
|
-
}
|
|
4144
|
-
}
|
|
4184
|
+
"shape": "Se7"
|
|
4145
4185
|
}
|
|
4146
4186
|
}
|
|
4147
4187
|
},
|
|
4148
4188
|
"SearchCriteria": {
|
|
4149
|
-
"shape": "
|
|
4189
|
+
"shape": "Seh"
|
|
4150
4190
|
}
|
|
4151
4191
|
}
|
|
4152
4192
|
},
|
|
@@ -4438,7 +4478,7 @@
|
|
|
4438
4478
|
},
|
|
4439
4479
|
"Name": {},
|
|
4440
4480
|
"References": {
|
|
4441
|
-
"shape": "
|
|
4481
|
+
"shape": "Sfl"
|
|
4442
4482
|
},
|
|
4443
4483
|
"Description": {},
|
|
4444
4484
|
"ClientToken": {
|
|
@@ -4673,7 +4713,7 @@
|
|
|
4673
4713
|
"Name": {},
|
|
4674
4714
|
"Description": {},
|
|
4675
4715
|
"References": {
|
|
4676
|
-
"shape": "
|
|
4716
|
+
"shape": "Sfl"
|
|
4677
4717
|
}
|
|
4678
4718
|
}
|
|
4679
4719
|
},
|
|
@@ -5396,19 +5436,19 @@
|
|
|
5396
5436
|
"type": "structure",
|
|
5397
5437
|
"members": {
|
|
5398
5438
|
"LevelOne": {
|
|
5399
|
-
"shape": "
|
|
5439
|
+
"shape": "Sh5"
|
|
5400
5440
|
},
|
|
5401
5441
|
"LevelTwo": {
|
|
5402
|
-
"shape": "
|
|
5442
|
+
"shape": "Sh5"
|
|
5403
5443
|
},
|
|
5404
5444
|
"LevelThree": {
|
|
5405
|
-
"shape": "
|
|
5445
|
+
"shape": "Sh5"
|
|
5406
5446
|
},
|
|
5407
5447
|
"LevelFour": {
|
|
5408
|
-
"shape": "
|
|
5448
|
+
"shape": "Sh5"
|
|
5409
5449
|
},
|
|
5410
5450
|
"LevelFive": {
|
|
5411
|
-
"shape": "
|
|
5451
|
+
"shape": "Sh5"
|
|
5412
5452
|
}
|
|
5413
5453
|
}
|
|
5414
5454
|
},
|
|
@@ -5990,35 +6030,75 @@
|
|
|
5990
6030
|
}
|
|
5991
6031
|
}
|
|
5992
6032
|
},
|
|
5993
|
-
"
|
|
6033
|
+
"Se2": {
|
|
6034
|
+
"type": "structure",
|
|
6035
|
+
"members": {
|
|
6036
|
+
"OrConditions": {
|
|
6037
|
+
"shape": "Se3"
|
|
6038
|
+
},
|
|
6039
|
+
"AndConditions": {
|
|
6040
|
+
"shape": "Se3"
|
|
6041
|
+
},
|
|
6042
|
+
"StringCondition": {
|
|
6043
|
+
"shape": "Se4"
|
|
6044
|
+
}
|
|
6045
|
+
}
|
|
6046
|
+
},
|
|
6047
|
+
"Se3": {
|
|
5994
6048
|
"type": "list",
|
|
5995
6049
|
"member": {
|
|
5996
|
-
"shape": "
|
|
6050
|
+
"shape": "Se2"
|
|
5997
6051
|
}
|
|
5998
6052
|
},
|
|
5999
|
-
"
|
|
6053
|
+
"Se4": {
|
|
6054
|
+
"type": "structure",
|
|
6055
|
+
"members": {
|
|
6056
|
+
"FieldName": {},
|
|
6057
|
+
"Value": {},
|
|
6058
|
+
"ComparisonType": {}
|
|
6059
|
+
}
|
|
6060
|
+
},
|
|
6061
|
+
"Se7": {
|
|
6062
|
+
"type": "structure",
|
|
6063
|
+
"members": {
|
|
6064
|
+
"OrConditions": {
|
|
6065
|
+
"type": "list",
|
|
6066
|
+
"member": {
|
|
6067
|
+
"shape": "Se9"
|
|
6068
|
+
}
|
|
6069
|
+
},
|
|
6070
|
+
"AndConditions": {
|
|
6071
|
+
"shape": "Se9"
|
|
6072
|
+
},
|
|
6073
|
+
"TagCondition": {
|
|
6074
|
+
"shape": "Sea"
|
|
6075
|
+
}
|
|
6076
|
+
}
|
|
6077
|
+
},
|
|
6078
|
+
"Se9": {
|
|
6079
|
+
"type": "list",
|
|
6080
|
+
"member": {
|
|
6081
|
+
"shape": "Sea"
|
|
6082
|
+
}
|
|
6083
|
+
},
|
|
6084
|
+
"Sea": {
|
|
6000
6085
|
"type": "structure",
|
|
6001
6086
|
"members": {
|
|
6002
6087
|
"TagKey": {},
|
|
6003
6088
|
"TagValue": {}
|
|
6004
6089
|
}
|
|
6005
6090
|
},
|
|
6006
|
-
"
|
|
6091
|
+
"Seh": {
|
|
6007
6092
|
"type": "structure",
|
|
6008
6093
|
"members": {
|
|
6009
6094
|
"OrConditions": {
|
|
6010
|
-
"shape": "
|
|
6095
|
+
"shape": "Sei"
|
|
6011
6096
|
},
|
|
6012
6097
|
"AndConditions": {
|
|
6013
|
-
"shape": "
|
|
6098
|
+
"shape": "Sei"
|
|
6014
6099
|
},
|
|
6015
6100
|
"StringCondition": {
|
|
6016
|
-
"
|
|
6017
|
-
"members": {
|
|
6018
|
-
"FieldName": {},
|
|
6019
|
-
"Value": {},
|
|
6020
|
-
"ComparisonType": {}
|
|
6021
|
-
}
|
|
6101
|
+
"shape": "Se4"
|
|
6022
6102
|
},
|
|
6023
6103
|
"HierarchyGroupCondition": {
|
|
6024
6104
|
"type": "structure",
|
|
@@ -6029,13 +6109,13 @@
|
|
|
6029
6109
|
}
|
|
6030
6110
|
}
|
|
6031
6111
|
},
|
|
6032
|
-
"
|
|
6112
|
+
"Sei": {
|
|
6033
6113
|
"type": "list",
|
|
6034
6114
|
"member": {
|
|
6035
|
-
"shape": "
|
|
6115
|
+
"shape": "Seh"
|
|
6036
6116
|
}
|
|
6037
6117
|
},
|
|
6038
|
-
"
|
|
6118
|
+
"Sfl": {
|
|
6039
6119
|
"type": "map",
|
|
6040
6120
|
"key": {},
|
|
6041
6121
|
"value": {
|
|
@@ -6050,7 +6130,7 @@
|
|
|
6050
6130
|
}
|
|
6051
6131
|
}
|
|
6052
6132
|
},
|
|
6053
|
-
"
|
|
6133
|
+
"Sh5": {
|
|
6054
6134
|
"type": "structure",
|
|
6055
6135
|
"required": [
|
|
6056
6136
|
"Name"
|
|
@@ -194,6 +194,15 @@
|
|
|
194
194
|
"output_token": "NextToken",
|
|
195
195
|
"result_key": "AvailableNumbersList"
|
|
196
196
|
},
|
|
197
|
+
"SearchSecurityProfiles": {
|
|
198
|
+
"input_token": "NextToken",
|
|
199
|
+
"limit_key": "MaxResults",
|
|
200
|
+
"non_aggregate_keys": [
|
|
201
|
+
"ApproximateTotalCount"
|
|
202
|
+
],
|
|
203
|
+
"output_token": "NextToken",
|
|
204
|
+
"result_key": "SecurityProfiles"
|
|
205
|
+
},
|
|
197
206
|
"SearchUsers": {
|
|
198
207
|
"input_token": "NextToken",
|
|
199
208
|
"limit_key": "MaxResults",
|
|
@@ -25001,7 +25001,8 @@
|
|
|
25001
25001
|
"DisableApiStop": {
|
|
25002
25002
|
"type": "boolean"
|
|
25003
25003
|
}
|
|
25004
|
-
}
|
|
25004
|
+
},
|
|
25005
|
+
"sensitive": true
|
|
25005
25006
|
},
|
|
25006
25007
|
"Sed": {
|
|
25007
25008
|
"type": "list",
|