aws-sdk 2.1489.0 → 2.1490.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 CHANGED
@@ -1,7 +1,12 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1489.0-->
2
+ <!--LATEST=2.1490.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1490.0
6
+ * feature: DLM: Added support for pre and post scripts in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.
7
+ * feature: DataExchange: Updated SendDataSetNotificationRequest Comment to be maximum length 4096.
8
+ * feature: RDS: This Amazon RDS release adds support for the multi-tenant configuration. In this configuration, an RDS DB instance can contain multiple tenant databases. In RDS for Oracle, a tenant database is a pluggable database (PDB).
9
+
5
10
  ## 2.1489.0
6
11
  * feature: CodeBuild: AWS CodeBuild now supports AWS Lambda compute.
7
12
  * feature: Connect: Added new API that allows Amazon Connect Outbound Campaigns to create contacts in Amazon Connect when ingesting your dial requests.
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.1489.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1490.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
@@ -33,7 +33,7 @@
33
33
  "shape": "S5"
34
34
  },
35
35
  "Tags": {
36
- "shape": "S1w"
36
+ "shape": "S25"
37
37
  }
38
38
  }
39
39
  },
@@ -115,7 +115,7 @@
115
115
  "Description": {},
116
116
  "State": {},
117
117
  "Tags": {
118
- "shape": "S1w"
118
+ "shape": "S25"
119
119
  },
120
120
  "PolicyType": {}
121
121
  }
@@ -153,16 +153,16 @@
153
153
  "StatusMessage": {},
154
154
  "ExecutionRoleArn": {},
155
155
  "DateCreated": {
156
- "shape": "S2g"
156
+ "shape": "S2p"
157
157
  },
158
158
  "DateModified": {
159
- "shape": "S2g"
159
+ "shape": "S2p"
160
160
  },
161
161
  "PolicyDetails": {
162
162
  "shape": "S5"
163
163
  },
164
164
  "Tags": {
165
- "shape": "S1w"
165
+ "shape": "S25"
166
166
  },
167
167
  "PolicyArn": {}
168
168
  }
@@ -191,7 +191,7 @@
191
191
  "type": "structure",
192
192
  "members": {
193
193
  "Tags": {
194
- "shape": "S1w"
194
+ "shape": "S25"
195
195
  }
196
196
  }
197
197
  }
@@ -212,7 +212,7 @@
212
212
  "locationName": "resourceArn"
213
213
  },
214
214
  "Tags": {
215
- "shape": "S1w"
215
+ "shape": "S25"
216
216
  }
217
217
  }
218
218
  },
@@ -330,7 +330,33 @@
330
330
  "type": "list",
331
331
  "member": {}
332
332
  },
333
- "CronExpression": {}
333
+ "CronExpression": {},
334
+ "Scripts": {
335
+ "type": "list",
336
+ "member": {
337
+ "type": "structure",
338
+ "required": [
339
+ "ExecutionHandler"
340
+ ],
341
+ "members": {
342
+ "Stages": {
343
+ "type": "list",
344
+ "member": {}
345
+ },
346
+ "ExecutionHandlerService": {},
347
+ "ExecutionHandler": {},
348
+ "ExecuteOperationOnScriptFailure": {
349
+ "type": "boolean"
350
+ },
351
+ "ExecutionTimeout": {
352
+ "type": "integer"
353
+ },
354
+ "MaximumRetryCount": {
355
+ "type": "integer"
356
+ }
357
+ }
358
+ }
359
+ }
334
360
  }
335
361
  },
336
362
  "RetainRule": {
@@ -382,7 +408,7 @@
382
408
  "type": "boolean"
383
409
  },
384
410
  "RetainRule": {
385
- "shape": "S16"
411
+ "shape": "S1f"
386
412
  },
387
413
  "DeprecateRule": {
388
414
  "type": "structure",
@@ -533,7 +559,7 @@
533
559
  }
534
560
  },
535
561
  "RetainRule": {
536
- "shape": "S16"
562
+ "shape": "S1f"
537
563
  }
538
564
  }
539
565
  }
@@ -558,7 +584,7 @@
558
584
  "Value": {}
559
585
  }
560
586
  },
561
- "S16": {
587
+ "S1f": {
562
588
  "type": "structure",
563
589
  "members": {
564
590
  "Interval": {
@@ -567,12 +593,12 @@
567
593
  "IntervalUnit": {}
568
594
  }
569
595
  },
570
- "S1w": {
596
+ "S25": {
571
597
  "type": "map",
572
598
  "key": {},
573
599
  "value": {}
574
600
  },
575
- "S2g": {
601
+ "S2p": {
576
602
  "type": "timestamp",
577
603
  "timestampFormat": "iso8601"
578
604
  }