Skip to content

Commit 4d6dee7

Browse files
Added nodeLabel support in container provider to aid hardware isolation support for virtual cluster and security configuration.
1 parent e7c921c commit 4d6dee7

File tree

10 files changed

+138
-113
lines changed

10 files changed

+138
-113
lines changed

generator/ServiceModels/emr-containers/emr-containers-2020-10-01.api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@
550550
"idempotencyToken":true
551551
},
552552
"name":{"shape":"ResourceNameString"},
553+
"containerProvider":{"shape":"ContainerProvider"},
553554
"securityConfigurationData":{"shape":"SecurityConfigurationData"},
554555
"tags":{"shape":"TagMap"}
555556
}
@@ -777,7 +778,8 @@
777778
"EksInfo":{
778779
"type":"structure",
779780
"members":{
780-
"namespace":{"shape":"KubernetesNamespace"}
781+
"namespace":{"shape":"KubernetesNamespace"},
782+
"nodeLabel":{"shape":"ResourceNameString"}
781783
}
782784
},
783785
"EncryptionConfiguration":{
@@ -1633,8 +1635,7 @@
16331635
},
16341636
"TagResourceResponse":{
16351637
"type":"structure",
1636-
"members":{
1637-
}
1638+
"members":{}
16381639
},
16391640
"TemplateParameter":{
16401641
"type":"string",
@@ -1701,8 +1702,7 @@
17011702
},
17021703
"UntagResourceResponse":{
17031704
"type":"structure",
1704-
"members":{
1705-
}
1705+
"members":{}
17061706
},
17071707
"UriString":{
17081708
"type":"string",

0 commit comments

Comments
 (0)