aws-sdk 2.1457.0 → 2.1459.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 +11 -1
- package/README.md +1 -1
- package/apis/entityresolution-2018-05-10.min.json +4 -0
- package/apis/lookoutequipment-2020-12-15.examples.json +214 -0
- package/apis/lookoutequipment-2020-12-15.min.json +248 -24
- package/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/apis/sagemaker-2017-07-24.min.json +451 -448
- package/clients/cloudformation.d.ts +6 -6
- package/clients/connect.d.ts +1 -1
- package/clients/datasync.d.ts +3 -3
- package/clients/entityresolution.d.ts +29 -29
- package/clients/lookoutequipment.d.ts +435 -58
- package/clients/sagemaker.d.ts +38 -25
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,17 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1459.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1459.0
|
6
|
+
* feature: AppStream: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
|
7
|
+
* feature: Connect: New rule type (OnMetricDataUpdate) has been added
|
8
|
+
* feature: SageMaker: This release introduces Skip Model Validation for Model Packages
|
9
|
+
|
10
|
+
## 2.1458.0
|
11
|
+
* feature: AppStream: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
|
12
|
+
* feature: EntityResolution: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields.
|
13
|
+
* feature: LookoutEquipment: This release adds APIs for the new scheduled retraining feature.
|
14
|
+
|
5
15
|
## 2.1457.0
|
6
16
|
* feature: Drs: Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions.
|
7
17
|
* feature: Firehose: DocumentIdOptions has been added for the Amazon OpenSearch destination.
|
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.1459.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
|
@@ -86,6 +86,7 @@
|
|
86
86
|
"input": {
|
87
87
|
"type": "structure",
|
88
88
|
"required": [
|
89
|
+
"mappedInputFields",
|
89
90
|
"schemaName"
|
90
91
|
],
|
91
92
|
"members": {
|
@@ -767,6 +768,9 @@
|
|
767
768
|
},
|
768
769
|
"Sh": {
|
769
770
|
"type": "structure",
|
771
|
+
"required": [
|
772
|
+
"resolutionType"
|
773
|
+
],
|
770
774
|
"members": {
|
771
775
|
"resolutionType": {},
|
772
776
|
"ruleBasedProperties": {
|
@@ -1,5 +1,219 @@
|
|
1
1
|
{
|
2
2
|
"version": "1.0",
|
3
3
|
"examples": {
|
4
|
+
"CreateRetrainingScheduler": [
|
5
|
+
{
|
6
|
+
"input": {
|
7
|
+
"ClientToken": "sample-client-token",
|
8
|
+
"LookbackWindow": "P360D",
|
9
|
+
"ModelName": "sample-model",
|
10
|
+
"PromoteMode": "MANUAL",
|
11
|
+
"RetrainingFrequency": "P1M"
|
12
|
+
},
|
13
|
+
"output": {
|
14
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
15
|
+
"ModelName": "sample-model",
|
16
|
+
"Status": "PENDING"
|
17
|
+
},
|
18
|
+
"comments": {
|
19
|
+
"input": {
|
20
|
+
},
|
21
|
+
"output": {
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"description": "",
|
25
|
+
"id": "creates-a-retraining-scheduler-with-manual-promote-mode-1694018486212",
|
26
|
+
"title": "Creates a retraining scheduler with manual promote mode"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"input": {
|
30
|
+
"ClientToken": "sample-client-token",
|
31
|
+
"LookbackWindow": "P360D",
|
32
|
+
"ModelName": "sample-model",
|
33
|
+
"RetrainingFrequency": "P1M",
|
34
|
+
"RetrainingStartDate": "2024-01-01T00:00:00Z"
|
35
|
+
},
|
36
|
+
"output": {
|
37
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
38
|
+
"ModelName": "sample-model",
|
39
|
+
"Status": "PENDING"
|
40
|
+
},
|
41
|
+
"comments": {
|
42
|
+
"input": {
|
43
|
+
},
|
44
|
+
"output": {
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"description": "",
|
48
|
+
"id": "creates-a-retraining-scheduler-with-a-specific-start-date-1694018790519",
|
49
|
+
"title": "Creates a retraining scheduler with a specific start date"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"DeleteRetrainingScheduler": [
|
53
|
+
{
|
54
|
+
"input": {
|
55
|
+
"ModelName": "sample-model"
|
56
|
+
},
|
57
|
+
"comments": {
|
58
|
+
"input": {
|
59
|
+
},
|
60
|
+
"output": {
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"description": "",
|
64
|
+
"id": "deletes-a-retraining-scheduler-1694019240097",
|
65
|
+
"title": "Deletes a retraining scheduler"
|
66
|
+
}
|
67
|
+
],
|
68
|
+
"DescribeRetrainingScheduler": [
|
69
|
+
{
|
70
|
+
"input": {
|
71
|
+
"ModelName": "sample-model"
|
72
|
+
},
|
73
|
+
"output": {
|
74
|
+
"CreatedAt": "2023-10-01T15:00:00Z",
|
75
|
+
"LookbackWindow": "P360D",
|
76
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
77
|
+
"ModelName": "sample-model",
|
78
|
+
"PromoteMode": "MANAGED",
|
79
|
+
"RetrainingFrequency": "P1M",
|
80
|
+
"RetrainingStartDate": "2023-11-01T00:00:00Z",
|
81
|
+
"Status": "RUNNING",
|
82
|
+
"UpdatedAt": "2023-10-01T15:00:00Z"
|
83
|
+
},
|
84
|
+
"comments": {
|
85
|
+
"input": {
|
86
|
+
},
|
87
|
+
"output": {
|
88
|
+
}
|
89
|
+
},
|
90
|
+
"description": "",
|
91
|
+
"id": "describes-a-retraining-scheduler-1694019344252",
|
92
|
+
"title": "Describes a retraining scheduler"
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"ListRetrainingSchedulers": [
|
96
|
+
{
|
97
|
+
"input": {
|
98
|
+
"MaxResults": 50
|
99
|
+
},
|
100
|
+
"output": {
|
101
|
+
"RetrainingSchedulerSummaries": [
|
102
|
+
{
|
103
|
+
"LookbackWindow": "P180D",
|
104
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model-1/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
105
|
+
"ModelName": "sample-model-1",
|
106
|
+
"RetrainingFrequency": "P1M",
|
107
|
+
"RetrainingStartDate": "2023-06-01T00:00:00Z",
|
108
|
+
"Status": "RUNNING"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"LookbackWindow": "P180D",
|
112
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model-2/a1b2c3d4-5678-90ab-cdef-EXAMPLE22222",
|
113
|
+
"ModelName": "sample-model-2",
|
114
|
+
"RetrainingFrequency": "P30D",
|
115
|
+
"RetrainingStartDate": "2023-08-15T00:00:00Z",
|
116
|
+
"Status": "RUNNING"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"LookbackWindow": "P360D",
|
120
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model-3/a1b2c3d4-5678-90ab-cdef-EXAMPLE33333",
|
121
|
+
"ModelName": "sample-model-3",
|
122
|
+
"RetrainingFrequency": "P1M",
|
123
|
+
"RetrainingStartDate": "2023-09-01T00:00:00Z",
|
124
|
+
"Status": "STOPPED"
|
125
|
+
}
|
126
|
+
]
|
127
|
+
},
|
128
|
+
"comments": {
|
129
|
+
"input": {
|
130
|
+
},
|
131
|
+
"output": {
|
132
|
+
}
|
133
|
+
},
|
134
|
+
"description": "",
|
135
|
+
"id": "listing-retraining-schedulers-1694016740503",
|
136
|
+
"title": "Listing retraining schedulers"
|
137
|
+
}
|
138
|
+
],
|
139
|
+
"StartRetrainingScheduler": [
|
140
|
+
{
|
141
|
+
"input": {
|
142
|
+
"ModelName": "sample-model"
|
143
|
+
},
|
144
|
+
"output": {
|
145
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
146
|
+
"ModelName": "sample-model",
|
147
|
+
"Status": "PENDING"
|
148
|
+
},
|
149
|
+
"comments": {
|
150
|
+
"input": {
|
151
|
+
},
|
152
|
+
"output": {
|
153
|
+
}
|
154
|
+
},
|
155
|
+
"description": "",
|
156
|
+
"id": "starts-a-retraining-scheduler-1694019629413",
|
157
|
+
"title": "Starts a retraining scheduler"
|
158
|
+
}
|
159
|
+
],
|
160
|
+
"StopRetrainingScheduler": [
|
161
|
+
{
|
162
|
+
"input": {
|
163
|
+
"ModelName": "sample-model"
|
164
|
+
},
|
165
|
+
"output": {
|
166
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
167
|
+
"ModelName": "sample-model",
|
168
|
+
"Status": "STOPPING"
|
169
|
+
},
|
170
|
+
"comments": {
|
171
|
+
"input": {
|
172
|
+
},
|
173
|
+
"output": {
|
174
|
+
}
|
175
|
+
},
|
176
|
+
"description": "",
|
177
|
+
"id": "stops-a-retraining-scheduler-1694019734149",
|
178
|
+
"title": "Stops a retraining scheduler"
|
179
|
+
}
|
180
|
+
],
|
181
|
+
"UpdateModel": [
|
182
|
+
{
|
183
|
+
"input": {
|
184
|
+
"LabelsInputConfiguration": {
|
185
|
+
"LabelGroupName": "sample-label-group"
|
186
|
+
},
|
187
|
+
"ModelName": "sample-model"
|
188
|
+
},
|
189
|
+
"comments": {
|
190
|
+
"input": {
|
191
|
+
},
|
192
|
+
"output": {
|
193
|
+
}
|
194
|
+
},
|
195
|
+
"description": "",
|
196
|
+
"id": "updates-a-model-1694020683458",
|
197
|
+
"title": "Updates a model"
|
198
|
+
}
|
199
|
+
],
|
200
|
+
"UpdateRetrainingScheduler": [
|
201
|
+
{
|
202
|
+
"input": {
|
203
|
+
"ModelName": "sample-model",
|
204
|
+
"RetrainingFrequency": "P1Y",
|
205
|
+
"RetrainingStartDate": "2024-01-01T00:00:00Z"
|
206
|
+
},
|
207
|
+
"comments": {
|
208
|
+
"input": {
|
209
|
+
},
|
210
|
+
"output": {
|
211
|
+
}
|
212
|
+
},
|
213
|
+
"description": "",
|
214
|
+
"id": "updates-a-retraining-scheduler-1694019840918",
|
215
|
+
"title": "Updates a retraining scheduler"
|
216
|
+
}
|
217
|
+
]
|
4
218
|
}
|
5
219
|
}
|