Skip to content

Commit 3b6624d

Browse files
feat(vmmigration): update the api
#### vmmigration:v1 The following keys were added: - schemas.AccessKeyCredentials.properties.sessionToken.type (Total Keys: 1)
1 parent d9e35f8 commit 3b6624d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/dyn/vmmigration_v1.projects.locations.sources.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ <h3>Method Details</h3>
136136
&quot;accessKeyCreds&quot;: { # Message describing AWS Credentials using access key id and secret. # AWS Credentials using access key id and secret.
137137
&quot;accessKeyId&quot;: &quot;A String&quot;, # AWS access key ID.
138138
&quot;secretAccessKey&quot;: &quot;A String&quot;, # Input only. AWS secret access key.
139+
&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.
139140
},
140141
&quot;awsRegion&quot;: &quot;A String&quot;, # Immutable. The AWS region that the source VMs will be migrated from.
141142
&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.
@@ -349,6 +350,7 @@ <h3>Method Details</h3>
349350
&quot;accessKeyCreds&quot;: { # Message describing AWS Credentials using access key id and secret. # AWS Credentials using access key id and secret.
350351
&quot;accessKeyId&quot;: &quot;A String&quot;, # AWS access key ID.
351352
&quot;secretAccessKey&quot;: &quot;A String&quot;, # Input only. AWS secret access key.
353+
&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.
352354
},
353355
&quot;awsRegion&quot;: &quot;A String&quot;, # Immutable. The AWS region that the source VMs will be migrated from.
354356
&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.
@@ -417,6 +419,7 @@ <h3>Method Details</h3>
417419
&quot;accessKeyCreds&quot;: { # Message describing AWS Credentials using access key id and secret. # AWS Credentials using access key id and secret.
418420
&quot;accessKeyId&quot;: &quot;A String&quot;, # AWS access key ID.
419421
&quot;secretAccessKey&quot;: &quot;A String&quot;, # Input only. AWS secret access key.
422+
&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.
420423
},
421424
&quot;awsRegion&quot;: &quot;A String&quot;, # Immutable. The AWS region that the source VMs will be migrated from.
422425
&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.
@@ -492,6 +495,7 @@ <h3>Method Details</h3>
492495
&quot;accessKeyCreds&quot;: { # Message describing AWS Credentials using access key id and secret. # AWS Credentials using access key id and secret.
493496
&quot;accessKeyId&quot;: &quot;A String&quot;, # AWS access key ID.
494497
&quot;secretAccessKey&quot;: &quot;A String&quot;, # Input only. AWS secret access key.
498+
&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.
495499
},
496500
&quot;awsRegion&quot;: &quot;A String&quot;, # Immutable. The AWS region that the source VMs will be migrated from.
497501
&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.

googleapiclient/discovery_cache/documents/vmmigration.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@
19721972
}
19731973
}
19741974
},
1975-
"revision": "20230316",
1975+
"revision": "20230323",
19761976
"rootUrl": "https://vmmigration.googleapis.com/",
19771977
"schemas": {
19781978
"AccessKeyCredentials": {
@@ -1986,6 +1986,10 @@
19861986
"secretAccessKey": {
19871987
"description": "Input only. AWS secret access key.",
19881988
"type": "string"
1989+
},
1990+
"sessionToken": {
1991+
"description": "Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials.",
1992+
"type": "string"
19891993
}
19901994
},
19911995
"type": "object"

0 commit comments

Comments
 (0)