aws-sdk 2.1458.0 → 2.1460.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,16 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1458.0-->
2
+ <!--LATEST=2.1460.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1460.0
6
+ * feature: Discovery: Add sensitive protection for customer information
7
+ * feature: WorkMail: This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.
8
+
9
+ ## 2.1459.0
10
+ * feature: AppStream: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
11
+ * feature: Connect: New rule type (OnMetricDataUpdate) has been added
12
+ * feature: SageMaker: This release introduces Skip Model Validation for Model Packages
13
+
5
14
  ## 2.1458.0
6
15
  * feature: AppStream: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
7
16
  * feature: EntityResolution: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields.
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.1458.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1460.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
@@ -401,9 +401,6 @@
401
401
  },
402
402
  "SessionScriptS3Location": {
403
403
  "shape": "Sw"
404
- },
405
- "MaxSessionsPerInstance": {
406
- "type": "integer"
407
404
  }
408
405
  }
409
406
  },
@@ -1132,8 +1129,7 @@
1132
1129
  "Limit": {
1133
1130
  "type": "integer"
1134
1131
  },
1135
- "AuthenticationType": {},
1136
- "InstanceId": {}
1132
+ "AuthenticationType": {}
1137
1133
  }
1138
1134
  },
1139
1135
  "output": {
@@ -1166,8 +1162,7 @@
1166
1162
  "AuthenticationType": {},
1167
1163
  "NetworkAccessConfiguration": {
1168
1164
  "shape": "S33"
1169
- },
1170
- "InstanceId": {}
1165
+ }
1171
1166
  }
1172
1167
  }
1173
1168
  },
@@ -1851,9 +1846,6 @@
1851
1846
  },
1852
1847
  "SessionScriptS3Location": {
1853
1848
  "shape": "Sw"
1854
- },
1855
- "MaxSessionsPerInstance": {
1856
- "type": "integer"
1857
1849
  }
1858
1850
  }
1859
1851
  },
@@ -2284,12 +2276,12 @@
2284
2276
  },
2285
2277
  "S2l": {
2286
2278
  "type": "structure",
2279
+ "required": [
2280
+ "DesiredInstances"
2281
+ ],
2287
2282
  "members": {
2288
2283
  "DesiredInstances": {
2289
2284
  "type": "integer"
2290
- },
2291
- "DesiredSessions": {
2292
- "type": "integer"
2293
2285
  }
2294
2286
  }
2295
2287
  },
@@ -2339,18 +2331,6 @@
2339
2331
  },
2340
2332
  "Available": {
2341
2333
  "type": "integer"
2342
- },
2343
- "DesiredUserSessions": {
2344
- "type": "integer"
2345
- },
2346
- "AvailableUserSessions": {
2347
- "type": "integer"
2348
- },
2349
- "ActiveUserSessions": {
2350
- "type": "integer"
2351
- },
2352
- "ActualUserSessions": {
2353
- "type": "integer"
2354
2334
  }
2355
2335
  }
2356
2336
  },
@@ -2397,9 +2377,6 @@
2397
2377
  },
2398
2378
  "SessionScriptS3Location": {
2399
2379
  "shape": "Sw"
2400
- },
2401
- "MaxSessionsPerInstance": {
2402
- "type": "integer"
2403
2380
  }
2404
2381
  }
2405
2382
  },
@@ -10,19 +10,19 @@
10
10
  "state": "success",
11
11
  "matcher": "pathAll",
12
12
  "argument": "Fleets[].State",
13
- "expected": "ACTIVE"
13
+ "expected": "RUNNING"
14
14
  },
15
15
  {
16
16
  "state": "failure",
17
17
  "matcher": "pathAny",
18
18
  "argument": "Fleets[].State",
19
- "expected": "PENDING_DEACTIVATE"
19
+ "expected": "STOPPING"
20
20
  },
21
21
  {
22
22
  "state": "failure",
23
23
  "matcher": "pathAny",
24
24
  "argument": "Fleets[].State",
25
- "expected": "INACTIVE"
25
+ "expected": "STOPPED"
26
26
  }
27
27
  ]
28
28
  },
@@ -35,19 +35,19 @@
35
35
  "state": "success",
36
36
  "matcher": "pathAll",
37
37
  "argument": "Fleets[].State",
38
- "expected": "INACTIVE"
38
+ "expected": "STOPPED"
39
39
  },
40
40
  {
41
41
  "state": "failure",
42
42
  "matcher": "pathAny",
43
43
  "argument": "Fleets[].State",
44
- "expected": "PENDING_ACTIVATE"
44
+ "expected": "STARTING"
45
45
  },
46
46
  {
47
47
  "state": "failure",
48
48
  "matcher": "pathAny",
49
49
  "argument": "Fleets[].State",
50
- "expected": "ACTIVE"
50
+ "expected": "RUNNING"
51
51
  }
52
52
  ]
53
53
  }
@@ -171,7 +171,8 @@
171
171
  "members": {
172
172
  "ipAddress": {},
173
173
  "macAddress": {}
174
- }
174
+ },
175
+ "sensitive": true
175
176
  }
176
177
  },
177
178
  "connectorId": {},