aws-sdk 2.1626.0 → 2.1627.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/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1626.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1627.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -3,8 +3,10 @@
3
3
  "metadata": {
4
4
  "apiVersion": "2021-07-13",
5
5
  "endpointPrefix": "emr-serverless",
6
- "jsonVersion": "1.1",
7
6
  "protocol": "rest-json",
7
+ "protocols": [
8
+ "rest-json"
9
+ ],
8
10
  "serviceFullName": "EMR Serverless",
9
11
  "serviceId": "EMR Serverless",
10
12
  "signatureVersion": "v4",
@@ -97,6 +99,9 @@
97
99
  },
98
100
  "monitoringConfiguration": {
99
101
  "shape": "S17"
102
+ },
103
+ "interactiveConfiguration": {
104
+ "shape": "S1k"
100
105
  }
101
106
  }
102
107
  },
@@ -163,7 +168,7 @@
163
168
  ],
164
169
  "members": {
165
170
  "application": {
166
- "shape": "S1q"
171
+ "shape": "S1r"
167
172
  }
168
173
  }
169
174
  }
@@ -259,10 +264,10 @@
259
264
  "stateDetails": {},
260
265
  "releaseLabel": {},
261
266
  "configurationOverrides": {
262
- "shape": "S28"
267
+ "shape": "S29"
263
268
  },
264
269
  "jobDriver": {
265
- "shape": "S29"
270
+ "shape": "S2a"
266
271
  },
267
272
  "tags": {
268
273
  "shape": "Sk"
@@ -537,10 +542,10 @@
537
542
  },
538
543
  "executionRoleArn": {},
539
544
  "jobDriver": {
540
- "shape": "S29"
545
+ "shape": "S2a"
541
546
  },
542
547
  "configurationOverrides": {
543
- "shape": "S28"
548
+ "shape": "S29"
544
549
  },
545
550
  "tags": {
546
551
  "shape": "Sk"
@@ -688,6 +693,9 @@
688
693
  "workerTypeSpecifications": {
689
694
  "shape": "Sz"
690
695
  },
696
+ "interactiveConfiguration": {
697
+ "shape": "S1k"
698
+ },
691
699
  "releaseLabel": {},
692
700
  "runtimeConfiguration": {
693
701
  "shape": "S11"
@@ -704,7 +712,7 @@
704
712
  ],
705
713
  "members": {
706
714
  "application": {
707
- "shape": "S1q"
715
+ "shape": "S1r"
708
716
  }
709
717
  }
710
718
  }
@@ -876,7 +884,18 @@
876
884
  }
877
885
  }
878
886
  },
879
- "S1q": {
887
+ "S1k": {
888
+ "type": "structure",
889
+ "members": {
890
+ "studioEnabled": {
891
+ "type": "boolean"
892
+ },
893
+ "livyEndpointEnabled": {
894
+ "type": "boolean"
895
+ }
896
+ }
897
+ },
898
+ "S1r": {
880
899
  "type": "structure",
881
900
  "required": [
882
901
  "applicationId",
@@ -921,7 +940,7 @@
921
940
  },
922
941
  "architecture": {},
923
942
  "imageConfiguration": {
924
- "shape": "S1u"
943
+ "shape": "S1v"
925
944
  },
926
945
  "workerTypeSpecifications": {
927
946
  "type": "map",
@@ -930,7 +949,7 @@
930
949
  "type": "structure",
931
950
  "members": {
932
951
  "imageConfiguration": {
933
- "shape": "S1u"
952
+ "shape": "S1v"
934
953
  }
935
954
  }
936
955
  }
@@ -940,10 +959,13 @@
940
959
  },
941
960
  "monitoringConfiguration": {
942
961
  "shape": "S17"
962
+ },
963
+ "interactiveConfiguration": {
964
+ "shape": "S1k"
943
965
  }
944
966
  }
945
967
  },
946
- "S1u": {
968
+ "S1v": {
947
969
  "type": "structure",
948
970
  "required": [
949
971
  "imageUri"
@@ -953,7 +975,7 @@
953
975
  "resolvedImageDigest": {}
954
976
  }
955
977
  },
956
- "S28": {
978
+ "S29": {
957
979
  "type": "structure",
958
980
  "members": {
959
981
  "applicationConfiguration": {
@@ -964,7 +986,7 @@
964
986
  }
965
987
  }
966
988
  },
967
- "S29": {
989
+ "S2a": {
968
990
  "type": "structure",
969
991
  "members": {
970
992
  "sparkSubmit": {
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "opsworks",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "AWS OpsWorks",
9
12
  "serviceId": "OpsWorks",
10
13
  "signatureVersion": "v4",
@@ -211,6 +211,10 @@ declare namespace EMRServerless {
211
211
  */
212
212
  runtimeConfiguration?: ConfigurationList;
213
213
  monitoringConfiguration?: MonitoringConfiguration;
214
+ /**
215
+ * The interactive configuration object that enables the interactive use cases for an application.
216
+ */
217
+ interactiveConfiguration?: InteractiveConfiguration;
214
218
  }
215
219
  export type ApplicationArn = string;
216
220
  export type ApplicationId = string;
@@ -411,6 +415,10 @@ declare namespace EMRServerless {
411
415
  * The configuration setting for monitoring.
412
416
  */
413
417
  monitoringConfiguration?: MonitoringConfiguration;
418
+ /**
419
+ * The interactive configuration object that enables the interactive use cases to use when running an application.
420
+ */
421
+ interactiveConfiguration?: InteractiveConfiguration;
414
422
  }
415
423
  export interface CreateApplicationResponse {
416
424
  /**
@@ -535,6 +543,16 @@ declare namespace EMRServerless {
535
543
  }
536
544
  export type InitialCapacityConfigMap = {[key: string]: InitialCapacityConfig};
537
545
  export type Integer = number;
546
+ export interface InteractiveConfiguration {
547
+ /**
548
+ * Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
549
+ */
550
+ studioEnabled?: Boolean;
551
+ /**
552
+ * Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
553
+ */
554
+ livyEndpointEnabled?: Boolean;
555
+ }
538
556
  export type JobArn = string;
539
557
  export interface JobDriver {
540
558
  /**
@@ -1010,6 +1028,10 @@ declare namespace EMRServerless {
1010
1028
  * The key-value pairs that specify worker type to WorkerTypeSpecificationInput. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include Driver and Executor for Spark applications and HiveDriver and TezTask for Hive applications. You can either set image details in this parameter for each worker type, or in imageConfiguration for all worker types.
1011
1029
  */
1012
1030
  workerTypeSpecifications?: WorkerTypeSpecificationInputMap;
1031
+ /**
1032
+ * The interactive configuration object that contains new interactive use cases when the application is updated.
1033
+ */
1034
+ interactiveConfiguration?: InteractiveConfiguration;
1013
1035
  /**
1014
1036
  * The Amazon EMR release label for the application. You can change the release label to use a different release of Amazon EMR.
1015
1037
  */