aws-sdk 2.96.0 → 2.97.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.
@@ -0,0 +1,22 @@
1
+ [
2
+ {
3
+ "type": "bugfix",
4
+ "category": "REST-JSON serialization",
5
+ "description": "Automatically add a content-type header of application/json to requests with a JSON body"
6
+ },
7
+ {
8
+ "type": "feature",
9
+ "category": "CodeDeploy",
10
+ "description": "Adds support for specifying Application Load Balancers in deployment groups, for both in-place and blue/green deployments."
11
+ },
12
+ {
13
+ "type": "feature",
14
+ "category": "CognitoIdentityServiceProvider",
15
+ "description": "We have added support for features for Amazon Cognito User Pools that enable application developers to easily add and customize a sign-up and sign-in user experience, use OAuth 2.0, and integrate with Facebook, Google, Login with Amazon, and SAML-based identity providers."
16
+ },
17
+ {
18
+ "type": "feature",
19
+ "category": "EC2",
20
+ "description": "Provides customers an opportunity to recover an EIP that was released"
21
+ }
22
+ ]
package/CHANGELOG.md CHANGED
@@ -1,7 +1,13 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.96.0-->
2
+ <!--LATEST=2.97.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.97.0
6
+ * bugfix: REST-JSON serialization: Automatically add a content-type header of application/json to requests with a JSON body
7
+ * feature: CodeDeploy: Adds support for specifying Application Load Balancers in deployment groups, for both in-place and blue/green deployments.
8
+ * feature: CognitoIdentityServiceProvider: We have added support for features for Amazon Cognito User Pools that enable application developers to easily add and customize a sign-up and sign-in user experience, use OAuth 2.0, and integrate with Facebook, Google, Login with Amazon, and SAML-based identity providers.
9
+ * feature: EC2: Provides customers an opportunity to recover an EIP that was released
10
+
5
11
  ## 2.96.0
6
12
  * feature: CloudDirectory: Enable BatchDetachPolicy
7
13
  * feature: CodeBuild: Supporting Bitbucket as source type in AWS CodeBuild.
package/README.md CHANGED
@@ -24,7 +24,7 @@ to work with the new major version.
24
24
  To use the SDK in the browser, simply add the following script tag to your
25
25
  HTML pages:
26
26
 
27
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.96.0.min.js"></script>
27
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.97.0.min.js"></script>
28
28
 
29
29
  You can also build a custom browser SDK with your specified set of AWS services.
30
30
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -124,7 +124,7 @@
124
124
  "members": {
125
125
  "deploymentId": {},
126
126
  "instanceIds": {
127
- "shape": "S2k"
127
+ "shape": "S2n"
128
128
  }
129
129
  }
130
130
  },
@@ -134,7 +134,7 @@
134
134
  "instancesSummary": {
135
135
  "type": "list",
136
136
  "member": {
137
- "shape": "S2o"
137
+ "shape": "S2r"
138
138
  }
139
139
  },
140
140
  "errorMessage": {}
@@ -146,7 +146,7 @@
146
146
  "type": "structure",
147
147
  "members": {
148
148
  "deploymentIds": {
149
- "shape": "S31"
149
+ "shape": "S34"
150
150
  }
151
151
  }
152
152
  },
@@ -156,7 +156,7 @@
156
156
  "deploymentsInfo": {
157
157
  "type": "list",
158
158
  "member": {
159
- "shape": "S34"
159
+ "shape": "S37"
160
160
  }
161
161
  }
162
162
  }
@@ -177,7 +177,7 @@
177
177
  "instanceInfos": {
178
178
  "type": "list",
179
179
  "member": {
180
- "shape": "S3i"
180
+ "shape": "S3l"
181
181
  }
182
182
  }
183
183
  }
@@ -226,7 +226,7 @@
226
226
  "type": "boolean"
227
227
  },
228
228
  "targetInstances": {
229
- "shape": "S3b"
229
+ "shape": "S3e"
230
230
  },
231
231
  "autoRollbackConfiguration": {
232
232
  "shape": "S1u"
@@ -248,12 +248,13 @@
248
248
  "input": {
249
249
  "type": "structure",
250
250
  "required": [
251
- "deploymentConfigName"
251
+ "deploymentConfigName",
252
+ "minimumHealthyHosts"
252
253
  ],
253
254
  "members": {
254
255
  "deploymentConfigName": {},
255
256
  "minimumHealthyHosts": {
256
- "shape": "S3s"
257
+ "shape": "S3v"
257
258
  }
258
259
  }
259
260
  },
@@ -283,7 +284,7 @@
283
284
  "shape": "S1c"
284
285
  },
285
286
  "autoScalingGroups": {
286
- "shape": "S3c"
287
+ "shape": "S3f"
287
288
  },
288
289
  "serviceRoleArn": {},
289
290
  "triggerConfigurations": {
@@ -305,10 +306,10 @@
305
306
  "shape": "S28"
306
307
  },
307
308
  "ec2TagSet": {
308
- "shape": "S2f"
309
+ "shape": "S2i"
309
310
  },
310
311
  "onPremisesTagSet": {
311
- "shape": "S2h"
312
+ "shape": "S2k"
312
313
  }
313
314
  }
314
315
  },
@@ -433,7 +434,7 @@
433
434
  "type": "structure",
434
435
  "members": {
435
436
  "deploymentInfo": {
436
- "shape": "S34"
437
+ "shape": "S37"
437
438
  }
438
439
  }
439
440
  }
@@ -457,7 +458,7 @@
457
458
  "deploymentConfigId": {},
458
459
  "deploymentConfigName": {},
459
460
  "minimumHealthyHosts": {
460
- "shape": "S3s"
461
+ "shape": "S3v"
461
462
  },
462
463
  "createTime": {
463
464
  "type": "timestamp"
@@ -504,7 +505,7 @@
504
505
  "type": "structure",
505
506
  "members": {
506
507
  "instanceSummary": {
507
- "shape": "S2o"
508
+ "shape": "S2r"
508
509
  }
509
510
  }
510
511
  }
@@ -523,7 +524,7 @@
523
524
  "type": "structure",
524
525
  "members": {
525
526
  "instanceInfo": {
526
- "shape": "S3i"
527
+ "shape": "S3l"
527
528
  }
528
529
  }
529
530
  }
@@ -634,7 +635,7 @@
634
635
  "type": "structure",
635
636
  "members": {
636
637
  "instancesList": {
637
- "shape": "S2k"
638
+ "shape": "S2n"
638
639
  },
639
640
  "nextToken": {}
640
641
  }
@@ -668,7 +669,7 @@
668
669
  "type": "structure",
669
670
  "members": {
670
671
  "deployments": {
671
- "shape": "S31"
672
+ "shape": "S34"
672
673
  },
673
674
  "nextToken": {}
674
675
  }
@@ -816,7 +817,7 @@
816
817
  "shape": "S1c"
817
818
  },
818
819
  "autoScalingGroups": {
819
- "shape": "S3c"
820
+ "shape": "S3f"
820
821
  },
821
822
  "serviceRoleArn": {},
822
823
  "triggerConfigurations": {
@@ -838,10 +839,10 @@
838
839
  "shape": "S28"
839
840
  },
840
841
  "ec2TagSet": {
841
- "shape": "S2f"
842
+ "shape": "S2i"
842
843
  },
843
844
  "onPremisesTagSet": {
844
- "shape": "S2h"
845
+ "shape": "S2k"
845
846
  }
846
847
  }
847
848
  },
@@ -978,16 +979,16 @@
978
979
  "shape": "S28"
979
980
  },
980
981
  "lastSuccessfulDeployment": {
981
- "shape": "S2c"
982
+ "shape": "S2f"
982
983
  },
983
984
  "lastAttemptedDeployment": {
984
- "shape": "S2c"
985
+ "shape": "S2f"
985
986
  },
986
987
  "ec2TagSet": {
987
- "shape": "S2f"
988
+ "shape": "S2i"
988
989
  },
989
990
  "onPremisesTagSet": {
990
- "shape": "S2h"
991
+ "shape": "S2k"
991
992
  }
992
993
  }
993
994
  },
@@ -1116,10 +1117,19 @@
1116
1117
  "name": {}
1117
1118
  }
1118
1119
  }
1120
+ },
1121
+ "targetGroupInfoList": {
1122
+ "type": "list",
1123
+ "member": {
1124
+ "type": "structure",
1125
+ "members": {
1126
+ "name": {}
1127
+ }
1128
+ }
1119
1129
  }
1120
1130
  }
1121
1131
  },
1122
- "S2c": {
1132
+ "S2f": {
1123
1133
  "type": "structure",
1124
1134
  "members": {
1125
1135
  "deploymentId": {},
@@ -1132,7 +1142,7 @@
1132
1142
  }
1133
1143
  }
1134
1144
  },
1135
- "S2f": {
1145
+ "S2i": {
1136
1146
  "type": "structure",
1137
1147
  "members": {
1138
1148
  "ec2TagSetList": {
@@ -1143,7 +1153,7 @@
1143
1153
  }
1144
1154
  }
1145
1155
  },
1146
- "S2h": {
1156
+ "S2k": {
1147
1157
  "type": "structure",
1148
1158
  "members": {
1149
1159
  "onPremisesTagSetList": {
@@ -1154,11 +1164,11 @@
1154
1164
  }
1155
1165
  }
1156
1166
  },
1157
- "S2k": {
1167
+ "S2n": {
1158
1168
  "type": "list",
1159
1169
  "member": {}
1160
1170
  },
1161
- "S2o": {
1171
+ "S2r": {
1162
1172
  "type": "structure",
1163
1173
  "members": {
1164
1174
  "deploymentId": {},
@@ -1195,11 +1205,11 @@
1195
1205
  "instanceType": {}
1196
1206
  }
1197
1207
  },
1198
- "S31": {
1208
+ "S34": {
1199
1209
  "type": "list",
1200
1210
  "member": {}
1201
1211
  },
1202
- "S34": {
1212
+ "S37": {
1203
1213
  "type": "structure",
1204
1214
  "members": {
1205
1215
  "applicationName": {},
@@ -1275,7 +1285,7 @@
1275
1285
  "shape": "S1x"
1276
1286
  },
1277
1287
  "targetInstances": {
1278
- "shape": "S3b"
1288
+ "shape": "S3e"
1279
1289
  },
1280
1290
  "instanceTerminationWaitTimeStarted": {
1281
1291
  "type": "boolean"
@@ -1290,25 +1300,25 @@
1290
1300
  "fileExistsBehavior": {}
1291
1301
  }
1292
1302
  },
1293
- "S3b": {
1303
+ "S3e": {
1294
1304
  "type": "structure",
1295
1305
  "members": {
1296
1306
  "tagFilters": {
1297
1307
  "shape": "S19"
1298
1308
  },
1299
1309
  "autoScalingGroups": {
1300
- "shape": "S3c"
1310
+ "shape": "S3f"
1301
1311
  },
1302
1312
  "ec2TagSet": {
1303
- "shape": "S2f"
1313
+ "shape": "S2i"
1304
1314
  }
1305
1315
  }
1306
1316
  },
1307
- "S3c": {
1317
+ "S3f": {
1308
1318
  "type": "list",
1309
1319
  "member": {}
1310
1320
  },
1311
- "S3i": {
1321
+ "S3l": {
1312
1322
  "type": "structure",
1313
1323
  "members": {
1314
1324
  "instanceName": {},
@@ -1326,7 +1336,7 @@
1326
1336
  }
1327
1337
  }
1328
1338
  },
1329
- "S3s": {
1339
+ "S3v": {
1330
1340
  "type": "structure",
1331
1341
  "members": {
1332
1342
  "value": {