aws-sdk 2.1023.0 → 2.1024.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,13 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1023.0-->
2
+ <!--LATEST=2.1024.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1024.0
6
+ * feature: ChimeSDKMeetings: Updated format validation for ids and regions.
7
+ * feature: EC2: This release adds internal validation on the GatewayAssociationState field
8
+ * feature: SageMaker: SageMaker CreateEndpoint and UpdateEndpoint APIs now support additional deployment configuration to manage traffic shifting options and automatic rollback monitoring. DescribeEndpoint now shows new in-progress deployment details with stage status.
9
+ * feature: WAFV2: You can now configure rules to run a CAPTCHA check against web requests and, as needed, send a CAPTCHA challenge to the client.
10
+
5
11
  ## 2.1023.0
6
12
  * feature: EC2: DescribeInstances now returns customer-owned IP addresses for instances running on an AWS Outpost.
7
13
  * feature: Translate: This release enable customers to use their own KMS keys to encrypt output files when they submit a batch transform job.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1023.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1024.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -88,7 +88,7 @@
88
88
  ],
89
89
  "members": {
90
90
  "ClientRequestToken": {
91
- "shape": "Sf",
91
+ "shape": "Sg",
92
92
  "idempotencyToken": true
93
93
  },
94
94
  "MediaRegion": {},
@@ -96,10 +96,10 @@
96
96
  "shape": "S5"
97
97
  },
98
98
  "ExternalMeetingId": {
99
- "shape": "Sg"
99
+ "shape": "Si"
100
100
  },
101
101
  "NotificationsConfiguration": {
102
- "shape": "Sh"
102
+ "shape": "Sj"
103
103
  }
104
104
  }
105
105
  },
@@ -107,7 +107,7 @@
107
107
  "type": "structure",
108
108
  "members": {
109
109
  "Meeting": {
110
- "shape": "Sk"
110
+ "shape": "Sm"
111
111
  }
112
112
  }
113
113
  }
@@ -126,7 +126,7 @@
126
126
  ],
127
127
  "members": {
128
128
  "ClientRequestToken": {
129
- "shape": "Sf",
129
+ "shape": "Sg",
130
130
  "idempotencyToken": true
131
131
  },
132
132
  "MediaRegion": {},
@@ -134,10 +134,10 @@
134
134
  "shape": "S5"
135
135
  },
136
136
  "ExternalMeetingId": {
137
- "shape": "Sg"
137
+ "shape": "Si"
138
138
  },
139
139
  "NotificationsConfiguration": {
140
- "shape": "Sh"
140
+ "shape": "Sj"
141
141
  },
142
142
  "Attendees": {
143
143
  "type": "list",
@@ -151,7 +151,7 @@
151
151
  "type": "structure",
152
152
  "members": {
153
153
  "Meeting": {
154
- "shape": "Sk"
154
+ "shape": "Sm"
155
155
  },
156
156
  "Attendees": {
157
157
  "shape": "S7"
@@ -257,7 +257,7 @@
257
257
  "type": "structure",
258
258
  "members": {
259
259
  "Meeting": {
260
- "shape": "Sk"
260
+ "shape": "Sm"
261
261
  }
262
262
  }
263
263
  }
@@ -418,33 +418,33 @@
418
418
  }
419
419
  }
420
420
  },
421
- "Sf": {
421
+ "Sg": {
422
422
  "type": "string",
423
423
  "sensitive": true
424
424
  },
425
- "Sg": {
425
+ "Si": {
426
426
  "type": "string",
427
427
  "sensitive": true
428
428
  },
429
- "Sh": {
429
+ "Sj": {
430
430
  "type": "structure",
431
431
  "members": {
432
432
  "LambdaFunctionArn": {
433
- "shape": "Si"
433
+ "shape": "Sk"
434
434
  },
435
435
  "SnsTopicArn": {
436
- "shape": "Si"
436
+ "shape": "Sk"
437
437
  },
438
438
  "SqsQueueArn": {
439
- "shape": "Si"
439
+ "shape": "Sk"
440
440
  }
441
441
  }
442
442
  },
443
- "Si": {
443
+ "Sk": {
444
444
  "type": "string",
445
445
  "sensitive": true
446
446
  },
447
- "Sk": {
447
+ "Sm": {
448
448
  "type": "structure",
449
449
  "members": {
450
450
  "MeetingId": {},
@@ -452,7 +452,7 @@
452
452
  "shape": "S5"
453
453
  },
454
454
  "ExternalMeetingId": {
455
- "shape": "Sg"
455
+ "shape": "Si"
456
456
  },
457
457
  "MediaRegion": {},
458
458
  "MediaPlacement": {