aws-sdk 2.1464.0 → 2.1466.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.
Files changed (37) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/README.md +1 -1
  3. package/apis/appintegrations-2020-07-29.examples.json +83 -0
  4. package/apis/appintegrations-2020-07-29.min.json +241 -32
  5. package/apis/appintegrations-2020-07-29.paginators.json +31 -1
  6. package/apis/apprunner-2020-05-15.min.json +50 -49
  7. package/apis/cognito-idp-2016-04-18.examples.json +0 -77
  8. package/apis/cognito-idp-2016-04-18.min.json +8 -2
  9. package/apis/connect-2017-08-08.min.json +298 -238
  10. package/apis/connect-2017-08-08.paginators.json +6 -0
  11. package/apis/dynamodb-2012-08-10.min.json +81 -60
  12. package/apis/ec2-2016-11-15.min.json +7 -0
  13. package/apis/firehose-2015-08-04.min.json +69 -30
  14. package/apis/iot-2015-05-28.min.json +142 -128
  15. package/apis/lakeformation-2017-03-31.min.json +141 -36
  16. package/apis/lakeformation-2017-03-31.paginators.json +5 -0
  17. package/apis/s3-2006-03-01.examples.json +126 -126
  18. package/clients/appintegrations.d.ts +255 -1
  19. package/clients/apprunner.d.ts +6 -1
  20. package/clients/codedeploy.d.ts +34 -34
  21. package/clients/cognitoidentityserviceprovider.d.ts +1 -1
  22. package/clients/connect.d.ts +64 -6
  23. package/clients/dynamodb.d.ts +40 -2
  24. package/clients/ec2.d.ts +11 -3
  25. package/clients/firehose.d.ts +59 -9
  26. package/clients/iot.d.ts +46 -29
  27. package/clients/lakeformation.d.ts +95 -1
  28. package/clients/pinpoint.d.ts +2 -2
  29. package/clients/s3.d.ts +1 -1
  30. package/clients/textract.d.ts +5 -5
  31. package/dist/aws-sdk-core-react-native.js +1 -1
  32. package/dist/aws-sdk-react-native.js +13 -13
  33. package/dist/aws-sdk.js +614 -461
  34. package/dist/aws-sdk.min.js +84 -84
  35. package/lib/core.js +1 -1
  36. package/lib/dynamodb/document_client.d.ts +38 -0
  37. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,22 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1464.0-->
2
+ <!--LATEST=2.1466.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1466.0
6
+ * feature: CognitoIdentityServiceProvider: The UserPoolType Status field is no longer used.
7
+ * feature: Firehose: Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka.
8
+ * feature: Iot: Added support for IoT Rules Engine Kafka Action Headers
9
+ * feature: Textract: This release adds new feature - Layout to Analyze Document API which can automatically extract layout elements such as titles, paragraphs, headers, section headers, lists, page numbers, footers, table areas, key-value areas and figure areas and order the elements as a human would read.
10
+
11
+ ## 2.1465.0
12
+ * feature: AppIntegrations: The Amazon AppIntegrations service adds a set of APIs (in preview) to manage third party applications to be used in Amazon Connect agent workspace.
13
+ * feature: AppRunner: This release allows an App Runner customer to specify a custom source directory to run the build & start command. This change allows App Runner to support monorepo based repositories
14
+ * feature: Connect: This release updates a set of Amazon Connect APIs that provides the ability to integrate third party applications in the Amazon Connect agent workspace.
15
+ * feature: DynamoDB: Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table
16
+ * feature: EC2: The release includes AWS verified access to support FIPs compliance in North America regions
17
+ * feature: LakeFormation: This release adds three new API support "CreateLakeFormationOptIn", "DeleteLakeFormationOptIn" and "ListLakeFormationOptIns", and also updates the corresponding documentation.
18
+ * feature: S3: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.
19
+
5
20
  ## 2.1464.0
6
21
  * feature: AmplifyUIBuilder: Support for generating code that is compatible with future versions of amplify project dependencies.
7
22
  * feature: ChimeSDKMediaPipelines: Adds support for sending WebRTC audio to Amazon Kineses Video Streams.
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.1464.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1466.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
@@ -1,5 +1,88 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "CreateApplication": [
5
+ {
6
+ "input": {
7
+ "ApplicationSourceConfig": {
8
+ "ExternalUrlConfig": {
9
+ "AccessUrl": "https://example.com"
10
+ }
11
+ },
12
+ "Description": "My first application.",
13
+ "Name": "My Application",
14
+ "Namespace": "myapplication"
15
+ },
16
+ "output": {
17
+ "Arn": "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e",
18
+ "Id": "98542c53-e8ac-4570-9c85-c6552c8d9c5e"
19
+ },
20
+ "comments": {
21
+ },
22
+ "description": "The following creates an application named My Application with access url https://example.com.",
23
+ "id": "create-an-application",
24
+ "title": "To create an application"
25
+ }
26
+ ],
27
+ "GetApplication": [
28
+ {
29
+ "input": {
30
+ "Arn": "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e"
31
+ },
32
+ "output": {
33
+ "ApplicationSourceConfig": {
34
+ "ExternalUrlConfig": {
35
+ "AccessUrl": "https://example.com"
36
+ }
37
+ },
38
+ "Description": "My first application.",
39
+ "Name": "My Application",
40
+ "Namespace": "myapplication"
41
+ },
42
+ "comments": {
43
+ },
44
+ "description": "The following retrives an application.",
45
+ "id": "get-an-application",
46
+ "title": "To get an application"
47
+ }
48
+ ],
49
+ "ListApplications": [
50
+ {
51
+ "input": {
52
+ "MaxResults": 1
53
+ },
54
+ "output": {
55
+ "Applications": [
56
+ {
57
+ "Arn": "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e",
58
+ "Id": "98542c53-e8ac-4570-9c85-c6552c8d9c5e",
59
+ "Name": "My Application",
60
+ "Namespace": "myapplication"
61
+ }
62
+ ],
63
+ "NextToken": "abc"
64
+ },
65
+ "comments": {
66
+ },
67
+ "description": "The following lists application summary in the account.",
68
+ "id": "list-applications",
69
+ "title": "To list applications in the account"
70
+ }
71
+ ],
72
+ "UpdateApplication": [
73
+ {
74
+ "input": {
75
+ "Arn": "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e",
76
+ "Name": "My New Application Name"
77
+ },
78
+ "output": {
79
+ },
80
+ "comments": {
81
+ },
82
+ "description": "The following updates an existing application named with a new name.",
83
+ "id": "update-an-application",
84
+ "title": "To update an application"
85
+ }
86
+ ]
4
87
  }
5
88
  }
@@ -12,6 +12,46 @@
12
12
  "uid": "appintegrations-2020-07-29"
13
13
  },
14
14
  "operations": {
15
+ "CreateApplication": {
16
+ "http": {
17
+ "requestUri": "/applications"
18
+ },
19
+ "input": {
20
+ "type": "structure",
21
+ "required": [
22
+ "Name",
23
+ "Namespace",
24
+ "ApplicationSourceConfig"
25
+ ],
26
+ "members": {
27
+ "Name": {},
28
+ "Namespace": {},
29
+ "Description": {},
30
+ "ApplicationSourceConfig": {
31
+ "shape": "S5"
32
+ },
33
+ "Subscriptions": {
34
+ "shape": "Sa"
35
+ },
36
+ "Publications": {
37
+ "shape": "Sd"
38
+ },
39
+ "ClientToken": {
40
+ "idempotencyToken": true
41
+ },
42
+ "Tags": {
43
+ "shape": "Sh"
44
+ }
45
+ }
46
+ },
47
+ "output": {
48
+ "type": "structure",
49
+ "members": {
50
+ "Arn": {},
51
+ "Id": {}
52
+ }
53
+ }
54
+ },
15
55
  "CreateDataIntegration": {
16
56
  "http": {
17
57
  "requestUri": "/dataIntegrations"
@@ -30,19 +70,19 @@
30
70
  "KmsKey": {},
31
71
  "SourceURI": {},
32
72
  "ScheduleConfig": {
33
- "shape": "S6"
73
+ "shape": "Sr"
34
74
  },
35
75
  "Tags": {
36
- "shape": "S8"
76
+ "shape": "Sh"
37
77
  },
38
78
  "ClientToken": {
39
79
  "idempotencyToken": true
40
80
  },
41
81
  "FileConfiguration": {
42
- "shape": "Sc"
82
+ "shape": "St"
43
83
  },
44
84
  "ObjectConfiguration": {
45
- "shape": "Si"
85
+ "shape": "Sz"
46
86
  }
47
87
  }
48
88
  },
@@ -56,17 +96,17 @@
56
96
  "KmsKey": {},
57
97
  "SourceURI": {},
58
98
  "ScheduleConfiguration": {
59
- "shape": "S6"
99
+ "shape": "Sr"
60
100
  },
61
101
  "Tags": {
62
- "shape": "S8"
102
+ "shape": "Sh"
63
103
  },
64
104
  "ClientToken": {},
65
105
  "FileConfiguration": {
66
- "shape": "Sc"
106
+ "shape": "St"
67
107
  },
68
108
  "ObjectConfiguration": {
69
- "shape": "Si"
109
+ "shape": "Sz"
70
110
  }
71
111
  }
72
112
  }
@@ -86,14 +126,14 @@
86
126
  "Name": {},
87
127
  "Description": {},
88
128
  "EventFilter": {
89
- "shape": "Sn"
129
+ "shape": "S12"
90
130
  },
91
131
  "EventBridgeBus": {},
92
132
  "ClientToken": {
93
133
  "idempotencyToken": true
94
134
  },
95
135
  "Tags": {
96
- "shape": "S8"
136
+ "shape": "Sh"
97
137
  }
98
138
  }
99
139
  },
@@ -148,6 +188,52 @@
148
188
  "members": {}
149
189
  }
150
190
  },
191
+ "GetApplication": {
192
+ "http": {
193
+ "method": "GET",
194
+ "requestUri": "/applications/{Arn}"
195
+ },
196
+ "input": {
197
+ "type": "structure",
198
+ "required": [
199
+ "Arn"
200
+ ],
201
+ "members": {
202
+ "Arn": {
203
+ "location": "uri",
204
+ "locationName": "Arn"
205
+ }
206
+ }
207
+ },
208
+ "output": {
209
+ "type": "structure",
210
+ "members": {
211
+ "Arn": {},
212
+ "Id": {},
213
+ "Name": {},
214
+ "Namespace": {},
215
+ "Description": {},
216
+ "ApplicationSourceConfig": {
217
+ "shape": "S5"
218
+ },
219
+ "Subscriptions": {
220
+ "shape": "Sa"
221
+ },
222
+ "Publications": {
223
+ "shape": "Sd"
224
+ },
225
+ "CreatedTime": {
226
+ "type": "timestamp"
227
+ },
228
+ "LastModifiedTime": {
229
+ "type": "timestamp"
230
+ },
231
+ "Tags": {
232
+ "shape": "Sh"
233
+ }
234
+ }
235
+ }
236
+ },
151
237
  "GetDataIntegration": {
152
238
  "http": {
153
239
  "method": "GET",
@@ -175,16 +261,16 @@
175
261
  "KmsKey": {},
176
262
  "SourceURI": {},
177
263
  "ScheduleConfiguration": {
178
- "shape": "S6"
264
+ "shape": "Sr"
179
265
  },
180
266
  "Tags": {
181
- "shape": "S8"
267
+ "shape": "Sh"
182
268
  },
183
269
  "FileConfiguration": {
184
- "shape": "Sc"
270
+ "shape": "St"
185
271
  },
186
272
  "ObjectConfiguration": {
187
- "shape": "Si"
273
+ "shape": "Sz"
188
274
  }
189
275
  }
190
276
  }
@@ -214,12 +300,56 @@
214
300
  "EventIntegrationArn": {},
215
301
  "EventBridgeBus": {},
216
302
  "EventFilter": {
217
- "shape": "Sn"
303
+ "shape": "S12"
218
304
  },
219
305
  "Tags": {
220
- "shape": "S8"
306
+ "shape": "Sh"
307
+ }
308
+ }
309
+ }
310
+ },
311
+ "ListApplications": {
312
+ "http": {
313
+ "method": "GET",
314
+ "requestUri": "/applications"
315
+ },
316
+ "input": {
317
+ "type": "structure",
318
+ "members": {
319
+ "NextToken": {
320
+ "location": "querystring",
321
+ "locationName": "nextToken"
322
+ },
323
+ "MaxResults": {
324
+ "location": "querystring",
325
+ "locationName": "maxResults",
326
+ "type": "integer"
221
327
  }
222
328
  }
329
+ },
330
+ "output": {
331
+ "type": "structure",
332
+ "members": {
333
+ "Applications": {
334
+ "type": "list",
335
+ "member": {
336
+ "type": "structure",
337
+ "members": {
338
+ "Arn": {},
339
+ "Id": {},
340
+ "Name": {},
341
+ "Namespace": {},
342
+ "CreatedTime": {
343
+ "type": "timestamp"
344
+ },
345
+ "LastModifiedTime": {
346
+ "type": "timestamp"
347
+ }
348
+ }
349
+ }
350
+ },
351
+ "NextToken": {}
352
+ }
223
353
  }
224
354
  },
225
355
  "ListDataIntegrationAssociations": {
@@ -385,11 +515,11 @@
385
515
  "Name": {},
386
516
  "Description": {},
387
517
  "EventFilter": {
388
- "shape": "Sn"
518
+ "shape": "S12"
389
519
  },
390
520
  "EventBridgeBus": {},
391
521
  "Tags": {
392
- "shape": "S8"
522
+ "shape": "Sh"
393
523
  }
394
524
  }
395
525
  }
@@ -419,7 +549,7 @@
419
549
  "type": "structure",
420
550
  "members": {
421
551
  "tags": {
422
- "shape": "S8"
552
+ "shape": "Sh"
423
553
  }
424
554
  }
425
555
  }
@@ -440,7 +570,7 @@
440
570
  "locationName": "resourceArn"
441
571
  },
442
572
  "tags": {
443
- "shape": "S8"
573
+ "shape": "Sh"
444
574
  }
445
575
  }
446
576
  },
@@ -478,6 +608,39 @@
478
608
  "members": {}
479
609
  }
480
610
  },
611
+ "UpdateApplication": {
612
+ "http": {
613
+ "method": "PATCH",
614
+ "requestUri": "/applications/{Arn}"
615
+ },
616
+ "input": {
617
+ "type": "structure",
618
+ "required": [
619
+ "Arn"
620
+ ],
621
+ "members": {
622
+ "Arn": {
623
+ "location": "uri",
624
+ "locationName": "Arn"
625
+ },
626
+ "Name": {},
627
+ "Description": {},
628
+ "ApplicationSourceConfig": {
629
+ "shape": "S5"
630
+ },
631
+ "Subscriptions": {
632
+ "shape": "Sa"
633
+ },
634
+ "Publications": {
635
+ "shape": "Sd"
636
+ }
637
+ }
638
+ },
639
+ "output": {
640
+ "type": "structure",
641
+ "members": {}
642
+ }
643
+ },
481
644
  "UpdateDataIntegration": {
482
645
  "http": {
483
646
  "method": "PATCH",
@@ -527,7 +690,58 @@
527
690
  }
528
691
  },
529
692
  "shapes": {
530
- "S6": {
693
+ "S5": {
694
+ "type": "structure",
695
+ "members": {
696
+ "ExternalUrlConfig": {
697
+ "type": "structure",
698
+ "required": [
699
+ "AccessUrl"
700
+ ],
701
+ "members": {
702
+ "AccessUrl": {},
703
+ "ApprovedOrigins": {
704
+ "type": "list",
705
+ "member": {}
706
+ }
707
+ }
708
+ }
709
+ }
710
+ },
711
+ "Sa": {
712
+ "type": "list",
713
+ "member": {
714
+ "type": "structure",
715
+ "required": [
716
+ "Event"
717
+ ],
718
+ "members": {
719
+ "Event": {},
720
+ "Description": {}
721
+ }
722
+ }
723
+ },
724
+ "Sd": {
725
+ "type": "list",
726
+ "member": {
727
+ "type": "structure",
728
+ "required": [
729
+ "Event",
730
+ "Schema"
731
+ ],
732
+ "members": {
733
+ "Event": {},
734
+ "Schema": {},
735
+ "Description": {}
736
+ }
737
+ }
738
+ },
739
+ "Sh": {
740
+ "type": "map",
741
+ "key": {},
742
+ "value": {}
743
+ },
744
+ "Sr": {
531
745
  "type": "structure",
532
746
  "required": [
533
747
  "ScheduleExpression"
@@ -538,12 +752,7 @@
538
752
  "ScheduleExpression": {}
539
753
  }
540
754
  },
541
- "S8": {
542
- "type": "map",
543
- "key": {},
544
- "value": {}
545
- },
546
- "Sc": {
755
+ "St": {
547
756
  "type": "structure",
548
757
  "required": [
549
758
  "Folders"
@@ -554,11 +763,11 @@
554
763
  "member": {}
555
764
  },
556
765
  "Filters": {
557
- "shape": "Sf"
766
+ "shape": "Sw"
558
767
  }
559
768
  }
560
769
  },
561
- "Sf": {
770
+ "Sw": {
562
771
  "type": "map",
563
772
  "key": {},
564
773
  "value": {
@@ -566,14 +775,14 @@
566
775
  "member": {}
567
776
  }
568
777
  },
569
- "Si": {
778
+ "Sz": {
570
779
  "type": "map",
571
780
  "key": {},
572
781
  "value": {
573
- "shape": "Sf"
782
+ "shape": "Sw"
574
783
  }
575
784
  },
576
- "Sn": {
785
+ "S12": {
577
786
  "type": "structure",
578
787
  "required": [
579
788
  "Source"
@@ -1,4 +1,34 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListApplications": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "Applications"
8
+ },
9
+ "ListDataIntegrationAssociations": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "DataIntegrationAssociations"
14
+ },
15
+ "ListDataIntegrations": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "DataIntegrations"
20
+ },
21
+ "ListEventIntegrationAssociations": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "EventIntegrationAssociations"
26
+ },
27
+ "ListEventIntegrations": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "EventIntegrations"
32
+ }
3
33
  }
4
- }
34
+ }