Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed May 3, 2019
1 parent f0e3e52 commit b026f3d
Show file tree
Hide file tree
Showing 25 changed files with 442 additions and 22 deletions.
22 changes: 22 additions & 0 deletions .changes/3.93.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "api-change",
"category": "MediaConvert",
"description": "DASH output groups using DRM encryption can now enable a playback device compatibility mode to correct problems with playback on older devices. "
},
{
"type": "api-change",
"category": "WorkMail",
"description": "Amazon WorkMail is releasing two new actions: 'GetMailboxDetails' and 'UpdateMailboxQuota'. They add insight into how much space is used by a given mailbox (size) and what its limit is (quota). A mailbox quota can be updated, but lowering the value will not influence WorkMail per user charges. For a closer look at the actions please visit https:\/\/docs.aws.amazon.com\/workmail\/latest\/APIReference\/API_Operations.html"
},
{
"type": "api-change",
"category": "CognitoIdentityProvider",
"description": "This release of Amazon Cognito User Pools introduces the new AdminSetUserPassword API that allows administrators of a user pool to change a user's password. The new password can be temporary or permanent."
},
{
"type": "api-change",
"category": "MediaLive",
"description": "You can now switch the channel mode of your channels from standard to single pipeline and from single pipeline to standard. In order to switch a channel from single pipeline to standard all inputs attached to the channel must support two encoder pipelines."
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## next release

* `Aws\CognitoIdentityProvider` - This release of Amazon Cognito User Pools introduces the new AdminSetUserPassword API that allows administrators of a user pool to change a user's password. The new password can be temporary or permanent.
* `Aws\MediaConvert` - DASH output groups using DRM encryption can now enable a playback device compatibility mode to correct problems with playback on older devices.
* `Aws\MediaLive` - You can now switch the channel mode of your channels from standard to single pipeline and from single pipeline to standard. In order to switch a channel from single pipeline to standard all inputs attached to the channel must support two encoder pipelines.
* `Aws\WorkMail` - Amazon WorkMail is releasing two new actions: 'GetMailboxDetails' and 'UpdateMailboxQuota'. They add insight into how much space is used by a given mailbox (size) and what its limit is (quota). A mailbox quota can be updated, but lowering the value will not influence WorkMail per user charges. For a closer look at the actions please visit https://docs.aws.amazon.com/workmail/latest/APIReference/API_Operations.html

## 3.93.2 - 2019-05-02

* `Aws\AlexaForBusiness` - This release allows developers and customers to send text and audio announcements to rooms.
Expand Down
2 changes: 2 additions & 0 deletions src/CognitoIdentityProvider/CognitoIdentityProviderClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
* @method \GuzzleHttp\Promise\Promise adminRespondToAuthChallengeAsync(array $args = [])
* @method \Aws\Result adminSetUserMFAPreference(array $args = [])
* @method \GuzzleHttp\Promise\Promise adminSetUserMFAPreferenceAsync(array $args = [])
* @method \Aws\Result adminSetUserPassword(array $args = [])
* @method \GuzzleHttp\Promise\Promise adminSetUserPasswordAsync(array $args = [])
* @method \Aws\Result adminSetUserSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise adminSetUserSettingsAsync(array $args = [])
* @method \Aws\Result adminUpdateAuthEventFeedback(array $args = [])
Expand Down
4 changes: 4 additions & 0 deletions src/MediaLive/MediaLiveClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* @method \GuzzleHttp\Promise\Promise deleteInputSecurityGroupAsync(array $args = [])
* @method \Aws\Result deleteReservation(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteReservationAsync(array $args = [])
* @method \Aws\Result deleteSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteScheduleAsync(array $args = [])
* @method \Aws\Result deleteTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
* @method \Aws\Result describeChannel(array $args = [])
Expand Down Expand Up @@ -57,6 +59,8 @@
* @method \GuzzleHttp\Promise\Promise stopChannelAsync(array $args = [])
* @method \Aws\Result updateChannel(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
* @method \Aws\Result updateChannelClass(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateChannelClassAsync(array $args = [])
* @method \Aws\Result updateInput(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateInputAsync(array $args = [])
* @method \Aws\Result updateInputSecurityGroup(array $args = [])
Expand Down
4 changes: 4 additions & 0 deletions src/WorkMail/WorkMailClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
* @method \GuzzleHttp\Promise\Promise disassociateDelegateFromResourceAsync(array $args = [])
* @method \Aws\Result disassociateMemberFromGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateMemberFromGroupAsync(array $args = [])
* @method \Aws\Result getMailboxDetails(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMailboxDetailsAsync(array $args = [])
* @method \Aws\Result listAliases(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAliasesAsync(array $args = [])
* @method \Aws\Result listGroupMembers(array $args = [])
Expand All @@ -63,6 +65,8 @@
* @method \GuzzleHttp\Promise\Promise registerToWorkMailAsync(array $args = [])
* @method \Aws\Result resetPassword(array $args = [])
* @method \GuzzleHttp\Promise\Promise resetPasswordAsync(array $args = [])
* @method \Aws\Result updateMailboxQuota(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateMailboxQuotaAsync(array $args = [])
* @method \Aws\Result updatePrimaryEmailAddress(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePrimaryEmailAddressAsync(array $args = [])
* @method \Aws\Result updateResource(array $args = [])
Expand Down
45 changes: 44 additions & 1 deletion src/data/cognito-idp/2016-04-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,24 @@
{"shape":"InternalErrorException"}
]
},
"AdminSetUserPassword":{
"name":"AdminSetUserPassword",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AdminSetUserPasswordRequest"},
"output":{"shape":"AdminSetUserPasswordResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"NotAuthorizedException"},
{"shape":"UserNotFoundException"},
{"shape":"InternalErrorException"},
{"shape":"TooManyRequestsException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidPasswordException"}
]
},
"AdminSetUserSettings":{
"name":"AdminSetUserSettings",
"http":{
Expand Down Expand Up @@ -2297,6 +2315,25 @@
"members":{
}
},
"AdminSetUserPasswordRequest":{
"type":"structure",
"required":[
"UserPoolId",
"Username",
"Password"
],
"members":{
"UserPoolId":{"shape":"UserPoolIdType"},
"Username":{"shape":"UsernameType"},
"Password":{"shape":"PasswordType"},
"Permanent":{"shape":"BooleanType"}
}
},
"AdminSetUserPasswordResponse":{
"type":"structure",
"members":{
}
},
"AdminSetUserSettingsRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -4130,7 +4167,8 @@
"RequireUppercase":{"shape":"BooleanType"},
"RequireLowercase":{"shape":"BooleanType"},
"RequireNumbers":{"shape":"BooleanType"},
"RequireSymbols":{"shape":"BooleanType"}
"RequireSymbols":{"shape":"BooleanType"},
"TemporaryPasswordValidityDays":{"shape":"TemporaryPasswordValidityDaysType"}
}
},
"PasswordResetRequiredException":{
Expand Down Expand Up @@ -4692,6 +4730,11 @@
"max":256,
"min":0
},
"TemporaryPasswordValidityDaysType":{
"type":"integer",
"max":365,
"min":0
},
"TokenModelType":{
"type":"string",
"pattern":"[A-Za-z0-9-_=.]+",
Expand Down
2 changes: 1 addition & 1 deletion src/data/cognito-idp/2016-04-18/api-2.json.php

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions src/data/cognito-idp/2016-04-18/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"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>",
"AdminRespondToAuthChallenge": "<p>Responds to an authentication challenge, as an administrator.</p> <p>Requires developer credentials.</p>",
"AdminSetUserMFAPreference": "<p>Sets the user's multi-factor authentication (MFA) preference.</p>",
"AdminSetUserPassword": null,
"AdminSetUserSettings": "<p>Sets all the user settings for a specified user name. Works on any user.</p> <p>Requires developer credentials.</p>",
"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>",
"AdminUpdateDeviceStatus": "<p>Updates the device status as an administrator.</p> <p>Requires developer credentials.</p>",
Expand Down Expand Up @@ -346,6 +347,16 @@
"refs": {
}
},
"AdminSetUserPasswordRequest": {
"base": null,
"refs": {
}
},
"AdminSetUserPasswordResponse": {
"base": null,
"refs": {
}
},
"AdminSetUserSettingsRequest": {
"base": "<p>Represents the request to set user settings as an administrator.</p>",
"refs": {
Expand Down Expand Up @@ -593,6 +604,7 @@
"refs": {
"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>",
"AdminGetUserResponse$Enabled": "<p>Indicates that the status is enabled.</p>",
"AdminSetUserPasswordRequest$Permanent": null,
"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>",
"ConfirmDeviceResponse$UserConfirmationNecessary": "<p>Indicates whether the user confirmation is necessary to confirm the device response.</p>",
"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>",
Expand Down Expand Up @@ -1975,6 +1987,7 @@
"base": null,
"refs": {
"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>",
"AdminSetUserPasswordRequest$Password": null,
"ChangePasswordRequest$PreviousPassword": "<p>The old password.</p>",
"ChangePasswordRequest$ProposedPassword": "<p>The new password.</p>",
"ConfirmForgotPasswordRequest$Password": "<p>The password sent by a user's request to retrieve a forgotten password.</p>",
Expand Down Expand Up @@ -2540,6 +2553,12 @@
"UserPoolTagsType$value": null
}
},
"TemporaryPasswordValidityDaysType": {
"base": null,
"refs": {
"PasswordPolicyType$TemporaryPasswordValidityDays": null
}
},
"TokenModelType": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2842,6 +2861,7 @@
"AdminResetUserPasswordRequest$UserPoolId": "<p>The user pool ID for the user pool where you want to reset the user's password.</p>",
"AdminRespondToAuthChallengeRequest$UserPoolId": "<p>The ID of the Amazon Cognito user pool.</p>",
"AdminSetUserMFAPreferenceRequest$UserPoolId": "<p>The user pool ID.</p>",
"AdminSetUserPasswordRequest$UserPoolId": null,
"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>",
"AdminUpdateAuthEventFeedbackRequest$UserPoolId": "<p>The user pool ID.</p>",
"AdminUpdateDeviceStatusRequest$UserPoolId": "<p>The user pool ID.</p>",
Expand Down Expand Up @@ -3017,6 +3037,7 @@
"AdminRemoveUserFromGroupRequest$Username": "<p>The username for the user.</p>",
"AdminResetUserPasswordRequest$Username": "<p>The user name of the user whose password you wish to reset.</p>",
"AdminSetUserMFAPreferenceRequest$Username": "<p>The user pool username or alias.</p>",
"AdminSetUserPasswordRequest$Username": null,
"AdminSetUserSettingsRequest$Username": "<p>The user name of the user for whom you wish to set user settings.</p>",
"AdminUpdateAuthEventFeedbackRequest$Username": "<p>The user pool username.</p>",
"AdminUpdateDeviceStatusRequest$Username": "<p>The user name.</p>",
Expand Down
2 changes: 1 addition & 1 deletion src/data/cognito-idp/2016-04-18/docs-2.json.php

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,18 @@
"us-west-2" : { }
}
},
"data.mediastore" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-west-2" : { }
}
},
"datapipeline" : {
"endpoints" : {
"ap-northeast-1" : { },
Expand Down Expand Up @@ -1739,6 +1751,7 @@
"ap-northeast-2" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-west-2" : { }
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions src/data/mediaconvert/2017-08-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2169,6 +2169,10 @@
"DashIsoEncryptionSettings": {
"type": "structure",
"members": {
"PlaybackDeviceCompatibility": {
"shape": "DashIsoPlaybackDeviceCompatibility",
"locationName": "playbackDeviceCompatibility"
},
"SpekeKeyProvider": {
"shape": "SpekeKeyProvider",
"locationName": "spekeKeyProvider"
Expand Down Expand Up @@ -2227,6 +2231,13 @@
"NONE"
]
},
"DashIsoPlaybackDeviceCompatibility": {
"type": "string",
"enum": [
"CENC_V1",
"UNENCRYPTED_SEI"
]
},
"DashIsoSegmentControl": {
"type": "string",
"enum": [
Expand Down
2 changes: 1 addition & 1 deletion src/data/mediaconvert/2017-08-29/api-2.json.php

Large diffs are not rendered by default.

22 changes: 14 additions & 8 deletions src/data/mediaconvert/2017-08-29/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,19 @@
}
},
"AccelerationMode": {
"base": "Acceleration configuration for the job.",
"base": "Enable Acceleration (AccelerationMode) on any job that you want processed with accelerated transcoding.",
"refs": {
"AccelerationSettings$Mode": "Acceleration configuration for the job."
}
},
"AccelerationSettings": {
"base": "Accelerated transcoding is currently in private preview. Contact AWS for more information.",
"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.",
"refs": {
"CreateJobRequest$AccelerationSettings": "This is a beta feature. If you are interested in using this feature, please contact AWS customer support.",
"CreateJobTemplateRequest$AccelerationSettings": "This is a beta feature. If you are interested in using this feature please contact AWS customer support.",
"Job$AccelerationSettings": "Accelerated transcoding is currently in private preview. Contact AWS for more information.",
"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.",
"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.",
"Job$AccelerationSettings": "Accelerated transcoding can significantly speed up jobs with long, visually complex content.",
"JobTemplate$AccelerationSettings": "Accelerated transcoding is currently in private preview. Contact AWS for more information.",
"UpdateJobTemplateRequest$AccelerationSettings": "This is a beta feature. If you are interested in using this feature, please contact AWS customer support."
"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."
}
},
"AfdSignaling": {
Expand All @@ -148,9 +148,9 @@
}
},
"AntiAlias": {
"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.",
"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.",
"refs": {
"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."
"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."
}
},
"AssociateCertificateRequest": {
Expand Down Expand Up @@ -558,6 +558,12 @@
"DashIsoGroupSettings$HbbtvCompliance": "Supports HbbTV specification as indicated"
}
},
"DashIsoPlaybackDeviceCompatibility": {
"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.",
"refs": {
"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."
}
},
"DashIsoSegmentControl": {
"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.",
"refs": {
Expand Down
Loading

0 comments on commit b026f3d

Please sign in to comment.