Skip to content

Commit

Permalink
feat(vmmigration): update the api
Browse files Browse the repository at this point in the history
#### vmmigration:v1

The following keys were added:
- schemas.AccessKeyCredentials.properties.sessionToken.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Apr 4, 2023
1 parent d9e35f8 commit 3b6624d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/dyn/vmmigration_v1.projects.locations.sources.html
Expand Up @@ -136,6 +136,7 @@ <h3>Method Details</h3>
&quot;accessKeyCreds&quot;: { # Message describing AWS Credentials using access key id and secret. # AWS Credentials using access key id and secret.
&quot;accessKeyId&quot;: &quot;A String&quot;, # AWS access key ID.
&quot;secretAccessKey&quot;: &quot;A String&quot;, # Input only. AWS secret access key.
&quot;sessionToken&quot;: &quot;A String&quot;, # Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials.
},
&quot;awsRegion&quot;: &quot;A String&quot;, # Immutable. The AWS region that the source VMs will be migrated from.
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details on the state of the Source in case of an error.
Expand Down Expand Up @@ -349,6 +350,7 @@ <h3>Method Details</h3>
&quot;accessKeyCreds&quot;: { # Message describing AWS Credentials using access key id and secret. # AWS Credentials using access key id and secret.
&quot;accessKeyId&quot;: &quot;A String&quot;, # AWS access key ID.
&quot;secretAccessKey&quot;: &quot;A String&quot;, # Input only. AWS secret access key.
&quot;sessionToken&quot;: &quot;A String&quot;, # Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials.
},
&quot;awsRegion&quot;: &quot;A String&quot;, # Immutable. The AWS region that the source VMs will be migrated from.
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details on the state of the Source in case of an error.
Expand Down Expand Up @@ -417,6 +419,7 @@ <h3>Method Details</h3>
&quot;accessKeyCreds&quot;: { # Message describing AWS Credentials using access key id and secret. # AWS Credentials using access key id and secret.
&quot;accessKeyId&quot;: &quot;A String&quot;, # AWS access key ID.
&quot;secretAccessKey&quot;: &quot;A String&quot;, # Input only. AWS secret access key.
&quot;sessionToken&quot;: &quot;A String&quot;, # Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials.
},
&quot;awsRegion&quot;: &quot;A String&quot;, # Immutable. The AWS region that the source VMs will be migrated from.
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details on the state of the Source in case of an error.
Expand Down Expand Up @@ -492,6 +495,7 @@ <h3>Method Details</h3>
&quot;accessKeyCreds&quot;: { # Message describing AWS Credentials using access key id and secret. # AWS Credentials using access key id and secret.
&quot;accessKeyId&quot;: &quot;A String&quot;, # AWS access key ID.
&quot;secretAccessKey&quot;: &quot;A String&quot;, # Input only. AWS secret access key.
&quot;sessionToken&quot;: &quot;A String&quot;, # Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials.
},
&quot;awsRegion&quot;: &quot;A String&quot;, # Immutable. The AWS region that the source VMs will be migrated from.
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details on the state of the Source in case of an error.
Expand Down
Expand Up @@ -1972,7 +1972,7 @@
}
}
},
"revision": "20230316",
"revision": "20230323",
"rootUrl": "https://vmmigration.googleapis.com/",
"schemas": {
"AccessKeyCredentials": {
Expand All @@ -1986,6 +1986,10 @@
"secretAccessKey": {
"description": "Input only. AWS secret access key.",
"type": "string"
},
"sessionToken": {
"description": "Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials.",
"type": "string"
}
},
"type": "object"
Expand Down

0 comments on commit 3b6624d

Please sign in to comment.