Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpsertClusterDtoV1 ¶
type UpsertClusterDtoV1 struct {
Type cluster_enums.Type
Region region_enums.Type
Name string
ClusterArn string
EcsTaskExecutionRoleArn string
}
type UpsertClustersArgsV1 ¶
type UpsertClustersArgsV1 struct {
types.AuthArgsV1
Clusters []UpsertClusterDtoV1
}
type UpsertClustersArgsV2 ¶
type UpsertClustersArgsV2 struct {
types.AuthArgsV2
Clusters []UpsertClusterDtoV1
}
type UpsertClustersReplyV1 ¶
type UpsertClustersReplyV1 struct {
Done bool
}
Click to show internal directories.
Click to hide internal directories.