@aws-sdk/client-emr-containers 3.1091.0 → 3.1093.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
@@ -253,6 +253,13 @@ DeleteManagedEndpoint
253
253
  </details>
254
254
  <details>
255
255
  <summary>
256
+ DeleteSecurityConfiguration
257
+ </summary>
258
+
259
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr-containers/command/DeleteSecurityConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DeleteSecurityConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr-containers/Interface/DeleteSecurityConfigurationCommandOutput/)
260
+ </details>
261
+ <details>
262
+ <summary>
256
263
  DeleteVirtualCluster
257
264
  </summary>
258
265
 
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1090.0";
72
+ var version = "3.1092.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -205,7 +205,8 @@ class RequestThrottledException extends EMRContainersServiceException {
205
205
  }
206
206
  }
207
207
 
208
- const _AC = "AuthorizationConfiguration";
208
+ const _AC = "AuthenticationConfiguration";
209
+ const _ACu = "AuthorizationConfiguration";
209
210
  const _C = "Certificate";
210
211
  const _CI = "ContainerInfo";
211
212
  const _CJR = "CancelJobRun";
@@ -245,9 +246,12 @@ const _DMERe = "DeleteManagedEndpointResponse";
245
246
  const _DMERes = "DescribeManagedEndpointRequest";
246
247
  const _DMEResc = "DescribeManagedEndpointResponse";
247
248
  const _DMEe = "DescribeManagedEndpoint";
248
- const _DSC = "DescribeSecurityConfiguration";
249
- const _DSCR = "DescribeSecurityConfigurationRequest";
250
- const _DSCRe = "DescribeSecurityConfigurationResponse";
249
+ const _DSC = "DeleteSecurityConfiguration";
250
+ const _DSCR = "DeleteSecurityConfigurationRequest";
251
+ const _DSCRe = "DeleteSecurityConfigurationResponse";
252
+ const _DSCRes = "DescribeSecurityConfigurationRequest";
253
+ const _DSCResc = "DescribeSecurityConfigurationResponse";
254
+ const _DSCe = "DescribeSecurityConfiguration";
251
255
  const _DVC = "DeleteVirtualCluster";
252
256
  const _DVCR = "DeleteVirtualClusterRequest";
253
257
  const _DVCRe = "DeleteVirtualClusterResponse";
@@ -265,6 +269,8 @@ const _En = "Endpoints";
265
269
  const _GMESC = "GetManagedEndpointSessionCredentials";
266
270
  const _GMESCR = "GetManagedEndpointSessionCredentialsRequest";
267
271
  const _GMESCRe = "GetManagedEndpointSessionCredentialsResponse";
272
+ const _IAMC = "IAMConfiguration";
273
+ const _ICC = "IdentityCenterConfiguration";
268
274
  const _ISE = "InternalServerException";
269
275
  const _ITEC = "InTransitEncryptionConfiguration";
270
276
  const _JD = "JobDriver";
@@ -332,6 +338,7 @@ const _a = "arn";
332
338
  const _aAWSTRL = "allowAWSToRetainLogs";
333
339
  const _aC = "applicationConfiguration";
334
340
  const _aCu = "authorizationConfiguration";
341
+ const _aCut = "authenticationConfiguration";
335
342
  const _aPU = "authProxyUrl";
336
343
  const _aSTV = "authorizedSessionTagValue";
337
344
  const _c = "client";
@@ -365,6 +372,8 @@ const _eAEI = "eksAccessEntryIntegrated";
365
372
  const _eC = "encryptionConfiguration";
366
373
  const _eCn = "endpointCredentials";
367
374
  const _eI = "endpointIdentifier";
375
+ const _eIC = "enableIdentityCenter";
376
+ const _eICAARN = "emrIdentityCenterApplicationARN";
368
377
  const _eIk = "eksInfo";
369
378
  const _eKA = "encryptionKeyArn";
370
379
  const _eP = "entryPoint";
@@ -378,6 +387,10 @@ const _h = "http";
378
387
  const _hE = "httpError";
379
388
  const _hQ = "httpQuery";
380
389
  const _i = "id";
390
+ const _iC = "iamConfiguration";
391
+ const _iCAAR = "identityCenterApplicationAssignmentRequired";
392
+ const _iCC = "identityCenterConfiguration";
393
+ const _iCIARN = "identityCenterInstanceARN";
381
394
  const _iTEC = "inTransitEncryptionConfiguration";
382
395
  const _in = "info";
383
396
  const _jD = "jobDriver";
@@ -427,6 +440,7 @@ const _sI = "subnetIds";
427
440
  const _sITIM = "sessionIdleTimeoutInMinutes";
428
441
  const _sMC = "s3MonitoringConfiguration";
429
442
  const _sNI = "secureNamespaceInfo";
443
+ const _sR = "systemRole";
430
444
  const _sSJD = "sparkSubmitJobDriver";
431
445
  const _sSJDp = "sparkSqlJobDriver";
432
446
  const _sSP = "sparkSqlParameters";
@@ -490,7 +504,12 @@ var EntryPointPath = [0, n0, _EPP, 8, 0];
490
504
  var SparkSqlParameters = [0, n0, _SSP, 8, 0];
491
505
  var SparkSubmitParameters = [0, n0, _SSPp, 8, 0];
492
506
  var Token = [0, n0, _T, 8, 0];
493
- var AuthorizationConfiguration$ = [3, n0, _AC,
507
+ var AuthenticationConfiguration$ = [3, n0, _AC,
508
+ 0,
509
+ [_iCC, _iC],
510
+ [() => IdentityCenterConfiguration$, () => IAMConfiguration$]
511
+ ];
512
+ var AuthorizationConfiguration$ = [3, n0, _ACu,
494
513
  0,
495
514
  [_lFC, _eC],
496
515
  [() => LakeFormationConfiguration$, () => EncryptionConfiguration$]
@@ -595,6 +614,16 @@ var DeleteManagedEndpointResponse$ = [3, n0, _DMERe,
595
614
  [_i, _vCI],
596
615
  [0, 0]
597
616
  ];
617
+ var DeleteSecurityConfigurationRequest$ = [3, n0, _DSCR,
618
+ 0,
619
+ [_i],
620
+ [[0, 1]], 1
621
+ ];
622
+ var DeleteSecurityConfigurationResponse$ = [3, n0, _DSCRe,
623
+ 0,
624
+ [_i],
625
+ [0]
626
+ ];
598
627
  var DeleteVirtualClusterRequest$ = [3, n0, _DVCR,
599
628
  0,
600
629
  [_i],
@@ -635,12 +664,12 @@ var DescribeManagedEndpointResponse$ = [3, n0, _DMEResc,
635
664
  [_en],
636
665
  [[() => Endpoint$, 0]]
637
666
  ];
638
- var DescribeSecurityConfigurationRequest$ = [3, n0, _DSCR,
667
+ var DescribeSecurityConfigurationRequest$ = [3, n0, _DSCRes,
639
668
  0,
640
669
  [_i],
641
670
  [[0, 1]], 1
642
671
  ];
643
- var DescribeSecurityConfigurationResponse$ = [3, n0, _DSCRe,
672
+ var DescribeSecurityConfigurationResponse$ = [3, n0, _DSCResc,
644
673
  0,
645
674
  [_sC],
646
675
  [() => SecurityConfiguration$]
@@ -680,6 +709,16 @@ var GetManagedEndpointSessionCredentialsResponse$ = [3, n0, _GMESCRe,
680
709
  [_i, _cr, _eCn, _eA],
681
710
  [0, [() => Credentials$, 0], [() => Credentials$, 0], 5]
682
711
  ];
712
+ var IAMConfiguration$ = [3, n0, _IAMC,
713
+ 0,
714
+ [_sR],
715
+ [0]
716
+ ];
717
+ var IdentityCenterConfiguration$ = [3, n0, _ICC,
718
+ 0,
719
+ [_eIC, _iCAAR, _iCIARN, _eICAARN],
720
+ [2, 2, 0, 0]
721
+ ];
683
722
  var InTransitEncryptionConfiguration$ = [3, n0, _ITEC,
684
723
  0,
685
724
  [_tCC],
@@ -827,8 +866,8 @@ var SecurityConfiguration$ = [3, n0, _SC,
827
866
  ];
828
867
  var SecurityConfigurationData$ = [3, n0, _SCD,
829
868
  0,
830
- [_aCu],
831
- [() => AuthorizationConfiguration$]
869
+ [_aCu, _aCut],
870
+ [() => AuthorizationConfiguration$, () => AuthenticationConfiguration$]
832
871
  ];
833
872
  var SparkSqlJobDriver$ = [3, n0, _SSJD,
834
873
  0,
@@ -948,6 +987,9 @@ var DeleteJobTemplate$ = [9, n0, _DJT,
948
987
  var DeleteManagedEndpoint$ = [9, n0, _DME,
949
988
  { [_h]: ["DELETE", "/virtualclusters/{virtualClusterId}/endpoints/{id}", 200] }, () => DeleteManagedEndpointRequest$, () => DeleteManagedEndpointResponse$
950
989
  ];
990
+ var DeleteSecurityConfiguration$ = [9, n0, _DSC,
991
+ { [_h]: ["DELETE", "/securityconfigurations/{id}", 200] }, () => DeleteSecurityConfigurationRequest$, () => DeleteSecurityConfigurationResponse$
992
+ ];
951
993
  var DeleteVirtualCluster$ = [9, n0, _DVC,
952
994
  { [_h]: ["DELETE", "/virtualclusters/{id}", 200] }, () => DeleteVirtualClusterRequest$, () => DeleteVirtualClusterResponse$
953
995
  ];
@@ -960,7 +1002,7 @@ var DescribeJobTemplate$ = [9, n0, _DJTe,
960
1002
  var DescribeManagedEndpoint$ = [9, n0, _DMEe,
961
1003
  { [_h]: ["GET", "/virtualclusters/{virtualClusterId}/endpoints/{id}", 200] }, () => DescribeManagedEndpointRequest$, () => DescribeManagedEndpointResponse$
962
1004
  ];
963
- var DescribeSecurityConfiguration$ = [9, n0, _DSC,
1005
+ var DescribeSecurityConfiguration$ = [9, n0, _DSCe,
964
1006
  { [_h]: ["GET", "/securityconfigurations/{id}", 200] }, () => DescribeSecurityConfigurationRequest$, () => DescribeSecurityConfigurationResponse$
965
1007
  ];
966
1008
  var DescribeVirtualCluster$ = [9, n0, _DVCe,
@@ -1168,6 +1210,9 @@ class DeleteJobTemplateCommand extends command(_ep0, _mw0, "DeleteJobTemplate",
1168
1210
  class DeleteManagedEndpointCommand extends command(_ep0, _mw0, "DeleteManagedEndpoint", DeleteManagedEndpoint$) {
1169
1211
  }
1170
1212
 
1213
+ class DeleteSecurityConfigurationCommand extends command(_ep0, _mw0, "DeleteSecurityConfiguration", DeleteSecurityConfiguration$) {
1214
+ }
1215
+
1171
1216
  class DeleteVirtualClusterCommand extends command(_ep0, _mw0, "DeleteVirtualCluster", DeleteVirtualCluster$) {
1172
1217
  }
1173
1218
 
@@ -1234,6 +1279,7 @@ const commands = {
1234
1279
  CreateVirtualClusterCommand,
1235
1280
  DeleteJobTemplateCommand,
1236
1281
  DeleteManagedEndpointCommand,
1282
+ DeleteSecurityConfigurationCommand,
1237
1283
  DeleteVirtualClusterCommand,
1238
1284
  DescribeJobRunCommand,
1239
1285
  DescribeJobTemplateCommand,
@@ -1310,6 +1356,7 @@ const VirtualClusterState = {
1310
1356
  };
1311
1357
 
1312
1358
  exports.AllowAWSToRetainLogs = AllowAWSToRetainLogs;
1359
+ exports.AuthenticationConfiguration$ = AuthenticationConfiguration$;
1313
1360
  exports.AuthorizationConfiguration$ = AuthorizationConfiguration$;
1314
1361
  exports.CancelJobRun$ = CancelJobRun$;
1315
1362
  exports.CancelJobRunCommand = CancelJobRunCommand;
@@ -1349,6 +1396,10 @@ exports.DeleteManagedEndpoint$ = DeleteManagedEndpoint$;
1349
1396
  exports.DeleteManagedEndpointCommand = DeleteManagedEndpointCommand;
1350
1397
  exports.DeleteManagedEndpointRequest$ = DeleteManagedEndpointRequest$;
1351
1398
  exports.DeleteManagedEndpointResponse$ = DeleteManagedEndpointResponse$;
1399
+ exports.DeleteSecurityConfiguration$ = DeleteSecurityConfiguration$;
1400
+ exports.DeleteSecurityConfigurationCommand = DeleteSecurityConfigurationCommand;
1401
+ exports.DeleteSecurityConfigurationRequest$ = DeleteSecurityConfigurationRequest$;
1402
+ exports.DeleteSecurityConfigurationResponse$ = DeleteSecurityConfigurationResponse$;
1352
1403
  exports.DeleteVirtualCluster$ = DeleteVirtualCluster$;
1353
1404
  exports.DeleteVirtualClusterCommand = DeleteVirtualClusterCommand;
1354
1405
  exports.DeleteVirtualClusterRequest$ = DeleteVirtualClusterRequest$;
@@ -1388,6 +1439,8 @@ exports.GetManagedEndpointSessionCredentials$ = GetManagedEndpointSessionCredent
1388
1439
  exports.GetManagedEndpointSessionCredentialsCommand = GetManagedEndpointSessionCredentialsCommand;
1389
1440
  exports.GetManagedEndpointSessionCredentialsRequest$ = GetManagedEndpointSessionCredentialsRequest$;
1390
1441
  exports.GetManagedEndpointSessionCredentialsResponse$ = GetManagedEndpointSessionCredentialsResponse$;
1442
+ exports.IAMConfiguration$ = IAMConfiguration$;
1443
+ exports.IdentityCenterConfiguration$ = IdentityCenterConfiguration$;
1391
1444
  exports.InTransitEncryptionConfiguration$ = InTransitEncryptionConfiguration$;
1392
1445
  exports.InternalServerException = InternalServerException;
1393
1446
  exports.InternalServerException$ = InternalServerException$;
@@ -6,6 +6,7 @@ import { CreateSecurityConfigurationCommand, } from "./commands/CreateSecurityCo
6
6
  import { CreateVirtualClusterCommand, } from "./commands/CreateVirtualClusterCommand";
7
7
  import { DeleteJobTemplateCommand, } from "./commands/DeleteJobTemplateCommand";
8
8
  import { DeleteManagedEndpointCommand, } from "./commands/DeleteManagedEndpointCommand";
9
+ import { DeleteSecurityConfigurationCommand, } from "./commands/DeleteSecurityConfigurationCommand";
9
10
  import { DeleteVirtualClusterCommand, } from "./commands/DeleteVirtualClusterCommand";
10
11
  import { DescribeJobRunCommand, } from "./commands/DescribeJobRunCommand";
11
12
  import { DescribeJobTemplateCommand, } from "./commands/DescribeJobTemplateCommand";
@@ -36,6 +37,7 @@ const commands = {
36
37
  CreateVirtualClusterCommand,
37
38
  DeleteJobTemplateCommand,
38
39
  DeleteManagedEndpointCommand,
40
+ DeleteSecurityConfigurationCommand,
39
41
  DeleteVirtualClusterCommand,
40
42
  DescribeJobRunCommand,
41
43
  DescribeJobTemplateCommand,
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { DeleteSecurityConfiguration$ } from "../schemas/schemas_0";
3
+ export class DeleteSecurityConfigurationCommand extends command(_ep0, _mw0, "DeleteSecurityConfiguration", DeleteSecurityConfiguration$) {
4
+ }
@@ -5,6 +5,7 @@ export * from "./CreateSecurityConfigurationCommand";
5
5
  export * from "./CreateVirtualClusterCommand";
6
6
  export * from "./DeleteJobTemplateCommand";
7
7
  export * from "./DeleteManagedEndpointCommand";
8
+ export * from "./DeleteSecurityConfigurationCommand";
8
9
  export * from "./DeleteVirtualClusterCommand";
9
10
  export * from "./DescribeJobRunCommand";
10
11
  export * from "./DescribeJobTemplateCommand";
@@ -1,4 +1,5 @@
1
- const _AC = "AuthorizationConfiguration";
1
+ const _AC = "AuthenticationConfiguration";
2
+ const _ACu = "AuthorizationConfiguration";
2
3
  const _C = "Certificate";
3
4
  const _CI = "ContainerInfo";
4
5
  const _CJR = "CancelJobRun";
@@ -38,9 +39,12 @@ const _DMERe = "DeleteManagedEndpointResponse";
38
39
  const _DMERes = "DescribeManagedEndpointRequest";
39
40
  const _DMEResc = "DescribeManagedEndpointResponse";
40
41
  const _DMEe = "DescribeManagedEndpoint";
41
- const _DSC = "DescribeSecurityConfiguration";
42
- const _DSCR = "DescribeSecurityConfigurationRequest";
43
- const _DSCRe = "DescribeSecurityConfigurationResponse";
42
+ const _DSC = "DeleteSecurityConfiguration";
43
+ const _DSCR = "DeleteSecurityConfigurationRequest";
44
+ const _DSCRe = "DeleteSecurityConfigurationResponse";
45
+ const _DSCRes = "DescribeSecurityConfigurationRequest";
46
+ const _DSCResc = "DescribeSecurityConfigurationResponse";
47
+ const _DSCe = "DescribeSecurityConfiguration";
44
48
  const _DVC = "DeleteVirtualCluster";
45
49
  const _DVCR = "DeleteVirtualClusterRequest";
46
50
  const _DVCRe = "DeleteVirtualClusterResponse";
@@ -58,6 +62,8 @@ const _En = "Endpoints";
58
62
  const _GMESC = "GetManagedEndpointSessionCredentials";
59
63
  const _GMESCR = "GetManagedEndpointSessionCredentialsRequest";
60
64
  const _GMESCRe = "GetManagedEndpointSessionCredentialsResponse";
65
+ const _IAMC = "IAMConfiguration";
66
+ const _ICC = "IdentityCenterConfiguration";
61
67
  const _ISE = "InternalServerException";
62
68
  const _ITEC = "InTransitEncryptionConfiguration";
63
69
  const _JD = "JobDriver";
@@ -125,6 +131,7 @@ const _a = "arn";
125
131
  const _aAWSTRL = "allowAWSToRetainLogs";
126
132
  const _aC = "applicationConfiguration";
127
133
  const _aCu = "authorizationConfiguration";
134
+ const _aCut = "authenticationConfiguration";
128
135
  const _aPU = "authProxyUrl";
129
136
  const _aSTV = "authorizedSessionTagValue";
130
137
  const _c = "client";
@@ -158,6 +165,8 @@ const _eAEI = "eksAccessEntryIntegrated";
158
165
  const _eC = "encryptionConfiguration";
159
166
  const _eCn = "endpointCredentials";
160
167
  const _eI = "endpointIdentifier";
168
+ const _eIC = "enableIdentityCenter";
169
+ const _eICAARN = "emrIdentityCenterApplicationARN";
161
170
  const _eIk = "eksInfo";
162
171
  const _eKA = "encryptionKeyArn";
163
172
  const _eP = "entryPoint";
@@ -171,6 +180,10 @@ const _h = "http";
171
180
  const _hE = "httpError";
172
181
  const _hQ = "httpQuery";
173
182
  const _i = "id";
183
+ const _iC = "iamConfiguration";
184
+ const _iCAAR = "identityCenterApplicationAssignmentRequired";
185
+ const _iCC = "identityCenterConfiguration";
186
+ const _iCIARN = "identityCenterInstanceARN";
174
187
  const _iTEC = "inTransitEncryptionConfiguration";
175
188
  const _in = "info";
176
189
  const _jD = "jobDriver";
@@ -220,6 +233,7 @@ const _sI = "subnetIds";
220
233
  const _sITIM = "sessionIdleTimeoutInMinutes";
221
234
  const _sMC = "s3MonitoringConfiguration";
222
235
  const _sNI = "secureNamespaceInfo";
236
+ const _sR = "systemRole";
223
237
  const _sSJD = "sparkSubmitJobDriver";
224
238
  const _sSJDp = "sparkSqlJobDriver";
225
239
  const _sSP = "sparkSqlParameters";
@@ -286,7 +300,12 @@ var EntryPointPath = [0, n0, _EPP, 8, 0];
286
300
  var SparkSqlParameters = [0, n0, _SSP, 8, 0];
287
301
  var SparkSubmitParameters = [0, n0, _SSPp, 8, 0];
288
302
  var Token = [0, n0, _T, 8, 0];
289
- export var AuthorizationConfiguration$ = [3, n0, _AC,
303
+ export var AuthenticationConfiguration$ = [3, n0, _AC,
304
+ 0,
305
+ [_iCC, _iC],
306
+ [() => IdentityCenterConfiguration$, () => IAMConfiguration$]
307
+ ];
308
+ export var AuthorizationConfiguration$ = [3, n0, _ACu,
290
309
  0,
291
310
  [_lFC, _eC],
292
311
  [() => LakeFormationConfiguration$, () => EncryptionConfiguration$]
@@ -391,6 +410,16 @@ export var DeleteManagedEndpointResponse$ = [3, n0, _DMERe,
391
410
  [_i, _vCI],
392
411
  [0, 0]
393
412
  ];
413
+ export var DeleteSecurityConfigurationRequest$ = [3, n0, _DSCR,
414
+ 0,
415
+ [_i],
416
+ [[0, 1]], 1
417
+ ];
418
+ export var DeleteSecurityConfigurationResponse$ = [3, n0, _DSCRe,
419
+ 0,
420
+ [_i],
421
+ [0]
422
+ ];
394
423
  export var DeleteVirtualClusterRequest$ = [3, n0, _DVCR,
395
424
  0,
396
425
  [_i],
@@ -431,12 +460,12 @@ export var DescribeManagedEndpointResponse$ = [3, n0, _DMEResc,
431
460
  [_en],
432
461
  [[() => Endpoint$, 0]]
433
462
  ];
434
- export var DescribeSecurityConfigurationRequest$ = [3, n0, _DSCR,
463
+ export var DescribeSecurityConfigurationRequest$ = [3, n0, _DSCRes,
435
464
  0,
436
465
  [_i],
437
466
  [[0, 1]], 1
438
467
  ];
439
- export var DescribeSecurityConfigurationResponse$ = [3, n0, _DSCRe,
468
+ export var DescribeSecurityConfigurationResponse$ = [3, n0, _DSCResc,
440
469
  0,
441
470
  [_sC],
442
471
  [() => SecurityConfiguration$]
@@ -476,6 +505,16 @@ export var GetManagedEndpointSessionCredentialsResponse$ = [3, n0, _GMESCRe,
476
505
  [_i, _cr, _eCn, _eA],
477
506
  [0, [() => Credentials$, 0], [() => Credentials$, 0], 5]
478
507
  ];
508
+ export var IAMConfiguration$ = [3, n0, _IAMC,
509
+ 0,
510
+ [_sR],
511
+ [0]
512
+ ];
513
+ export var IdentityCenterConfiguration$ = [3, n0, _ICC,
514
+ 0,
515
+ [_eIC, _iCAAR, _iCIARN, _eICAARN],
516
+ [2, 2, 0, 0]
517
+ ];
479
518
  export var InTransitEncryptionConfiguration$ = [3, n0, _ITEC,
480
519
  0,
481
520
  [_tCC],
@@ -623,8 +662,8 @@ export var SecurityConfiguration$ = [3, n0, _SC,
623
662
  ];
624
663
  export var SecurityConfigurationData$ = [3, n0, _SCD,
625
664
  0,
626
- [_aCu],
627
- [() => AuthorizationConfiguration$]
665
+ [_aCu, _aCut],
666
+ [() => AuthorizationConfiguration$, () => AuthenticationConfiguration$]
628
667
  ];
629
668
  export var SparkSqlJobDriver$ = [3, n0, _SSJD,
630
669
  0,
@@ -752,6 +791,9 @@ export var DeleteJobTemplate$ = [9, n0, _DJT,
752
791
  export var DeleteManagedEndpoint$ = [9, n0, _DME,
753
792
  { [_h]: ["DELETE", "/virtualclusters/{virtualClusterId}/endpoints/{id}", 200] }, () => DeleteManagedEndpointRequest$, () => DeleteManagedEndpointResponse$
754
793
  ];
794
+ export var DeleteSecurityConfiguration$ = [9, n0, _DSC,
795
+ { [_h]: ["DELETE", "/securityconfigurations/{id}", 200] }, () => DeleteSecurityConfigurationRequest$, () => DeleteSecurityConfigurationResponse$
796
+ ];
755
797
  export var DeleteVirtualCluster$ = [9, n0, _DVC,
756
798
  { [_h]: ["DELETE", "/virtualclusters/{id}", 200] }, () => DeleteVirtualClusterRequest$, () => DeleteVirtualClusterResponse$
757
799
  ];
@@ -764,7 +806,7 @@ export var DescribeJobTemplate$ = [9, n0, _DJTe,
764
806
  export var DescribeManagedEndpoint$ = [9, n0, _DMEe,
765
807
  { [_h]: ["GET", "/virtualclusters/{virtualClusterId}/endpoints/{id}", 200] }, () => DescribeManagedEndpointRequest$, () => DescribeManagedEndpointResponse$
766
808
  ];
767
- export var DescribeSecurityConfiguration$ = [9, n0, _DSC,
809
+ export var DescribeSecurityConfiguration$ = [9, n0, _DSCe,
768
810
  { [_h]: ["GET", "/securityconfigurations/{id}", 200] }, () => DescribeSecurityConfigurationRequest$, () => DescribeSecurityConfigurationResponse$
769
811
  ];
770
812
  export var DescribeVirtualCluster$ = [9, n0, _DVCe,
@@ -6,6 +6,7 @@ import { type CreateSecurityConfigurationCommandInput, type CreateSecurityConfig
6
6
  import { type CreateVirtualClusterCommandInput, type CreateVirtualClusterCommandOutput } from "./commands/CreateVirtualClusterCommand";
7
7
  import { type DeleteJobTemplateCommandInput, type DeleteJobTemplateCommandOutput } from "./commands/DeleteJobTemplateCommand";
8
8
  import { type DeleteManagedEndpointCommandInput, type DeleteManagedEndpointCommandOutput } from "./commands/DeleteManagedEndpointCommand";
9
+ import { type DeleteSecurityConfigurationCommandInput, type DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
9
10
  import { type DeleteVirtualClusterCommandInput, type DeleteVirtualClusterCommandOutput } from "./commands/DeleteVirtualClusterCommand";
10
11
  import { type DescribeJobRunCommandInput, type DescribeJobRunCommandOutput } from "./commands/DescribeJobRunCommand";
11
12
  import { type DescribeJobTemplateCommandInput, type DescribeJobTemplateCommandOutput } from "./commands/DescribeJobTemplateCommand";
@@ -66,6 +67,12 @@ export interface EMRContainers {
66
67
  deleteManagedEndpoint(args: DeleteManagedEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteManagedEndpointCommandOutput>;
67
68
  deleteManagedEndpoint(args: DeleteManagedEndpointCommandInput, cb: (err: any, data?: DeleteManagedEndpointCommandOutput) => void): void;
68
69
  deleteManagedEndpoint(args: DeleteManagedEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteManagedEndpointCommandOutput) => void): void;
70
+ /**
71
+ * @see {@link DeleteSecurityConfigurationCommand}
72
+ */
73
+ deleteSecurityConfiguration(args: DeleteSecurityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSecurityConfigurationCommandOutput>;
74
+ deleteSecurityConfiguration(args: DeleteSecurityConfigurationCommandInput, cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void): void;
75
+ deleteSecurityConfiguration(args: DeleteSecurityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void): void;
69
76
  /**
70
77
  * @see {@link DeleteVirtualClusterCommand}
71
78
  */
@@ -13,6 +13,7 @@ import type { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurati
13
13
  import type { CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput } from "./commands/CreateVirtualClusterCommand";
14
14
  import type { DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput } from "./commands/DeleteJobTemplateCommand";
15
15
  import type { DeleteManagedEndpointCommandInput, DeleteManagedEndpointCommandOutput } from "./commands/DeleteManagedEndpointCommand";
16
+ import type { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
16
17
  import type { DeleteVirtualClusterCommandInput, DeleteVirtualClusterCommandOutput } from "./commands/DeleteVirtualClusterCommand";
17
18
  import type { DescribeJobRunCommandInput, DescribeJobRunCommandOutput } from "./commands/DescribeJobRunCommand";
18
19
  import type { DescribeJobTemplateCommandInput, DescribeJobTemplateCommandOutput } from "./commands/DescribeJobTemplateCommand";
@@ -35,11 +36,11 @@ export { __Client };
35
36
  /**
36
37
  * @public
37
38
  */
38
- export type ServiceInputTypes = CancelJobRunCommandInput | CreateJobTemplateCommandInput | CreateManagedEndpointCommandInput | CreateSecurityConfigurationCommandInput | CreateVirtualClusterCommandInput | DeleteJobTemplateCommandInput | DeleteManagedEndpointCommandInput | DeleteVirtualClusterCommandInput | DescribeJobRunCommandInput | DescribeJobTemplateCommandInput | DescribeManagedEndpointCommandInput | DescribeSecurityConfigurationCommandInput | DescribeVirtualClusterCommandInput | GetManagedEndpointSessionCredentialsCommandInput | ListJobRunsCommandInput | ListJobTemplatesCommandInput | ListManagedEndpointsCommandInput | ListSecurityConfigurationsCommandInput | ListTagsForResourceCommandInput | ListVirtualClustersCommandInput | StartJobRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
39
+ export type ServiceInputTypes = CancelJobRunCommandInput | CreateJobTemplateCommandInput | CreateManagedEndpointCommandInput | CreateSecurityConfigurationCommandInput | CreateVirtualClusterCommandInput | DeleteJobTemplateCommandInput | DeleteManagedEndpointCommandInput | DeleteSecurityConfigurationCommandInput | DeleteVirtualClusterCommandInput | DescribeJobRunCommandInput | DescribeJobTemplateCommandInput | DescribeManagedEndpointCommandInput | DescribeSecurityConfigurationCommandInput | DescribeVirtualClusterCommandInput | GetManagedEndpointSessionCredentialsCommandInput | ListJobRunsCommandInput | ListJobTemplatesCommandInput | ListManagedEndpointsCommandInput | ListSecurityConfigurationsCommandInput | ListTagsForResourceCommandInput | ListVirtualClustersCommandInput | StartJobRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
39
40
  /**
40
41
  * @public
41
42
  */
42
- export type ServiceOutputTypes = CancelJobRunCommandOutput | CreateJobTemplateCommandOutput | CreateManagedEndpointCommandOutput | CreateSecurityConfigurationCommandOutput | CreateVirtualClusterCommandOutput | DeleteJobTemplateCommandOutput | DeleteManagedEndpointCommandOutput | DeleteVirtualClusterCommandOutput | DescribeJobRunCommandOutput | DescribeJobTemplateCommandOutput | DescribeManagedEndpointCommandOutput | DescribeSecurityConfigurationCommandOutput | DescribeVirtualClusterCommandOutput | GetManagedEndpointSessionCredentialsCommandOutput | ListJobRunsCommandOutput | ListJobTemplatesCommandOutput | ListManagedEndpointsCommandOutput | ListSecurityConfigurationsCommandOutput | ListTagsForResourceCommandOutput | ListVirtualClustersCommandOutput | StartJobRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
43
+ export type ServiceOutputTypes = CancelJobRunCommandOutput | CreateJobTemplateCommandOutput | CreateManagedEndpointCommandOutput | CreateSecurityConfigurationCommandOutput | CreateVirtualClusterCommandOutput | DeleteJobTemplateCommandOutput | DeleteManagedEndpointCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteVirtualClusterCommandOutput | DescribeJobRunCommandOutput | DescribeJobTemplateCommandOutput | DescribeManagedEndpointCommandOutput | DescribeSecurityConfigurationCommandOutput | DescribeVirtualClusterCommandOutput | GetManagedEndpointSessionCredentialsCommandOutput | ListJobRunsCommandOutput | ListJobTemplatesCommandOutput | ListManagedEndpointsCommandOutput | ListSecurityConfigurationsCommandOutput | ListTagsForResourceCommandOutput | ListVirtualClustersCommandOutput | StartJobRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
43
44
  /**
44
45
  * @public
45
46
  */
@@ -69,6 +69,17 @@ declare const CreateSecurityConfigurationCommand_base: {
69
69
  * },
70
70
  * },
71
71
  * },
72
+ * authenticationConfiguration: { // AuthenticationConfiguration
73
+ * identityCenterConfiguration: { // IdentityCenterConfiguration
74
+ * enableIdentityCenter: true || false,
75
+ * identityCenterApplicationAssignmentRequired: true || false,
76
+ * identityCenterInstanceARN: "STRING_VALUE",
77
+ * emrIdentityCenterApplicationARN: "STRING_VALUE",
78
+ * },
79
+ * iamConfiguration: { // IAMConfiguration
80
+ * systemRole: "STRING_VALUE",
81
+ * },
82
+ * },
72
83
  * },
73
84
  * tags: { // TagMap
74
85
  * "<keys>": "STRING_VALUE",
@@ -0,0 +1,77 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { DeleteSecurityConfigurationRequest, DeleteSecurityConfigurationResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link DeleteSecurityConfigurationCommand}.
11
+ */
12
+ export interface DeleteSecurityConfigurationCommandInput extends DeleteSecurityConfigurationRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link DeleteSecurityConfigurationCommand}.
18
+ */
19
+ export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurityConfigurationResponse, __MetadataBearer {
20
+ }
21
+ declare const DeleteSecurityConfigurationCommand_base: {
22
+ new (input: DeleteSecurityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSecurityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Deletes a security configuration.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { EMRContainersClient, DeleteSecurityConfigurationCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
32
+ * // const { EMRContainersClient, DeleteSecurityConfigurationCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
33
+ * // import type { EMRContainersClientConfig } from "@aws-sdk/client-emr-containers";
34
+ * const config = {}; // type is EMRContainersClientConfig
35
+ * const client = new EMRContainersClient(config);
36
+ * const input = { // DeleteSecurityConfigurationRequest
37
+ * id: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new DeleteSecurityConfigurationCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // DeleteSecurityConfigurationResponse
42
+ * // id: "STRING_VALUE",
43
+ * // };
44
+ *
45
+ * ```
46
+ *
47
+ * @param DeleteSecurityConfigurationCommandInput - {@link DeleteSecurityConfigurationCommandInput}
48
+ * @returns {@link DeleteSecurityConfigurationCommandOutput}
49
+ * @see {@link DeleteSecurityConfigurationCommandInput} for command's `input` shape.
50
+ * @see {@link DeleteSecurityConfigurationCommandOutput} for command's `response` shape.
51
+ * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
52
+ *
53
+ * @throws {@link InternalServerException} (server fault)
54
+ * <p>This is an internal server exception.</p>
55
+ *
56
+ * @throws {@link ValidationException} (client fault)
57
+ * <p>There are invalid parameters in the client request.</p>
58
+ *
59
+ * @throws {@link EMRContainersServiceException}
60
+ * <p>Base exception class for all service exceptions from EMRContainers service.</p>
61
+ *
62
+ *
63
+ * @public
64
+ */
65
+ export declare class DeleteSecurityConfigurationCommand extends DeleteSecurityConfigurationCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: DeleteSecurityConfigurationRequest;
70
+ output: DeleteSecurityConfigurationResponse;
71
+ };
72
+ sdk: {
73
+ input: DeleteSecurityConfigurationCommandInput;
74
+ output: DeleteSecurityConfigurationCommandOutput;
75
+ };
76
+ };
77
+ }
@@ -69,6 +69,17 @@ declare const DescribeSecurityConfigurationCommand_base: {
69
69
  * // },
70
70
  * // },
71
71
  * // },
72
+ * // authenticationConfiguration: { // AuthenticationConfiguration
73
+ * // identityCenterConfiguration: { // IdentityCenterConfiguration
74
+ * // enableIdentityCenter: true || false,
75
+ * // identityCenterApplicationAssignmentRequired: true || false,
76
+ * // identityCenterInstanceARN: "STRING_VALUE",
77
+ * // emrIdentityCenterApplicationARN: "STRING_VALUE",
78
+ * // },
79
+ * // iamConfiguration: { // IAMConfiguration
80
+ * // systemRole: "STRING_VALUE",
81
+ * // },
82
+ * // },
72
83
  * // },
73
84
  * // tags: { // TagMap
74
85
  * // "<keys>": "STRING_VALUE",
@@ -73,6 +73,17 @@ declare const ListSecurityConfigurationsCommand_base: {
73
73
  * // },
74
74
  * // },
75
75
  * // },
76
+ * // authenticationConfiguration: { // AuthenticationConfiguration
77
+ * // identityCenterConfiguration: { // IdentityCenterConfiguration
78
+ * // enableIdentityCenter: true || false,
79
+ * // identityCenterApplicationAssignmentRequired: true || false,
80
+ * // identityCenterInstanceARN: "STRING_VALUE",
81
+ * // emrIdentityCenterApplicationARN: "STRING_VALUE",
82
+ * // },
83
+ * // iamConfiguration: { // IAMConfiguration
84
+ * // systemRole: "STRING_VALUE",
85
+ * // },
86
+ * // },
76
87
  * // },
77
88
  * // tags: { // TagMap
78
89
  * // "<keys>": "STRING_VALUE",
@@ -5,6 +5,7 @@ export * from "./CreateSecurityConfigurationCommand";
5
5
  export * from "./CreateVirtualClusterCommand";
6
6
  export * from "./DeleteJobTemplateCommand";
7
7
  export * from "./DeleteManagedEndpointCommand";
8
+ export * from "./DeleteSecurityConfigurationCommand";
8
9
  export * from "./DeleteVirtualClusterCommand";
9
10
  export * from "./DescribeJobRunCommand";
10
11
  export * from "./DescribeJobTemplateCommand";
@@ -1,4 +1,57 @@
1
1
  import type { AllowAWSToRetainLogs, CertificateProviderType, ContainerProviderType, EndpointState, FailureReason, JobRunState, PersistentAppUI, TemplateParameterDataType, VirtualClusterState } from "./enums";
2
+ /**
3
+ * <p>IAM configuration for the security configuration.</p>
4
+ * @public
5
+ */
6
+ export interface IAMConfiguration {
7
+ /**
8
+ * <p>The ARN of the system role used by the security configuration.</p>
9
+ * @public
10
+ */
11
+ systemRole?: string | undefined;
12
+ }
13
+ /**
14
+ * <p>Identity Center related configuration for the security configuration.</p>
15
+ * @public
16
+ */
17
+ export interface IdentityCenterConfiguration {
18
+ /**
19
+ * <p>Determines whether Identity Center is enabled for the security configuration.</p>
20
+ * @public
21
+ */
22
+ enableIdentityCenter?: boolean | undefined;
23
+ /**
24
+ * <p>Determines whether user assignment is required for the Identity Center application.</p>
25
+ * @public
26
+ */
27
+ identityCenterApplicationAssignmentRequired?: boolean | undefined;
28
+ /**
29
+ * <p>The ARN of the Identity Center instance.</p>
30
+ * @public
31
+ */
32
+ identityCenterInstanceARN?: string | undefined;
33
+ /**
34
+ * <p>The ARN of the EMR Identity Center application.</p>
35
+ * @public
36
+ */
37
+ emrIdentityCenterApplicationARN?: string | undefined;
38
+ }
39
+ /**
40
+ * <p>Authentication configuration for the security configuration.</p>
41
+ * @public
42
+ */
43
+ export interface AuthenticationConfiguration {
44
+ /**
45
+ * <p>Identity Center configuration for authentication in the security configuration.</p>
46
+ * @public
47
+ */
48
+ identityCenterConfiguration?: IdentityCenterConfiguration | undefined;
49
+ /**
50
+ * <p>IAM configuration for authentication in the security configuration.</p>
51
+ * @public
52
+ */
53
+ iamConfiguration?: IAMConfiguration | undefined;
54
+ }
2
55
  /**
3
56
  * <p>Configurations related to the TLS certificate for the security configuration.</p>
4
57
  * @public
@@ -483,6 +536,11 @@ export interface SecurityConfigurationData {
483
536
  * @public
484
537
  */
485
538
  authorizationConfiguration?: AuthorizationConfiguration | undefined;
539
+ /**
540
+ * <p>Authentication-related configuration input for the security configuration.</p>
541
+ * @public
542
+ */
543
+ authenticationConfiguration?: AuthenticationConfiguration | undefined;
486
544
  }
487
545
  /**
488
546
  * @public
@@ -639,6 +697,26 @@ export interface DeleteManagedEndpointResponse {
639
697
  */
640
698
  virtualClusterId?: string | undefined;
641
699
  }
700
+ /**
701
+ * @public
702
+ */
703
+ export interface DeleteSecurityConfigurationRequest {
704
+ /**
705
+ * <p>The ID of the security configuration to delete.</p>
706
+ * @public
707
+ */
708
+ id: string | undefined;
709
+ }
710
+ /**
711
+ * @public
712
+ */
713
+ export interface DeleteSecurityConfigurationResponse {
714
+ /**
715
+ * <p>The ID of the security configuration that was deleted.</p>
716
+ * @public
717
+ */
718
+ id?: string | undefined;
719
+ }
642
720
  /**
643
721
  * @public
644
722
  */
@@ -12,6 +12,7 @@ export declare var ValidationException$: StaticErrorSchema;
12
12
  *
13
13
  */
14
14
  export declare const errorTypeRegistries: TypeRegistry[];
15
+ export declare var AuthenticationConfiguration$: StaticStructureSchema;
15
16
  export declare var AuthorizationConfiguration$: StaticStructureSchema;
16
17
  export declare var CancelJobRunRequest$: StaticStructureSchema;
17
18
  export declare var CancelJobRunResponse$: StaticStructureSchema;
@@ -33,6 +34,8 @@ export declare var DeleteJobTemplateRequest$: StaticStructureSchema;
33
34
  export declare var DeleteJobTemplateResponse$: StaticStructureSchema;
34
35
  export declare var DeleteManagedEndpointRequest$: StaticStructureSchema;
35
36
  export declare var DeleteManagedEndpointResponse$: StaticStructureSchema;
37
+ export declare var DeleteSecurityConfigurationRequest$: StaticStructureSchema;
38
+ export declare var DeleteSecurityConfigurationResponse$: StaticStructureSchema;
36
39
  export declare var DeleteVirtualClusterRequest$: StaticStructureSchema;
37
40
  export declare var DeleteVirtualClusterResponse$: StaticStructureSchema;
38
41
  export declare var DescribeJobRunRequest$: StaticStructureSchema;
@@ -50,6 +53,8 @@ export declare var EncryptionConfiguration$: StaticStructureSchema;
50
53
  export declare var Endpoint$: StaticStructureSchema;
51
54
  export declare var GetManagedEndpointSessionCredentialsRequest$: StaticStructureSchema;
52
55
  export declare var GetManagedEndpointSessionCredentialsResponse$: StaticStructureSchema;
56
+ export declare var IAMConfiguration$: StaticStructureSchema;
57
+ export declare var IdentityCenterConfiguration$: StaticStructureSchema;
53
58
  export declare var InTransitEncryptionConfiguration$: StaticStructureSchema;
54
59
  export declare var JobDriver$: StaticStructureSchema;
55
60
  export declare var JobRun$: StaticStructureSchema;
@@ -100,6 +105,7 @@ export declare var CreateSecurityConfiguration$: StaticOperationSchema;
100
105
  export declare var CreateVirtualCluster$: StaticOperationSchema;
101
106
  export declare var DeleteJobTemplate$: StaticOperationSchema;
102
107
  export declare var DeleteManagedEndpoint$: StaticOperationSchema;
108
+ export declare var DeleteSecurityConfiguration$: StaticOperationSchema;
103
109
  export declare var DeleteVirtualCluster$: StaticOperationSchema;
104
110
  export declare var DescribeJobRun$: StaticOperationSchema;
105
111
  export declare var DescribeJobTemplate$: StaticOperationSchema;
@@ -31,6 +31,10 @@ import {
31
31
  DeleteManagedEndpointCommandInput,
32
32
  DeleteManagedEndpointCommandOutput,
33
33
  } from "./commands/DeleteManagedEndpointCommand";
34
+ import {
35
+ DeleteSecurityConfigurationCommandInput,
36
+ DeleteSecurityConfigurationCommandOutput,
37
+ } from "./commands/DeleteSecurityConfigurationCommand";
34
38
  import {
35
39
  DeleteVirtualClusterCommandInput,
36
40
  DeleteVirtualClusterCommandOutput,
@@ -179,6 +183,19 @@ export interface EMRContainers {
179
183
  options: __HttpHandlerOptions,
180
184
  cb: (err: any, data?: DeleteManagedEndpointCommandOutput) => void,
181
185
  ): void;
186
+ deleteSecurityConfiguration(
187
+ args: DeleteSecurityConfigurationCommandInput,
188
+ options?: __HttpHandlerOptions,
189
+ ): Promise<DeleteSecurityConfigurationCommandOutput>;
190
+ deleteSecurityConfiguration(
191
+ args: DeleteSecurityConfigurationCommandInput,
192
+ cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void,
193
+ ): void;
194
+ deleteSecurityConfiguration(
195
+ args: DeleteSecurityConfigurationCommandInput,
196
+ options: __HttpHandlerOptions,
197
+ cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void,
198
+ ): void;
182
199
  deleteVirtualCluster(
183
200
  args: DeleteVirtualClusterCommandInput,
184
201
  options?: __HttpHandlerOptions,
@@ -61,6 +61,10 @@ import {
61
61
  DeleteManagedEndpointCommandInput,
62
62
  DeleteManagedEndpointCommandOutput,
63
63
  } from "./commands/DeleteManagedEndpointCommand";
64
+ import {
65
+ DeleteSecurityConfigurationCommandInput,
66
+ DeleteSecurityConfigurationCommandOutput,
67
+ } from "./commands/DeleteSecurityConfigurationCommand";
64
68
  import {
65
69
  DeleteVirtualClusterCommandInput,
66
70
  DeleteVirtualClusterCommandOutput,
@@ -131,6 +135,7 @@ export type ServiceInputTypes =
131
135
  | CreateVirtualClusterCommandInput
132
136
  | DeleteJobTemplateCommandInput
133
137
  | DeleteManagedEndpointCommandInput
138
+ | DeleteSecurityConfigurationCommandInput
134
139
  | DeleteVirtualClusterCommandInput
135
140
  | DescribeJobRunCommandInput
136
141
  | DescribeJobTemplateCommandInput
@@ -155,6 +160,7 @@ export type ServiceOutputTypes =
155
160
  | CreateVirtualClusterCommandOutput
156
161
  | DeleteJobTemplateCommandOutput
157
162
  | DeleteManagedEndpointCommandOutput
163
+ | DeleteSecurityConfigurationCommandOutput
158
164
  | DeleteVirtualClusterCommandOutput
159
165
  | DescribeJobRunCommandOutput
160
166
  | DescribeJobTemplateCommandOutput
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DeleteSecurityConfigurationRequest,
4
+ DeleteSecurityConfigurationResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface DeleteSecurityConfigurationCommandInput extends DeleteSecurityConfigurationRequest {}
8
+ export interface DeleteSecurityConfigurationCommandOutput
9
+ extends DeleteSecurityConfigurationResponse, __MetadataBearer {}
10
+ declare const DeleteSecurityConfigurationCommand_base: {
11
+ new (
12
+ input: DeleteSecurityConfigurationCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DeleteSecurityConfigurationCommandInput,
15
+ DeleteSecurityConfigurationCommandOutput,
16
+ import("..").EMRContainersClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: DeleteSecurityConfigurationCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DeleteSecurityConfigurationCommandInput,
24
+ DeleteSecurityConfigurationCommandOutput,
25
+ import("..").EMRContainersClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DeleteSecurityConfigurationCommand extends DeleteSecurityConfigurationCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DeleteSecurityConfigurationRequest;
35
+ output: DeleteSecurityConfigurationResponse;
36
+ };
37
+ sdk: {
38
+ input: DeleteSecurityConfigurationCommandInput;
39
+ output: DeleteSecurityConfigurationCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -5,6 +5,7 @@ export * from "./CreateSecurityConfigurationCommand";
5
5
  export * from "./CreateVirtualClusterCommand";
6
6
  export * from "./DeleteJobTemplateCommand";
7
7
  export * from "./DeleteManagedEndpointCommand";
8
+ export * from "./DeleteSecurityConfigurationCommand";
8
9
  export * from "./DeleteVirtualClusterCommand";
9
10
  export * from "./DescribeJobRunCommand";
10
11
  export * from "./DescribeJobTemplateCommand";
@@ -9,6 +9,19 @@ import {
9
9
  TemplateParameterDataType,
10
10
  VirtualClusterState,
11
11
  } from "./enums";
12
+ export interface IAMConfiguration {
13
+ systemRole?: string | undefined;
14
+ }
15
+ export interface IdentityCenterConfiguration {
16
+ enableIdentityCenter?: boolean | undefined;
17
+ identityCenterApplicationAssignmentRequired?: boolean | undefined;
18
+ identityCenterInstanceARN?: string | undefined;
19
+ emrIdentityCenterApplicationARN?: string | undefined;
20
+ }
21
+ export interface AuthenticationConfiguration {
22
+ identityCenterConfiguration?: IdentityCenterConfiguration | undefined;
23
+ iamConfiguration?: IAMConfiguration | undefined;
24
+ }
12
25
  export interface TLSCertificateConfiguration {
13
26
  certificateProviderType?: CertificateProviderType | undefined;
14
27
  publicCertificateSecretArn?: string | undefined;
@@ -131,6 +144,7 @@ export interface ContainerProvider {
131
144
  }
132
145
  export interface SecurityConfigurationData {
133
146
  authorizationConfiguration?: AuthorizationConfiguration | undefined;
147
+ authenticationConfiguration?: AuthenticationConfiguration | undefined;
134
148
  }
135
149
  export interface CreateSecurityConfigurationRequest {
136
150
  clientToken?: string | undefined;
@@ -171,6 +185,12 @@ export interface DeleteManagedEndpointResponse {
171
185
  id?: string | undefined;
172
186
  virtualClusterId?: string | undefined;
173
187
  }
188
+ export interface DeleteSecurityConfigurationRequest {
189
+ id: string | undefined;
190
+ }
191
+ export interface DeleteSecurityConfigurationResponse {
192
+ id?: string | undefined;
193
+ }
174
194
  export interface DeleteVirtualClusterRequest {
175
195
  id: string | undefined;
176
196
  }
@@ -12,6 +12,7 @@ export declare var RequestThrottledException$: StaticErrorSchema;
12
12
  export declare var ResourceNotFoundException$: StaticErrorSchema;
13
13
  export declare var ValidationException$: StaticErrorSchema;
14
14
  export declare const errorTypeRegistries: TypeRegistry[];
15
+ export declare var AuthenticationConfiguration$: StaticStructureSchema;
15
16
  export declare var AuthorizationConfiguration$: StaticStructureSchema;
16
17
  export declare var CancelJobRunRequest$: StaticStructureSchema;
17
18
  export declare var CancelJobRunResponse$: StaticStructureSchema;
@@ -33,6 +34,8 @@ export declare var DeleteJobTemplateRequest$: StaticStructureSchema;
33
34
  export declare var DeleteJobTemplateResponse$: StaticStructureSchema;
34
35
  export declare var DeleteManagedEndpointRequest$: StaticStructureSchema;
35
36
  export declare var DeleteManagedEndpointResponse$: StaticStructureSchema;
37
+ export declare var DeleteSecurityConfigurationRequest$: StaticStructureSchema;
38
+ export declare var DeleteSecurityConfigurationResponse$: StaticStructureSchema;
36
39
  export declare var DeleteVirtualClusterRequest$: StaticStructureSchema;
37
40
  export declare var DeleteVirtualClusterResponse$: StaticStructureSchema;
38
41
  export declare var DescribeJobRunRequest$: StaticStructureSchema;
@@ -50,6 +53,8 @@ export declare var EncryptionConfiguration$: StaticStructureSchema;
50
53
  export declare var Endpoint$: StaticStructureSchema;
51
54
  export declare var GetManagedEndpointSessionCredentialsRequest$: StaticStructureSchema;
52
55
  export declare var GetManagedEndpointSessionCredentialsResponse$: StaticStructureSchema;
56
+ export declare var IAMConfiguration$: StaticStructureSchema;
57
+ export declare var IdentityCenterConfiguration$: StaticStructureSchema;
53
58
  export declare var InTransitEncryptionConfiguration$: StaticStructureSchema;
54
59
  export declare var JobDriver$: StaticStructureSchema;
55
60
  export declare var JobRun$: StaticStructureSchema;
@@ -100,6 +105,7 @@ export declare var CreateSecurityConfiguration$: StaticOperationSchema;
100
105
  export declare var CreateVirtualCluster$: StaticOperationSchema;
101
106
  export declare var DeleteJobTemplate$: StaticOperationSchema;
102
107
  export declare var DeleteManagedEndpoint$: StaticOperationSchema;
108
+ export declare var DeleteSecurityConfiguration$: StaticOperationSchema;
103
109
  export declare var DeleteVirtualCluster$: StaticOperationSchema;
104
110
  export declare var DescribeJobRun$: StaticOperationSchema;
105
111
  export declare var DescribeJobTemplate$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr-containers",
3
- "version": "3.1091.0",
3
+ "version": "3.1093.0",
4
4
  "description": "AWS SDK for JavaScript Emr Containers Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-emr-containers",
6
6
  "license": "Apache-2.0",
@@ -46,8 +46,8 @@
46
46
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/core": "^3.975.3",
50
- "@aws-sdk/credential-provider-node": "^3.972.70",
49
+ "@aws-sdk/core": "^3.976.0",
50
+ "@aws-sdk/credential-provider-node": "^3.972.71",
51
51
  "@aws-sdk/types": "^3.974.2",
52
52
  "@smithy/core": "^3.29.4",
53
53
  "@smithy/fetch-http-handler": "^5.6.6",