From 3b6624dc9095a6a51fb6343358b9a0dbc9502a55 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 4 Apr 2023 07:08:49 +0000 Subject: [PATCH] feat(vmmigration): update the api #### vmmigration:v1 The following keys were added: - schemas.AccessKeyCredentials.properties.sessionToken.type (Total Keys: 1) --- docs/dyn/vmmigration_v1.projects.locations.sources.html | 4 ++++ .../discovery_cache/documents/vmmigration.v1.json | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/dyn/vmmigration_v1.projects.locations.sources.html b/docs/dyn/vmmigration_v1.projects.locations.sources.html index 5ecc971b968..0b8a1c6a3db 100644 --- a/docs/dyn/vmmigration_v1.projects.locations.sources.html +++ b/docs/dyn/vmmigration_v1.projects.locations.sources.html @@ -136,6 +136,7 @@

Method Details

"accessKeyCreds": { # Message describing AWS Credentials using access key id and secret. # AWS Credentials using access key id and secret. "accessKeyId": "A String", # AWS access key ID. "secretAccessKey": "A String", # Input only. AWS secret access key. + "sessionToken": "A String", # Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials. }, "awsRegion": "A String", # Immutable. The AWS region that the source VMs will be migrated from. "error": { # 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. @@ -349,6 +350,7 @@

Method Details

"accessKeyCreds": { # Message describing AWS Credentials using access key id and secret. # AWS Credentials using access key id and secret. "accessKeyId": "A String", # AWS access key ID. "secretAccessKey": "A String", # Input only. AWS secret access key. + "sessionToken": "A String", # Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials. }, "awsRegion": "A String", # Immutable. The AWS region that the source VMs will be migrated from. "error": { # 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. @@ -417,6 +419,7 @@

Method Details

"accessKeyCreds": { # Message describing AWS Credentials using access key id and secret. # AWS Credentials using access key id and secret. "accessKeyId": "A String", # AWS access key ID. "secretAccessKey": "A String", # Input only. AWS secret access key. + "sessionToken": "A String", # Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials. }, "awsRegion": "A String", # Immutable. The AWS region that the source VMs will be migrated from. "error": { # 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. @@ -492,6 +495,7 @@

Method Details

"accessKeyCreds": { # Message describing AWS Credentials using access key id and secret. # AWS Credentials using access key id and secret. "accessKeyId": "A String", # AWS access key ID. "secretAccessKey": "A String", # Input only. AWS secret access key. + "sessionToken": "A String", # Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials. }, "awsRegion": "A String", # Immutable. The AWS region that the source VMs will be migrated from. "error": { # 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. diff --git a/googleapiclient/discovery_cache/documents/vmmigration.v1.json b/googleapiclient/discovery_cache/documents/vmmigration.v1.json index 2644d1ef84a..8210bfa5705 100644 --- a/googleapiclient/discovery_cache/documents/vmmigration.v1.json +++ b/googleapiclient/discovery_cache/documents/vmmigration.v1.json @@ -1972,7 +1972,7 @@ } } }, - "revision": "20230316", + "revision": "20230323", "rootUrl": "https://vmmigration.googleapis.com/", "schemas": { "AccessKeyCredentials": { @@ -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"