aws-sdk 2.1425.0 → 2.1426.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 +14 -1
- package/README.md +1 -1
- package/apis/amplifyuibuilder-2021-08-11.min.json +40 -9
- package/apis/autoscaling-2011-01-01.examples.json +73 -10
- package/apis/autoscaling-2011-01-01.min.json +61 -52
- package/apis/cleanrooms-2022-02-17.min.json +601 -85
- package/apis/cleanrooms-2022-02-17.paginators.json +12 -0
- package/apis/inspector2-2020-06-08.min.json +291 -192
- package/apis/lookoutequipment-2020-12-15.min.json +337 -23
- package/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/apis/omics-2022-11-28.min.json +32 -29
- package/apis/rds-2014-10-31.min.json +175 -162
- package/apis/scheduler-2021-06-30.min.json +15 -12
- package/clients/amplifyuibuilder.d.ts +48 -4
- package/clients/autoscaling.d.ts +13 -2
- package/clients/cleanrooms.d.ts +516 -9
- package/clients/codestarconnections.d.ts +10 -10
- package/clients/drs.d.ts +1 -1
- package/clients/inspector2.d.ts +101 -2
- package/clients/lookoutequipment.d.ts +522 -15
- package/clients/omics.d.ts +13 -0
- package/clients/rds.d.ts +21 -0
- package/clients/route53.d.ts +9 -9
- package/clients/scheduler.d.ts +16 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +239 -217
- package/dist/aws-sdk.min.js +45 -45
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,20 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1426.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1426.0
|
6
|
+
* feature: AmplifyUIBuilder: Amplify Studio releases GraphQL support for codegen job action.
|
7
|
+
* feature: AutoScaling: You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met.
|
8
|
+
* feature: CleanRooms: This release introduces custom SQL queries - an expanded set of SQL you can run. This release adds analysis templates, a new resource for storing pre-defined custom SQL queries ahead of time. This release also adds the Custom analysis rule, which lets you approve analysis templates for querying.
|
9
|
+
* feature: CodeStarconnections: New integration with the Gitlab provider type.
|
10
|
+
* feature: Drs: Add support for in-aws right sizing
|
11
|
+
* feature: Inspector2: This release adds 1 new API: BatchGetFindingDetails to retrieve enhanced vulnerability intelligence details for findings.
|
12
|
+
* feature: LookoutEquipment: This release includes new import resource, model versioning and resource policy features.
|
13
|
+
* feature: Omics: Add CreationType filter for ListReadSets
|
14
|
+
* feature: RDS: This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance.
|
15
|
+
* feature: Route53: Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
|
16
|
+
* feature: Scheduler: This release introduces automatic deletion of schedules in EventBridge Scheduler. If configured, EventBridge Scheduler automatically deletes a schedule after the schedule has completed its last invocation.
|
17
|
+
|
5
18
|
## 2.1425.0
|
6
19
|
* feature: ApplicationInsights: This release enable customer to add/remove/update more than one workload for a component
|
7
20
|
* feature: CloudFormation: This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet.
|
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.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1426.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
|
@@ -1068,13 +1068,13 @@
|
|
1068
1068
|
"shape": "S33"
|
1069
1069
|
},
|
1070
1070
|
"genericDataSchema": {
|
1071
|
-
"shape": "
|
1071
|
+
"shape": "S3c"
|
1072
1072
|
},
|
1073
1073
|
"autoGenerateForms": {
|
1074
1074
|
"type": "boolean"
|
1075
1075
|
},
|
1076
1076
|
"features": {
|
1077
|
-
"shape": "
|
1077
|
+
"shape": "S3u"
|
1078
1078
|
},
|
1079
1079
|
"tags": {
|
1080
1080
|
"shape": "S11"
|
@@ -1999,13 +1999,13 @@
|
|
1999
1999
|
"shape": "S33"
|
2000
2000
|
},
|
2001
2001
|
"genericDataSchema": {
|
2002
|
-
"shape": "
|
2002
|
+
"shape": "S3c"
|
2003
2003
|
},
|
2004
2004
|
"autoGenerateForms": {
|
2005
2005
|
"type": "boolean"
|
2006
2006
|
},
|
2007
2007
|
"features": {
|
2008
|
-
"shape": "
|
2008
|
+
"shape": "S3u"
|
2009
2009
|
},
|
2010
2010
|
"status": {},
|
2011
2011
|
"statusMessage": {},
|
@@ -2040,13 +2040,44 @@
|
|
2040
2040
|
},
|
2041
2041
|
"inlineSourceMap": {
|
2042
2042
|
"type": "boolean"
|
2043
|
+
},
|
2044
|
+
"apiConfiguration": {
|
2045
|
+
"type": "structure",
|
2046
|
+
"members": {
|
2047
|
+
"graphQLConfig": {
|
2048
|
+
"type": "structure",
|
2049
|
+
"required": [
|
2050
|
+
"typesFilePath",
|
2051
|
+
"queriesFilePath",
|
2052
|
+
"mutationsFilePath",
|
2053
|
+
"subscriptionsFilePath",
|
2054
|
+
"fragmentsFilePath"
|
2055
|
+
],
|
2056
|
+
"members": {
|
2057
|
+
"typesFilePath": {},
|
2058
|
+
"queriesFilePath": {},
|
2059
|
+
"mutationsFilePath": {},
|
2060
|
+
"subscriptionsFilePath": {},
|
2061
|
+
"fragmentsFilePath": {}
|
2062
|
+
}
|
2063
|
+
},
|
2064
|
+
"dataStoreConfig": {
|
2065
|
+
"type": "structure",
|
2066
|
+
"members": {}
|
2067
|
+
},
|
2068
|
+
"noApiConfig": {
|
2069
|
+
"type": "structure",
|
2070
|
+
"members": {}
|
2071
|
+
}
|
2072
|
+
},
|
2073
|
+
"union": true
|
2043
2074
|
}
|
2044
2075
|
}
|
2045
2076
|
}
|
2046
2077
|
},
|
2047
2078
|
"union": true
|
2048
2079
|
},
|
2049
|
-
"
|
2080
|
+
"S3c": {
|
2050
2081
|
"type": "structure",
|
2051
2082
|
"required": [
|
2052
2083
|
"dataSourceType",
|
@@ -2070,7 +2101,7 @@
|
|
2070
2101
|
"type": "map",
|
2071
2102
|
"key": {},
|
2072
2103
|
"value": {
|
2073
|
-
"shape": "
|
2104
|
+
"shape": "S3h"
|
2074
2105
|
}
|
2075
2106
|
},
|
2076
2107
|
"isJoinTable": {
|
@@ -2112,7 +2143,7 @@
|
|
2112
2143
|
"type": "map",
|
2113
2144
|
"key": {},
|
2114
2145
|
"value": {
|
2115
|
-
"shape": "
|
2146
|
+
"shape": "S3h"
|
2116
2147
|
}
|
2117
2148
|
}
|
2118
2149
|
}
|
@@ -2120,7 +2151,7 @@
|
|
2120
2151
|
}
|
2121
2152
|
}
|
2122
2153
|
},
|
2123
|
-
"
|
2154
|
+
"S3h": {
|
2124
2155
|
"type": "structure",
|
2125
2156
|
"required": [
|
2126
2157
|
"dataType",
|
@@ -2171,7 +2202,7 @@
|
|
2171
2202
|
}
|
2172
2203
|
}
|
2173
2204
|
},
|
2174
|
-
"
|
2205
|
+
"S3u": {
|
2175
2206
|
"type": "structure",
|
2176
2207
|
"members": {
|
2177
2208
|
"isRelationshipSupported": {
|
@@ -123,9 +123,10 @@
|
|
123
123
|
{
|
124
124
|
"input": {
|
125
125
|
"AutoScalingGroupName": "my-auto-scaling-group",
|
126
|
+
"DefaultInstanceWarmup": 120,
|
126
127
|
"LaunchTemplate": {
|
127
128
|
"LaunchTemplateName": "my-template-for-auto-scaling",
|
128
|
-
"Version": "$
|
129
|
+
"Version": "$Default"
|
129
130
|
},
|
130
131
|
"MaxInstanceLifetime": 2592000,
|
131
132
|
"MaxSize": 3,
|
@@ -149,7 +150,7 @@
|
|
149
150
|
"HealthCheckType": "ELB",
|
150
151
|
"LaunchTemplate": {
|
151
152
|
"LaunchTemplateName": "my-template-for-auto-scaling",
|
152
|
-
"Version": "$
|
153
|
+
"Version": "$Default"
|
153
154
|
},
|
154
155
|
"MaxSize": 3,
|
155
156
|
"MinSize": 1,
|
@@ -178,19 +179,19 @@
|
|
178
179
|
"InstancesDistribution": {
|
179
180
|
"OnDemandBaseCapacity": 1,
|
180
181
|
"OnDemandPercentageAboveBaseCapacity": 50,
|
181
|
-
"SpotAllocationStrategy": "capacity-optimized"
|
182
|
+
"SpotAllocationStrategy": "price-capacity-optimized"
|
182
183
|
},
|
183
184
|
"LaunchTemplate": {
|
184
185
|
"LaunchTemplateSpecification": {
|
185
186
|
"LaunchTemplateName": "my-launch-template-for-x86",
|
186
|
-
"Version": "$
|
187
|
+
"Version": "$Default"
|
187
188
|
},
|
188
189
|
"Overrides": [
|
189
190
|
{
|
190
191
|
"InstanceType": "c6g.large",
|
191
192
|
"LaunchTemplateSpecification": {
|
192
193
|
"LaunchTemplateName": "my-launch-template-for-arm",
|
193
|
-
"Version": "$
|
194
|
+
"Version": "$Default"
|
194
195
|
}
|
195
196
|
},
|
196
197
|
{
|
@@ -213,6 +214,53 @@
|
|
213
214
|
"description": "This example creates an Auto Scaling group with a mixed instances policy. It specifies the c5.large, c5a.large, and c6g.large instance types and defines a different launch template for the c6g.large instance type.",
|
214
215
|
"id": "to-create-an-auto-scaling-group-with-a-mixed-instances-policy-1617815269039",
|
215
216
|
"title": "To create an Auto Scaling group with a mixed instances policy"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"input": {
|
220
|
+
"AutoScalingGroupName": "my-asg",
|
221
|
+
"DesiredCapacity": 4,
|
222
|
+
"DesiredCapacityTypes": "units",
|
223
|
+
"MaxSize": 100,
|
224
|
+
"MinSize": 0,
|
225
|
+
"MixedInstancesPolicy": {
|
226
|
+
"InstancesDistribution": {
|
227
|
+
"OnDemandPercentageAboveBaseCapacity": 50,
|
228
|
+
"SpotAllocationStrategy": "price-capacity-optimized"
|
229
|
+
},
|
230
|
+
"LaunchTemplate": {
|
231
|
+
"LaunchTemplateSpecification": {
|
232
|
+
"LaunchTemplateName": "my-template-for-auto-scaling",
|
233
|
+
"Version": "$Default"
|
234
|
+
},
|
235
|
+
"Overrides": [
|
236
|
+
{
|
237
|
+
"InstanceRequirements": {
|
238
|
+
"CpuManufacturers": [
|
239
|
+
"intel"
|
240
|
+
],
|
241
|
+
"MemoryMiB": {
|
242
|
+
"Min": 16384
|
243
|
+
},
|
244
|
+
"VCpuCount": {
|
245
|
+
"Max": 8,
|
246
|
+
"Min": 4
|
247
|
+
}
|
248
|
+
}
|
249
|
+
}
|
250
|
+
]
|
251
|
+
}
|
252
|
+
},
|
253
|
+
"VPCZoneIdentifier": "subnet-057fa0918fEXAMPLE, subnet-610acd08EXAMPLE"
|
254
|
+
},
|
255
|
+
"comments": {
|
256
|
+
"input": {
|
257
|
+
},
|
258
|
+
"output": {
|
259
|
+
}
|
260
|
+
},
|
261
|
+
"description": "This example creates an Auto Scaling group using attribute-based instance type selection. It requires the instance types to have a minimum of four vCPUs and a maximum of eight vCPUs, a minimum of 16,384 MiB of memory, and an Intel manufactured CPU.",
|
262
|
+
"id": "to-create-an-auto-scaling-group-with-a-mixed-instances-policy-1617815269039",
|
263
|
+
"title": "To create an Auto Scaling group using attribute-based instance type selection"
|
216
264
|
}
|
217
265
|
],
|
218
266
|
"CreateLaunchConfiguration": [
|
@@ -601,8 +649,13 @@
|
|
601
649
|
"InstancesToUpdate": 0,
|
602
650
|
"PercentageComplete": 50,
|
603
651
|
"Preferences": {
|
652
|
+
"AlarmSpecification": {
|
653
|
+
"Alarms": [
|
654
|
+
"my-alarm"
|
655
|
+
]
|
656
|
+
},
|
604
657
|
"AutoRollback": true,
|
605
|
-
"InstanceWarmup":
|
658
|
+
"InstanceWarmup": 200,
|
606
659
|
"MinHealthyPercentage": 90,
|
607
660
|
"ScaleInProtectedInstances": "Ignore",
|
608
661
|
"SkipMatching": false,
|
@@ -619,8 +672,13 @@
|
|
619
672
|
"InstancesToUpdate": 0,
|
620
673
|
"PercentageComplete": 100,
|
621
674
|
"Preferences": {
|
675
|
+
"AlarmSpecification": {
|
676
|
+
"Alarms": [
|
677
|
+
"my-alarm"
|
678
|
+
]
|
679
|
+
},
|
622
680
|
"AutoRollback": true,
|
623
|
-
"InstanceWarmup":
|
681
|
+
"InstanceWarmup": 200,
|
624
682
|
"MinHealthyPercentage": 90,
|
625
683
|
"ScaleInProtectedInstances": "Ignore",
|
626
684
|
"SkipMatching": false,
|
@@ -1551,9 +1609,14 @@
|
|
1551
1609
|
}
|
1552
1610
|
},
|
1553
1611
|
"Preferences": {
|
1554
|
-
"
|
1555
|
-
|
1556
|
-
|
1612
|
+
"AlarmSpecification": {
|
1613
|
+
"Alarms": [
|
1614
|
+
"my-alarm"
|
1615
|
+
]
|
1616
|
+
},
|
1617
|
+
"AutoRollback": true,
|
1618
|
+
"InstanceWarmup": 200,
|
1619
|
+
"MinHealthyPercentage": 90
|
1557
1620
|
}
|
1558
1621
|
},
|
1559
1622
|
"output": {
|