Skip to content

Commit 12534b9

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 99ec11d commit 12534b9

File tree

11 files changed

+401
-12
lines changed

11 files changed

+401
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::CognitoIdentityProvider - Updated the API, and documentation for Amazon Cognito Identity Provider.
5+
6+
* Feature - Aws::MediaConvert - Updated the API, and documentation for AWS Elemental MediaConvert.
7+
8+
* Feature - Aws::MediaLive - Updated the API, and documentation for AWS Elemental MediaLive.
9+
10+
* Feature - Aws::WorkMail - Updated the API, and documentation for Amazon WorkMail.
11+
412
2.11.267 (2019-05-02)
513
------------------
614

aws-sdk-core/apis/cognito-idp/2016-04-18/api-2.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,24 @@
415415
{"shape":"InternalErrorException"}
416416
]
417417
},
418+
"AdminSetUserPassword":{
419+
"name":"AdminSetUserPassword",
420+
"http":{
421+
"method":"POST",
422+
"requestUri":"/"
423+
},
424+
"input":{"shape":"AdminSetUserPasswordRequest"},
425+
"output":{"shape":"AdminSetUserPasswordResponse"},
426+
"errors":[
427+
{"shape":"ResourceNotFoundException"},
428+
{"shape":"NotAuthorizedException"},
429+
{"shape":"UserNotFoundException"},
430+
{"shape":"InternalErrorException"},
431+
{"shape":"TooManyRequestsException"},
432+
{"shape":"InvalidParameterException"},
433+
{"shape":"InvalidPasswordException"}
434+
]
435+
},
418436
"AdminSetUserSettings":{
419437
"name":"AdminSetUserSettings",
420438
"http":{
@@ -2297,6 +2315,25 @@
22972315
"members":{
22982316
}
22992317
},
2318+
"AdminSetUserPasswordRequest":{
2319+
"type":"structure",
2320+
"required":[
2321+
"UserPoolId",
2322+
"Username",
2323+
"Password"
2324+
],
2325+
"members":{
2326+
"UserPoolId":{"shape":"UserPoolIdType"},
2327+
"Username":{"shape":"UsernameType"},
2328+
"Password":{"shape":"PasswordType"},
2329+
"Permanent":{"shape":"BooleanType"}
2330+
}
2331+
},
2332+
"AdminSetUserPasswordResponse":{
2333+
"type":"structure",
2334+
"members":{
2335+
}
2336+
},
23002337
"AdminSetUserSettingsRequest":{
23012338
"type":"structure",
23022339
"required":[
@@ -4130,7 +4167,8 @@
41304167
"RequireUppercase":{"shape":"BooleanType"},
41314168
"RequireLowercase":{"shape":"BooleanType"},
41324169
"RequireNumbers":{"shape":"BooleanType"},
4133-
"RequireSymbols":{"shape":"BooleanType"}
4170+
"RequireSymbols":{"shape":"BooleanType"},
4171+
"TemporaryPasswordValidityDays":{"shape":"TemporaryPasswordValidityDaysType"}
41344172
}
41354173
},
41364174
"PasswordResetRequiredException":{
@@ -4692,6 +4730,11 @@
46924730
"max":256,
46934731
"min":0
46944732
},
4733+
"TemporaryPasswordValidityDaysType":{
4734+
"type":"integer",
4735+
"max":365,
4736+
"min":0
4737+
},
46954738
"TokenModelType":{
46964739
"type":"string",
46974740
"pattern":"[A-Za-z0-9-_=.]+",

aws-sdk-core/apis/cognito-idp/2016-04-18/docs-2.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"AdminResetUserPassword": "<p>Resets the specified user's password in a user pool as an administrator. Works on any user.</p> <p>When a developer calls this API, the current password is invalidated, so it must be changed. If a user tries to sign in after the API is called, the app will get a PasswordResetRequiredException exception back and should direct the user down the flow to reset the password, which is the same as the forgot password flow. In addition, if the user pool has phone verification selected and a verified phone number exists for the user, or if email verification is selected and a verified email exists for the user, calling this API will also result in sending a message to the end user with the code to change their password.</p> <p>Requires developer credentials.</p>",
2424
"AdminRespondToAuthChallenge": "<p>Responds to an authentication challenge, as an administrator.</p> <p>Requires developer credentials.</p>",
2525
"AdminSetUserMFAPreference": "<p>Sets the user's multi-factor authentication (MFA) preference.</p>",
26+
"AdminSetUserPassword": null,
2627
"AdminSetUserSettings": "<p>Sets all the user settings for a specified user name. Works on any user.</p> <p>Requires developer credentials.</p>",
2728
"AdminUpdateAuthEventFeedback": "<p>Provides feedback for an authentication event as to whether it was from a valid user. This feedback is used for improving the risk evaluation decision for the user pool as part of Amazon Cognito advanced security.</p>",
2829
"AdminUpdateDeviceStatus": "<p>Updates the device status as an administrator.</p> <p>Requires developer credentials.</p>",
@@ -346,6 +347,16 @@
346347
"refs": {
347348
}
348349
},
350+
"AdminSetUserPasswordRequest": {
351+
"base": null,
352+
"refs": {
353+
}
354+
},
355+
"AdminSetUserPasswordResponse": {
356+
"base": null,
357+
"refs": {
358+
}
359+
},
349360
"AdminSetUserSettingsRequest": {
350361
"base": "<p>Represents the request to set user settings as an administrator.</p>",
351362
"refs": {
@@ -593,6 +604,7 @@
593604
"refs": {
594605
"AdminCreateUserConfigType$AllowAdminCreateUserOnly": "<p>Set to <code>True</code> if only the administrator is allowed to create user profiles. Set to <code>False</code> if users can sign themselves up via an app.</p>",
595606
"AdminGetUserResponse$Enabled": "<p>Indicates that the status is enabled.</p>",
607+
"AdminSetUserPasswordRequest$Permanent": null,
596608
"AnalyticsConfigurationType$UserDataShared": "<p>If <code>UserDataShared</code> is <code>true</code>, Amazon Cognito will include user data in the events it publishes to Amazon Pinpoint analytics.</p>",
597609
"ConfirmDeviceResponse$UserConfirmationNecessary": "<p>Indicates whether the user confirmation is necessary to confirm the device response.</p>",
598610
"CreateUserPoolClientRequest$AllowedOAuthFlowsUserPoolClient": "<p>Set to <code>True</code> if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.</p>",
@@ -1975,6 +1987,7 @@
19751987
"base": null,
19761988
"refs": {
19771989
"AdminCreateUserRequest$TemporaryPassword": "<p>The user's temporary password. This password must conform to the password policy that you specified when you created the user pool.</p> <p>The temporary password is valid only once. To complete the Admin Create User flow, the user must enter the temporary password in the sign-in page along with a new password to be used in all future sign-ins.</p> <p>This parameter is not required. If you do not specify a value, Amazon Cognito generates one for you.</p> <p>The temporary password can only be used until the user account expiration limit that you specified when you created the user pool. To reset the account after that time limit, you must call <code>AdminCreateUser</code> again, specifying <code>\"RESEND\"</code> for the <code>MessageAction</code> parameter.</p>",
1990+
"AdminSetUserPasswordRequest$Password": null,
19781991
"ChangePasswordRequest$PreviousPassword": "<p>The old password.</p>",
19791992
"ChangePasswordRequest$ProposedPassword": "<p>The new password.</p>",
19801993
"ConfirmForgotPasswordRequest$Password": "<p>The password sent by a user's request to retrieve a forgotten password.</p>",
@@ -2540,6 +2553,12 @@
25402553
"UserPoolTagsType$value": null
25412554
}
25422555
},
2556+
"TemporaryPasswordValidityDaysType": {
2557+
"base": null,
2558+
"refs": {
2559+
"PasswordPolicyType$TemporaryPasswordValidityDays": null
2560+
}
2561+
},
25432562
"TokenModelType": {
25442563
"base": null,
25452564
"refs": {
@@ -2842,6 +2861,7 @@
28422861
"AdminResetUserPasswordRequest$UserPoolId": "<p>The user pool ID for the user pool where you want to reset the user's password.</p>",
28432862
"AdminRespondToAuthChallengeRequest$UserPoolId": "<p>The ID of the Amazon Cognito user pool.</p>",
28442863
"AdminSetUserMFAPreferenceRequest$UserPoolId": "<p>The user pool ID.</p>",
2864+
"AdminSetUserPasswordRequest$UserPoolId": null,
28452865
"AdminSetUserSettingsRequest$UserPoolId": "<p>The user pool ID for the user pool where you want to set the user's settings, such as MFA options.</p>",
28462866
"AdminUpdateAuthEventFeedbackRequest$UserPoolId": "<p>The user pool ID.</p>",
28472867
"AdminUpdateDeviceStatusRequest$UserPoolId": "<p>The user pool ID.</p>",
@@ -3017,6 +3037,7 @@
30173037
"AdminRemoveUserFromGroupRequest$Username": "<p>The username for the user.</p>",
30183038
"AdminResetUserPasswordRequest$Username": "<p>The user name of the user whose password you wish to reset.</p>",
30193039
"AdminSetUserMFAPreferenceRequest$Username": "<p>The user pool username or alias.</p>",
3040+
"AdminSetUserPasswordRequest$Username": null,
30203041
"AdminSetUserSettingsRequest$Username": "<p>The user name of the user for whom you wish to set user settings.</p>",
30213042
"AdminUpdateAuthEventFeedbackRequest$Username": "<p>The user pool username.</p>",
30223043
"AdminUpdateDeviceStatusRequest$Username": "<p>The user name.</p>",

aws-sdk-core/apis/mediaconvert/2017-08-29/api-2.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,6 +2169,10 @@
21692169
"DashIsoEncryptionSettings": {
21702170
"type": "structure",
21712171
"members": {
2172+
"PlaybackDeviceCompatibility": {
2173+
"shape": "DashIsoPlaybackDeviceCompatibility",
2174+
"locationName": "playbackDeviceCompatibility"
2175+
},
21722176
"SpekeKeyProvider": {
21732177
"shape": "SpekeKeyProvider",
21742178
"locationName": "spekeKeyProvider"
@@ -2227,6 +2231,13 @@
22272231
"NONE"
22282232
]
22292233
},
2234+
"DashIsoPlaybackDeviceCompatibility": {
2235+
"type": "string",
2236+
"enum": [
2237+
"CENC_V1",
2238+
"UNENCRYPTED_SEI"
2239+
]
2240+
},
22302241
"DashIsoSegmentControl": {
22312242
"type": "string",
22322243
"enum": [

aws-sdk-core/apis/mediaconvert/2017-08-29/docs-2.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,19 @@
114114
}
115115
},
116116
"AccelerationMode": {
117-
"base": "Acceleration configuration for the job.",
117+
"base": "Enable Acceleration (AccelerationMode) on any job that you want processed with accelerated transcoding.",
118118
"refs": {
119119
"AccelerationSettings$Mode": "Acceleration configuration for the job."
120120
}
121121
},
122122
"AccelerationSettings": {
123-
"base": "Accelerated transcoding is currently in private preview. Contact AWS for more information.",
123+
"base": "Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.",
124124
"refs": {
125-
"CreateJobRequest$AccelerationSettings": "This is a beta feature. If you are interested in using this feature, please contact AWS customer support.",
126-
"CreateJobTemplateRequest$AccelerationSettings": "This is a beta feature. If you are interested in using this feature please contact AWS customer support.",
127-
"Job$AccelerationSettings": "Accelerated transcoding is currently in private preview. Contact AWS for more information.",
125+
"CreateJobRequest$AccelerationSettings": "Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.",
126+
"CreateJobTemplateRequest$AccelerationSettings": "Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.",
127+
"Job$AccelerationSettings": "Accelerated transcoding can significantly speed up jobs with long, visually complex content.",
128128
"JobTemplate$AccelerationSettings": "Accelerated transcoding is currently in private preview. Contact AWS for more information.",
129-
"UpdateJobTemplateRequest$AccelerationSettings": "This is a beta feature. If you are interested in using this feature, please contact AWS customer support."
129+
"UpdateJobTemplateRequest$AccelerationSettings": "Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide."
130130
}
131131
},
132132
"AfdSignaling": {
@@ -148,9 +148,9 @@
148148
}
149149
},
150150
"AntiAlias": {
151-
"base": "The anti-alias filter is automatically applied to all outputs. The service no longer accepts the value DISABLED for AntiAlias. If you specify that in your job, the service will ignore the setting.",
151+
"base": "The service automatically applies the anti-alias filter to all outputs. The service no longer accepts the value DISABLED for AntiAlias. If you specify that in your job, the service will ignore the setting.",
152152
"refs": {
153-
"VideoDescription$AntiAlias": "The anti-alias filter is automatically applied to all outputs. The service no longer accepts the value DISABLED for AntiAlias. If you specify that in your job, the service will ignore the setting."
153+
"VideoDescription$AntiAlias": "The service automatically applies the anti-alias filter to all outputs. The service no longer accepts the value DISABLED for AntiAlias. If you specify that in your job, the service will ignore the setting."
154154
}
155155
},
156156
"AssociateCertificateRequest": {
@@ -558,6 +558,12 @@
558558
"DashIsoGroupSettings$HbbtvCompliance": "Supports HbbTV specification as indicated"
559559
}
560560
},
561+
"DashIsoPlaybackDeviceCompatibility": {
562+
"base": "This setting can improve the compatibility of your output with video players on obsolete devices. It applies only to DASH H.264 outputs with DRM encryption. Choose Unencrypted SEI (UNENCRYPTED_SEI) only to correct problems with playback on older devices. Otherwise, keep the default setting CENC v1 (CENC_V1). If you choose Unencrypted SEI, for that output, the service will exclude the access unit delimiter and will leave the SEI NAL units unencrypted.",
563+
"refs": {
564+
"DashIsoEncryptionSettings$PlaybackDeviceCompatibility": "This setting can improve the compatibility of your output with video players on obsolete devices. It applies only to DASH H.264 outputs with DRM encryption. Choose Unencrypted SEI (UNENCRYPTED_SEI) only to correct problems with playback on older devices. Otherwise, keep the default setting CENC v1 (CENC_V1). If you choose Unencrypted SEI, for that output, the service will exclude the access unit delimiter and will leave the SEI NAL units unencrypted."
565+
}
566+
},
561567
"DashIsoSegmentControl": {
562568
"base": "When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the Fragment Length and Segment Length. When set to SEGMENTED_FILES, separate segment files will be created.",
563569
"refs": {

0 commit comments

Comments
 (0)