aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/aws/aws-sdk-go/service/sts/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/aws/aws-sdk-go/service/sts/api.go')
-rw-r--r--vendor/github.com/aws/aws-sdk-go/service/sts/api.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/github.com/aws/aws-sdk-go/service/sts/api.go b/vendor/github.com/aws/aws-sdk-go/service/sts/api.go
index 2de6528..e5c105f 100644
--- a/vendor/github.com/aws/aws-sdk-go/service/sts/api.go
+++ b/vendor/github.com/aws/aws-sdk-go/service/sts/api.go
@@ -1085,7 +1085,7 @@ type AssumeRoleInput struct {
1085 // 1085 //
1086 // The regex used to validated this parameter is a string of characters consisting 1086 // The regex used to validated this parameter is a string of characters consisting
1087 // of upper- and lower-case alphanumeric characters with no spaces. You can 1087 // of upper- and lower-case alphanumeric characters with no spaces. You can
1088 // also include underscores or any of the following characters: =,.@:\/- 1088 // also include underscores or any of the following characters: =,.@:/-
1089 ExternalId *string `min:"2" type:"string"` 1089 ExternalId *string `min:"2" type:"string"`
1090 1090
1091 // An IAM policy in JSON format. 1091 // An IAM policy in JSON format.
@@ -2269,9 +2269,9 @@ type GetSessionTokenInput struct {
2269 // You can find the device for an IAM user by going to the AWS Management Console 2269 // You can find the device for an IAM user by going to the AWS Management Console
2270 // and viewing the user's security credentials. 2270 // and viewing the user's security credentials.
2271 // 2271 //
2272 // The regex used to validate this parameter is a string of characters consisting 2272 // The regex used to validated this parameter is a string of characters consisting
2273 // of upper- and lower-case alphanumeric characters with no spaces. You can 2273 // of upper- and lower-case alphanumeric characters with no spaces. You can
2274 // also include underscores or any of the following characters: =,.@- 2274 // also include underscores or any of the following characters: =,.@:/-
2275 SerialNumber *string `min:"9" type:"string"` 2275 SerialNumber *string `min:"9" type:"string"`
2276 2276
2277 // The value provided by the MFA device, if MFA is required. If any policy requires 2277 // The value provided by the MFA device, if MFA is required. If any policy requires