Skip to content

Commit cc08418

Browse files
authored
fix: add latest model (#4783)
1 parent 33114b6 commit cc08418

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

ml_ops/sm-datazone_import/resources/datazone-linkedtypes-2018-05-10.normal.json

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,25 @@
5656
"idempotent":true,
5757
"internalonly":true
5858
},
59+
"CreateEnvironmentAction":{
60+
"name":"CreateEnvironmentAction",
61+
"http":{
62+
"method":"POST",
63+
"requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions",
64+
"responseCode":201
65+
},
66+
"input":{"shape":"CreateEnvironmentActionInput"},
67+
"output":{"shape":"CreateEnvironmentActionOutput"},
68+
"errors":[
69+
{"shape":"InternalServerException"},
70+
{"shape":"ResourceNotFoundException"},
71+
{"shape":"AccessDeniedException"},
72+
{"shape":"ThrottlingException"},
73+
{"shape":"ConflictException"},
74+
{"shape":"ValidationException"},
75+
{"shape":"UnauthorizedException"}
76+
]
77+
},
5978
"GetEnvironmentActionLink":{
6079
"name":"GetEnvironmentActionLink",
6180
"http":{
@@ -110,6 +129,17 @@
110129
},
111130
"exception":true
112131
},
132+
"ActionParameters":{
133+
"type":"structure",
134+
"members":{
135+
"awsConsoleLink":{"shape":"AwsConsoleLinkParameters"},
136+
"sageMaker":{
137+
"shape":"SageMakerParameters",
138+
"internalonly":true
139+
}
140+
},
141+
"union":true
142+
},
113143
"AuthorizedPrincipal":{
114144
"type":"structure",
115145
"members":{
@@ -124,6 +154,12 @@
124154
"DATAZONE_USER_PROFILE"
125155
]
126156
},
157+
"AwsConsoleLinkParameters":{
158+
"type":"structure",
159+
"members":{
160+
"uri":{"shape":"EnvironmentActionURI"}
161+
}
162+
},
127163
"BatchDeleteLinkedTypesErrors":{
128164
"type":"list",
129165
"member":{"shape":"LinkedTypeError"}
@@ -238,6 +274,48 @@
238274
"CUSTOM"
239275
]
240276
},
277+
"CreateEnvironmentActionInput":{
278+
"type":"structure",
279+
"required":[
280+
"domainIdentifier",
281+
"environmentIdentifier",
282+
"name",
283+
"parameters"
284+
],
285+
"members":{
286+
"domainIdentifier":{
287+
"shape":"DomainId",
288+
"location":"uri",
289+
"locationName":"domainIdentifier"
290+
},
291+
"environmentIdentifier":{
292+
"shape":"EnvironmentId",
293+
"location":"uri",
294+
"locationName":"environmentIdentifier"
295+
},
296+
"name":{"shape":"String"},
297+
"parameters":{"shape":"ActionParameters"},
298+
"description":{"shape":"String"}
299+
}
300+
},
301+
"CreateEnvironmentActionOutput":{
302+
"type":"structure",
303+
"required":[
304+
"domainId",
305+
"environmentId",
306+
"id",
307+
"name",
308+
"parameters"
309+
],
310+
"members":{
311+
"domainId":{"shape":"DomainId"},
312+
"environmentId":{"shape":"EnvironmentId"},
313+
"id":{"shape":"EnvironmentActionId"},
314+
"name":{"shape":"String"},
315+
"parameters":{"shape":"ActionParameters"},
316+
"description":{"shape":"String"}
317+
}
318+
},
241319
"DomainId":{
242320
"type":"string",
243321
"pattern":"dzd[_][a-zA-Z0-9_-]{1,36}"
@@ -248,6 +326,15 @@
248326
"max":43200,
249327
"min":900
250328
},
329+
"EnvironmentActionId":{
330+
"type":"string",
331+
"pattern":"[a-zA-Z0-9_-]{1,36}"
332+
},
333+
"EnvironmentActionURI":{
334+
"type":"string",
335+
"max":2048,
336+
"min":1
337+
},
251338
"EnvironmentId":{
252339
"type":"string",
253340
"pattern":"[a-zA-Z0-9_-]{1,36}"
@@ -456,6 +543,11 @@
456543
},
457544
"exception":true
458545
},
546+
"SageMakerParameters":{
547+
"type":"structure",
548+
"members":{
549+
}
550+
},
459551
"ServiceQuotaExceededException":{
460552
"type":"structure",
461553
"required":["message"],

0 commit comments

Comments
 (0)