aws-sdk 2.1376.0 → 2.1378.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 (35) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/README.md +1 -1
  3. package/apis/athena-2017-05-18.min.json +3 -0
  4. package/apis/codecatalyst-2022-09-28.min.json +75 -12
  5. package/apis/codecatalyst-2022-09-28.paginators.json +6 -0
  6. package/apis/elasticache-2015-02-02.min.json +147 -143
  7. package/apis/ivs-realtime-2020-07-14.min.json +223 -0
  8. package/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
  9. package/apis/kafka-2018-11-14.min.json +6 -2
  10. package/apis/omics-2022-11-28.min.json +1393 -897
  11. package/apis/omics-2022-11-28.paginators.json +12 -0
  12. package/apis/rekognition-2016-06-27.min.json +104 -90
  13. package/apis/rolesanywhere-2018-05-10.min.json +159 -43
  14. package/apis/support-2013-04-15.min.json +97 -14
  15. package/apis/transfer-2018-11-05.min.json +48 -47
  16. package/clients/athena.d.ts +4 -0
  17. package/clients/codecatalyst.d.ts +66 -0
  18. package/clients/connect.d.ts +6 -6
  19. package/clients/elasticache.d.ts +25 -8
  20. package/clients/es.d.ts +1 -1
  21. package/clients/health.d.ts +19 -19
  22. package/clients/ivsrealtime.d.ts +292 -8
  23. package/clients/kafka.d.ts +2 -2
  24. package/clients/omics.d.ts +1451 -965
  25. package/clients/rekognition.d.ts +19 -1
  26. package/clients/rolesanywhere.d.ts +154 -45
  27. package/clients/support.d.ts +134 -7
  28. package/clients/transfer.d.ts +52 -44
  29. package/dist/aws-sdk-core-react-native.js +98 -73
  30. package/dist/aws-sdk-react-native.js +1956 -1906
  31. package/dist/aws-sdk.js +258 -236
  32. package/dist/aws-sdk.min.js +62 -62
  33. package/lib/core.js +1 -1
  34. package/lib/region_config.js +1 -0
  35. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,25 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1376.0-->
2
+ <!--LATEST=2.1378.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1378.0
6
+ * feature: Athena: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
7
+ * feature: CodeCatalyst: With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst
8
+ * feature: Kafka: Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs
9
+ * feature: Rekognition: This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.
10
+ * feature: RolesAnywhere: Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.
11
+ * feature: Transfer: This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.
12
+
13
+ ## 2.1377.0
14
+ * feature: ES: This release fixes DescribePackages API error with null filter value parameter.
15
+ * feature: ElastiCache: Added support to modify the cluster mode configuration for the existing ElastiCache ReplicationGroups. Customers can now modify the configuration from cluster mode disabled to cluster mode enabled.
16
+ * feature: Health: Add support for regional endpoints
17
+ * feature: IVSRealTime: Add methods for inspecting and debugging stages: ListStageSessions, GetStageSession, ListParticipants, GetParticipant, and ListParticipantEvents.
18
+ * feature: Omics: This release provides support for Ready2Run and GPU workflows, an improved read set filter, the direct upload of read sets into Omics Storage, and annotation parsing for analytics stores.
19
+ * feature: OpenSearch: This release fixes DescribePackages API error with null filter value parameter.
20
+ * feature: Route53Resolver: Update FIPS endpoints for GovCloud (US) regions in SDK.
21
+ * feature: Support: This release adds 2 new Support APIs, DescribeCreateCaseOptions and DescribeSupportedLanguages. You can use these new APIs to get available support languages.
22
+
5
23
  ## 2.1376.0
6
24
  * bugfix: typings-generator: generate exception shape types
7
25
  * feature: EMR: EMR Studio now supports programmatically executing a Notebooks on an EMR on EKS cluster. In addition, notebooks can now be executed by specifying its location in S3.
package/README.md CHANGED
@@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
72
72
  To use the SDK in the browser, simply add the following script tag to your
73
73
  HTML pages:
74
74
 
75
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1376.0.min.js"></script>
75
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1378.0.min.js"></script>
76
76
 
77
77
  You can also build a custom browser SDK with your specified set of AWS services.
78
78
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -2254,6 +2254,9 @@
2254
2254
  },
2255
2255
  "AdditionalConfigs": {
2256
2256
  "shape": "S1z"
2257
+ },
2258
+ "SparkProperties": {
2259
+ "shape": "S1z"
2257
2260
  }
2258
2261
  }
2259
2262
  },
@@ -553,6 +553,69 @@
553
553
  }
554
554
  }
555
555
  },
556
+ "ListDevEnvironmentSessions": {
557
+ "http": {
558
+ "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{devEnvironmentId}/sessions",
559
+ "responseCode": 200
560
+ },
561
+ "input": {
562
+ "type": "structure",
563
+ "required": [
564
+ "spaceName",
565
+ "projectName",
566
+ "devEnvironmentId"
567
+ ],
568
+ "members": {
569
+ "spaceName": {
570
+ "location": "uri",
571
+ "locationName": "spaceName"
572
+ },
573
+ "projectName": {
574
+ "location": "uri",
575
+ "locationName": "projectName"
576
+ },
577
+ "devEnvironmentId": {
578
+ "location": "uri",
579
+ "locationName": "devEnvironmentId"
580
+ },
581
+ "nextToken": {},
582
+ "maxResults": {
583
+ "type": "integer"
584
+ }
585
+ }
586
+ },
587
+ "output": {
588
+ "type": "structure",
589
+ "required": [
590
+ "items"
591
+ ],
592
+ "members": {
593
+ "items": {
594
+ "type": "list",
595
+ "member": {
596
+ "type": "structure",
597
+ "required": [
598
+ "spaceName",
599
+ "projectName",
600
+ "devEnvironmentId",
601
+ "startedTime",
602
+ "id"
603
+ ],
604
+ "members": {
605
+ "spaceName": {},
606
+ "projectName": {},
607
+ "devEnvironmentId": {},
608
+ "startedTime": {
609
+ "shape": "S3"
610
+ },
611
+ "id": {}
612
+ }
613
+ }
614
+ },
615
+ "nextToken": {}
616
+ }
617
+ }
618
+ },
556
619
  "ListDevEnvironments": {
557
620
  "http": {
558
621
  "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments",
@@ -584,7 +647,7 @@
584
647
  "members": {
585
648
  "key": {},
586
649
  "values": {
587
- "shape": "S23"
650
+ "shape": "S2a"
588
651
  },
589
652
  "comparisonOperator": {}
590
653
  }
@@ -730,10 +793,10 @@
730
793
  },
731
794
  "requestId": {},
732
795
  "requestPayload": {
733
- "shape": "S2l"
796
+ "shape": "S2s"
734
797
  },
735
798
  "responsePayload": {
736
- "shape": "S2l"
799
+ "shape": "S2s"
737
800
  },
738
801
  "errorCode": {},
739
802
  "sourceIpAddress": {},
@@ -774,7 +837,7 @@
774
837
  "members": {
775
838
  "key": {},
776
839
  "values": {
777
- "shape": "S23"
840
+ "shape": "S2a"
778
841
  },
779
842
  "comparisonOperator": {}
780
843
  }
@@ -847,10 +910,10 @@
847
910
  "name": {},
848
911
  "description": {},
849
912
  "lastUpdatedTime": {
850
- "shape": "S34"
913
+ "shape": "S3b"
851
914
  },
852
915
  "createdTime": {
853
- "shape": "S34"
916
+ "shape": "S3b"
854
917
  }
855
918
  }
856
919
  }
@@ -1068,10 +1131,10 @@
1068
1131
  ],
1069
1132
  "members": {
1070
1133
  "streamUrl": {
1071
- "shape": "S3r"
1134
+ "shape": "S3y"
1072
1135
  },
1073
1136
  "tokenValue": {
1074
- "shape": "S3r"
1137
+ "shape": "S3y"
1075
1138
  }
1076
1139
  },
1077
1140
  "sensitive": true
@@ -1302,22 +1365,22 @@
1302
1365
  }
1303
1366
  }
1304
1367
  },
1305
- "S23": {
1368
+ "S2a": {
1306
1369
  "type": "list",
1307
1370
  "member": {}
1308
1371
  },
1309
- "S2l": {
1372
+ "S2s": {
1310
1373
  "type": "structure",
1311
1374
  "members": {
1312
1375
  "contentType": {},
1313
1376
  "data": {}
1314
1377
  }
1315
1378
  },
1316
- "S34": {
1379
+ "S3b": {
1317
1380
  "type": "timestamp",
1318
1381
  "timestampFormat": "iso8601"
1319
1382
  },
1320
- "S3r": {
1383
+ "S3y": {
1321
1384
  "type": "string",
1322
1385
  "sensitive": true
1323
1386
  }
@@ -6,6 +6,12 @@
6
6
  "limit_key": "maxResults",
7
7
  "result_key": "items"
8
8
  },
9
+ "ListDevEnvironmentSessions": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "items"
14
+ },
9
15
  "ListDevEnvironments": {
10
16
  "input_token": "nextToken",
11
17
  "output_token": "nextToken",