+
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions awacs/a4b.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def __init__(self, resource='', region='', account=''):
AssociateSkillGroupWithRoom = Action('AssociateSkillGroupWithRoom')
AssociateSkillWithSkillGroup = Action('AssociateSkillWithSkillGroup')
AssociateSkillWithUsers = Action('AssociateSkillWithUsers')
CompleteRegistration = Action('CompleteRegistration')
CreateAddressBook = Action('CreateAddressBook')
CreateBusinessReportSchedule = Action('CreateBusinessReportSchedule')
CreateConferenceProvider = Action('CreateConferenceProvider')
Expand Down Expand Up @@ -62,6 +63,7 @@ def __init__(self, resource='', region='', account=''):
GetConferenceProvider = Action('GetConferenceProvider')
GetContact = Action('GetContact')
GetDevice = Action('GetDevice')
GetNetworkProfile = Action('GetNetworkProfile')
GetProfile = Action('GetProfile')
GetRoom = Action('GetRoom')
GetRoomSkillParameter = Action('GetRoomSkillParameter')
Expand All @@ -76,15 +78,18 @@ def __init__(self, resource='', region='', account=''):
ListSmartHomeAppliances = Action('ListSmartHomeAppliances')
ListTags = Action('ListTags')
PutConferencePreference = Action('PutConferencePreference')
PutDeviceSetupEvents = Action('PutDeviceSetupEvents')
PutRoomSkillParameter = Action('PutRoomSkillParameter')
PutSkillAuthorization = Action('PutSkillAuthorization')
RegisterAVSDevice = Action('RegisterAVSDevice')
RegisterDevice = Action('RegisterDevice')
RejectSkill = Action('RejectSkill')
ResolveRoom = Action('ResolveRoom')
RevokeInvitation = Action('RevokeInvitation')
SearchAddressBooks = Action('SearchAddressBooks')
SearchContacts = Action('SearchContacts')
SearchDevices = Action('SearchDevices')
SearchNetworkProfiles = Action('SearchNetworkProfiles')
SearchProfiles = Action('SearchProfiles')
SearchRooms = Action('SearchRooms')
SearchSkillGroups = Action('SearchSkillGroups')
Expand Down
6 changes: 6 additions & 0 deletions awacs/ce.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,11 @@ def __init__(self, resource='', region='', account=''):
Action('GetReservationPurchaseRecommendation')
GetReservationUtilization = Action('GetReservationUtilization')
GetRightsizingRecommendation = Action('GetRightsizingRecommendation')
GetSavingsPlansCoverage = Action('GetSavingsPlansCoverage')
GetSavingsPlansPurchaseRecommendation = \
Action('GetSavingsPlansPurchaseRecommendation')
GetSavingsPlansUtilization = Action('GetSavingsPlansUtilization')
GetSavingsPlansUtilizationDetails = \
Action('GetSavingsPlansUtilizationDetails')
GetTags = Action('GetTags')
GetUsageForecast = Action('GetUsageForecast')
21 changes: 21 additions & 0 deletions awacs/chime.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def __init__(self, resource='', region='', account=''):
AssociatePhoneNumberWithUser = Action('AssociatePhoneNumberWithUser')
AssociatePhoneNumbersWithVoiceConnector = \
Action('AssociatePhoneNumbersWithVoiceConnector')
AssociatePhoneNumbersWithVoiceConnectorGroup = \
Action('AssociatePhoneNumbersWithVoiceConnectorGroup')
AuthorizeDirectory = Action('AuthorizeDirectory')
BatchDeletePhoneNumber = Action('BatchDeletePhoneNumber')
BatchSuspendUser = Action('BatchSuspendUser')
Expand All @@ -44,6 +46,7 @@ def __init__(self, resource='', region='', account=''):
CreateCDRBucket = Action('CreateCDRBucket')
CreatePhoneNumberOrder = Action('CreatePhoneNumberOrder')
CreateVoiceConnector = Action('CreateVoiceConnector')
CreateVoiceConnectorGroup = Action('CreateVoiceConnectorGroup')
DeleteAccount = Action('DeleteAccount')
DeleteAccountOpenIdConfig = Action('DeleteAccountOpenIdConfig')
DeleteApiKey = Action('DeleteApiKey')
Expand All @@ -54,8 +57,11 @@ def __init__(self, resource='', region='', account=''):
DeleteGroups = Action('DeleteGroups')
DeletePhoneNumber = Action('DeletePhoneNumber')
DeleteVoiceConnector = Action('DeleteVoiceConnector')
DeleteVoiceConnectorGroup = Action('DeleteVoiceConnectorGroup')
DeleteVoiceConnectorOrigination = \
Action('DeleteVoiceConnectorOrigination')
DeleteVoiceConnectorStreamingConfiguration = \
Action('DeleteVoiceConnectorStreamingConfiguration')
DeleteVoiceConnectorTermination = \
Action('DeleteVoiceConnectorTermination')
DeleteVoiceConnectorTerminationCredentials = \
Expand All @@ -64,6 +70,8 @@ def __init__(self, resource='', region='', account=''):
Action('DisassociatePhoneNumberFromUser')
DisassociatePhoneNumbersFromVoiceConnector = \
Action('DisassociatePhoneNumbersFromVoiceConnector')
DisassociatePhoneNumbersFromVoiceConnectorGroup = \
Action('DisassociatePhoneNumbersFromVoiceConnectorGroup')
DisconnectDirectory = Action('DisconnectDirectory')
GetAccount = Action('GetAccount')
GetAccountResource = Action('GetAccountResource')
Expand All @@ -77,13 +85,19 @@ def __init__(self, resource='', region='', account=''):
GetMeetingDetail = Action('GetMeetingDetail')
GetPhoneNumber = Action('GetPhoneNumber')
GetPhoneNumberOrder = Action('GetPhoneNumberOrder')
GetPhoneNumberSettings = Action('GetPhoneNumberSettings')
GetTelephonyLimits = Action('GetTelephonyLimits')
GetUser = Action('GetUser')
GetUserActivityReportData = Action('GetUserActivityReportData')
GetUserByEmail = Action('GetUserByEmail')
GetUserSettings = Action('GetUserSettings')
GetVoiceConnector = Action('GetVoiceConnector')
GetVoiceConnectorGroup = Action('GetVoiceConnectorGroup')
GetVoiceConnectorLoggingConfiguration = \
Action('GetVoiceConnectorLoggingConfiguration')
GetVoiceConnectorOrigination = Action('GetVoiceConnectorOrigination')
GetVoiceConnectorStreamingConfiguration = \
Action('GetVoiceConnectorStreamingConfiguration')
GetVoiceConnectorTermination = Action('GetVoiceConnectorTermination')
GetVoiceConnectorTerminationHealth = \
Action('GetVoiceConnectorTerminationHealth')
Expand All @@ -104,12 +118,17 @@ def __init__(self, resource='', region='', account=''):
ListPhoneNumberOrders = Action('ListPhoneNumberOrders')
ListPhoneNumbers = Action('ListPhoneNumbers')
ListUsers = Action('ListUsers')
ListVoiceConnectorGroups = Action('ListVoiceConnectorGroups')
ListVoiceConnectorTerminationCredentials = \
Action('ListVoiceConnectorTerminationCredentials')
ListVoiceConnectors = Action('ListVoiceConnectors')
LogoutUser = Action('LogoutUser')
PutEventsConfiguration = Action('PutEventsConfiguration')
PutVoiceConnectorLoggingConfiguration = \
Action('PutVoiceConnectorLoggingConfiguration')
PutVoiceConnectorOrigination = Action('PutVoiceConnectorOrigination')
PutVoiceConnectorStreamingConfiguration = \
Action('PutVoiceConnectorStreamingConfiguration')
PutVoiceConnectorTermination = Action('PutVoiceConnectorTermination')
PutVoiceConnectorTerminationCredentials = \
Action('PutVoiceConnectorTerminationCredentials')
Expand All @@ -135,10 +154,12 @@ def __init__(self, resource='', region='', account=''):
UpdateCDRSettings = Action('UpdateCDRSettings')
UpdateGlobalSettings = Action('UpdateGlobalSettings')
UpdatePhoneNumber = Action('UpdatePhoneNumber')
UpdatePhoneNumberSettings = Action('UpdatePhoneNumberSettings')
UpdateSupportedLicenses = Action('UpdateSupportedLicenses')
UpdateUser = Action('UpdateUser')
UpdateUserLicenses = Action('UpdateUserLicenses')
UpdateUserSettings = Action('UpdateUserSettings')
UpdateVoiceConnector = Action('UpdateVoiceConnector')
UpdateVoiceConnectorGroup = Action('UpdateVoiceConnectorGroup')
ValidateAccountResource = Action('ValidateAccountResource')
ValidateDelegate = Action('ValidateDelegate')
27 changes: 27 additions & 0 deletions awacs/cloudfront.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,60 @@ def __init__(self, resource='', region='', account=''):
Action('CreateCloudFrontOriginAccessIdentity')
CreateDistribution = Action('CreateDistribution')
CreateDistributionWithTags = Action('CreateDistributionWithTags')
CreateFieldLevelEncryptionConfig = \
Action('CreateFieldLevelEncryptionConfig')
CreateFieldLevelEncryptionProfile = \
Action('CreateFieldLevelEncryptionProfile')
CreateInvalidation = Action('CreateInvalidation')
CreatePublicKey = Action('CreatePublicKey')
CreateStreamingDistribution = Action('CreateStreamingDistribution')
CreateStreamingDistributionWithTags = \
Action('CreateStreamingDistributionWithTags')
DeleteCloudFrontOriginAccessIdentity = \
Action('DeleteCloudFrontOriginAccessIdentity')
DeleteDistribution = Action('DeleteDistribution')
DeleteFieldLevelEncryptionConfig = \
Action('DeleteFieldLevelEncryptionConfig')
DeleteFieldLevelEncryptionProfile = \
Action('DeleteFieldLevelEncryptionProfile')
DeletePublicKey = Action('DeletePublicKey')
DeleteStreamingDistribution = Action('DeleteStreamingDistribution')
GetCloudFrontOriginAccessIdentity = \
Action('GetCloudFrontOriginAccessIdentity')
GetCloudFrontOriginAccessIdentityConfig = \
Action('GetCloudFrontOriginAccessIdentityConfig')
GetDistribution = Action('GetDistribution')
GetDistributionConfig = Action('GetDistributionConfig')
GetFieldLevelEncryption = Action('GetFieldLevelEncryption')
GetFieldLevelEncryptionConfig = Action('GetFieldLevelEncryptionConfig')
GetFieldLevelEncryptionProfile = Action('GetFieldLevelEncryptionProfile')
GetFieldLevelEncryptionProfileConfig = \
Action('GetFieldLevelEncryptionProfileConfig')
GetInvalidation = Action('GetInvalidation')
GetPublicKey = Action('GetPublicKey')
GetPublicKeyConfig = Action('GetPublicKeyConfig')
GetStreamingDistribution = Action('GetStreamingDistribution')
GetStreamingDistributionConfig = Action('GetStreamingDistributionConfig')
ListCloudFrontOriginAccessIdentities = \
Action('ListCloudFrontOriginAccessIdentities')
ListDistributions = Action('ListDistributions')
ListDistributionsByWebACLId = Action('ListDistributionsByWebACLId')
ListFieldLevelEncryptionConfigs = \
Action('ListFieldLevelEncryptionConfigs')
ListFieldLevelEncryptionProfiles = \
Action('ListFieldLevelEncryptionProfiles')
ListInvalidations = Action('ListInvalidations')
ListPublicKeys = Action('ListPublicKeys')
ListStreamingDistributions = Action('ListStreamingDistributions')
ListTagsForResource = Action('ListTagsForResource')
TagResource = Action('TagResource')
UntagResource = Action('UntagResource')
UpdateCloudFrontOriginAccessIdentity = \
Action('UpdateCloudFrontOriginAccessIdentity')
UpdateDistribution = Action('UpdateDistribution')
UpdateFieldLevelEncryptionConfig = \
Action('UpdateFieldLevelEncryptionConfig')
UpdateFieldLevelEncryptionProfile = \
Action('UpdateFieldLevelEncryptionProfile')
UpdatePublicKey = Action('UpdatePublicKey')
UpdateStreamingDistribution = Action('UpdateStreamingDistribution')
2 changes: 2 additions & 0 deletions awacs/cloudtrail.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ def __init__(self, resource='', region='', account=''):
DeleteTrail = Action('DeleteTrail')
DescribeTrails = Action('DescribeTrails')
GetEventSelectors = Action('GetEventSelectors')
GetTrail = Action('GetTrail')
GetTrailStatus = Action('GetTrailStatus')
ListPublicKeys = Action('ListPublicKeys')
ListTags = Action('ListTags')
ListTrails = Action('ListTrails')
LookupEvents = Action('LookupEvents')
PutEventSelectors = Action('PutEventSelectors')
RemoveTags = Action('RemoveTags')
Expand Down
4 changes: 4 additions & 0 deletions awacs/connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ def __init__(self, resource='', region='', account=''):
GetFederationToken = Action('GetFederationToken')
GetFederationTokens = Action('GetFederationTokens')
GetMetricData = Action('GetMetricData')
ListContactFlows = Action('ListContactFlows')
ListHoursOfOperations = Action('ListHoursOfOperations')
ListInstances = Action('ListInstances')
ListPhoneNumbers = Action('ListPhoneNumbers')
ListQueues = Action('ListQueues')
ModifyInstance = Action('ModifyInstance')
StartOutboundVoiceContact = Action('StartOutboundVoiceContact')
StopContact = Action('StopContact')
1 change: 1 addition & 0 deletions awacs/ds.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def __init__(self, resource='', region='', account=''):
AddTagsToResource = Action('AddTagsToResource')
AuthorizeApplication = Action('AuthorizeApplication')
CancelSchemaExtension = Action('CancelSchemaExtension')
CheckAlias = Action('CheckAlias')
ConnectDirectory = Action('ConnectDirectory')
CreateAlias = Action('CreateAlias')
CreateComputer = Action('CreateComputer')
Expand Down
3 changes: 3 additions & 0 deletions awacs/ecr.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def __init__(self, resource='', region='', account=''):
DeleteLifecyclePolicy = Action('DeleteLifecyclePolicy')
DeleteRepository = Action('DeleteRepository')
DeleteRepositoryPolicy = Action('DeleteRepositoryPolicy')
DescribeImageScanFindings = Action('DescribeImageScanFindings')
DescribeImages = Action('DescribeImages')
DescribeRepositories = Action('DescribeRepositories')
GetAuthorizationToken = Action('GetAuthorizationToken')
Expand All @@ -42,9 +43,11 @@ def __init__(self, resource='', region='', account=''):
ListImages = Action('ListImages')
ListTagsForResource = Action('ListTagsForResource')
PutImage = Action('PutImage')
PutImageScanningConfiguration = Action('PutImageScanningConfiguration')
PutImageTagMutability = Action('PutImageTagMutability')
PutLifecyclePolicy = Action('PutLifecyclePolicy')
SetRepositoryPolicy = Action('SetRepositoryPolicy')
StartImageScan = Action('StartImageScan')
StartLifecyclePolicyPreview = Action('StartLifecyclePolicyPreview')
TagResource = Action('TagResource')
UntagResource = Action('UntagResource')
Expand Down
2 changes: 2 additions & 0 deletions awacs/es.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def __init__(self, resource='', region='', account=''):
ListTags = Action('ListTags')
PurchaseReservedElasticsearchInstance = \
Action('PurchaseReservedElasticsearchInstance')
PurchaseReservedElasticsearchInstanceOffering = \
Action('PurchaseReservedElasticsearchInstanceOffering')
RemoveTags = Action('RemoveTags')
UpdateElasticsearchDomainConfig = \
Action('UpdateElasticsearchDomainConfig')
Expand Down
35 changes: 35 additions & 0 deletions awacs/gamelift.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,29 @@ def __init__(self, resource='', region='', account=''):
account=account)


AcceptMatch = Action('AcceptMatch')
CreateAlias = Action('CreateAlias')
CreateBuild = Action('CreateBuild')
CreateFleet = Action('CreateFleet')
CreateGameSession = Action('CreateGameSession')
CreateGameSessionQueue = Action('CreateGameSessionQueue')
CreateMatchmakingConfiguration = Action('CreateMatchmakingConfiguration')
CreateMatchmakingRuleSet = Action('CreateMatchmakingRuleSet')
CreatePlayerSession = Action('CreatePlayerSession')
CreatePlayerSessions = Action('CreatePlayerSessions')
CreateScript = Action('CreateScript')
CreateVpcPeeringAuthorization = Action('CreateVpcPeeringAuthorization')
CreateVpcPeeringConnection = Action('CreateVpcPeeringConnection')
DeleteAlias = Action('DeleteAlias')
DeleteBuild = Action('DeleteBuild')
DeleteFleet = Action('DeleteFleet')
DeleteGameSessionQueue = Action('DeleteGameSessionQueue')
DeleteMatchmakingConfiguration = Action('DeleteMatchmakingConfiguration')
DeleteMatchmakingRuleSet = Action('DeleteMatchmakingRuleSet')
DeleteScalingPolicy = Action('DeleteScalingPolicy')
DeleteScript = Action('DeleteScript')
DeleteVpcPeeringAuthorization = Action('DeleteVpcPeeringAuthorization')
DeleteVpcPeeringConnection = Action('DeleteVpcPeeringConnection')
DescribeAlias = Action('DescribeAlias')
DescribeBuild = Action('DescribeBuild')
DescribeEC2InstanceLimits = Action('DescribeEC2InstanceLimits')
Expand All @@ -42,24 +55,46 @@ def __init__(self, resource='', region='', account=''):
DescribeFleetPortSettings = Action('DescribeFleetPortSettings')
DescribeFleetUtilization = Action('DescribeFleetUtilization')
DescribeGameSessionDetails = Action('DescribeGameSessionDetails')
DescribeGameSessionPlacement = Action('DescribeGameSessionPlacement')
DescribeGameSessionQueues = Action('DescribeGameSessionQueues')
DescribeGameSessions = Action('DescribeGameSessions')
DescribeInstances = Action('DescribeInstances')
DescribeMatchmaking = Action('DescribeMatchmaking')
DescribeMatchmakingConfigurations = \
Action('DescribeMatchmakingConfigurations')
DescribeMatchmakingRuleSets = Action('DescribeMatchmakingRuleSets')
DescribePlayerSessions = Action('DescribePlayerSessions')
DescribeRuntimeConfiguration = Action('DescribeRuntimeConfiguration')
DescribeScalingPolicies = Action('DescribeScalingPolicies')
DescribeScript = Action('DescribeScript')
DescribeVpcPeeringAuthorizations = \
Action('DescribeVpcPeeringAuthorizations')
DescribeVpcPeeringConnections = Action('DescribeVpcPeeringConnections')
GetGameSessionLogUrl = Action('GetGameSessionLogUrl')
GetInstanceAccess = Action('GetInstanceAccess')
ListAliases = Action('ListAliases')
ListBuilds = Action('ListBuilds')
ListFleets = Action('ListFleets')
ListScripts = Action('ListScripts')
PutScalingPolicy = Action('PutScalingPolicy')
RequestUploadCredentials = Action('RequestUploadCredentials')
ResolveAlias = Action('ResolveAlias')
SearchGameSessions = Action('SearchGameSessions')
StartFleetActions = Action('StartFleetActions')
StartGameSessionPlacement = Action('StartGameSessionPlacement')
StartMatchBackfill = Action('StartMatchBackfill')
StartMatchmaking = Action('StartMatchmaking')
StopFleetActions = Action('StopFleetActions')
StopGameSessionPlacement = Action('StopGameSessionPlacement')
StopMatchmaking = Action('StopMatchmaking')
UpdateAlias = Action('UpdateAlias')
UpdateBuild = Action('UpdateBuild')
UpdateFleetAttributes = Action('UpdateFleetAttributes')
UpdateFleetCapacity = Action('UpdateFleetCapacity')
UpdateFleetPortSettings = Action('UpdateFleetPortSettings')
UpdateGameSession = Action('UpdateGameSession')
UpdateGameSessionQueue = Action('UpdateGameSessionQueue')
UpdateMatchmakingConfiguration = Action('UpdateMatchmakingConfiguration')
UpdateRuntimeConfiguration = Action('UpdateRuntimeConfiguration')
UpdateScript = Action('UpdateScript')
ValidateMatchmakingRuleSet = Action('ValidateMatchmakingRuleSet')
16 changes: 16 additions & 0 deletions awacs/glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ def __init__(self, resource='', region='', account=''):
BatchGetTriggers = Action('BatchGetTriggers')
BatchGetWorkflows = Action('BatchGetWorkflows')
BatchStopJobRun = Action('BatchStopJobRun')
CancelMLTaskRun = Action('CancelMLTaskRun')
CreateClassifier = Action('CreateClassifier')
CreateConnection = Action('CreateConnection')
CreateCrawler = Action('CreateCrawler')
CreateDatabase = Action('CreateDatabase')
CreateDevEndpoint = Action('CreateDevEndpoint')
CreateJob = Action('CreateJob')
CreateMLTransform = Action('CreateMLTransform')
CreatePartition = Action('CreatePartition')
CreateScript = Action('CreateScript')
CreateSecurityConfiguration = Action('CreateSecurityConfiguration')
Expand All @@ -54,6 +56,7 @@ def __init__(self, resource='', region='', account=''):
DeleteDatabase = Action('DeleteDatabase')
DeleteDevEndpoint = Action('DeleteDevEndpoint')
DeleteJob = Action('DeleteJob')
DeleteMLTransform = Action('DeleteMLTransform')
DeletePartition = Action('DeletePartition')
DeleteResourcePolicy = Action('DeleteResourcePolicy')
DeleteSecurityConfiguration = Action('DeleteSecurityConfiguration')
Expand All @@ -78,9 +81,14 @@ def __init__(self, resource='', region='', account=''):
GetDevEndpoint = Action('GetDevEndpoint')
GetDevEndpoints = Action('GetDevEndpoints')
GetJob = Action('GetJob')
GetJobBookmark = Action('GetJobBookmark')
GetJobRun = Action('GetJobRun')
GetJobRuns = Action('GetJobRuns')
GetJobs = Action('GetJobs')
GetMLTaskRun = Action('GetMLTaskRun')
GetMLTaskRuns = Action('GetMLTaskRuns')
GetMLTransform = Action('GetMLTransform')
GetMLTransforms = Action('GetMLTransforms')
GetMapping = Action('GetMapping')
GetPartition = Action('GetPartition')
GetPartitions = Action('GetPartitions')
Expand Down Expand Up @@ -112,9 +120,15 @@ def __init__(self, resource='', region='', account=''):
PutResourcePolicy = Action('PutResourcePolicy')
PutWorkflowRunProperties = Action('PutWorkflowRunProperties')
ResetJobBookmark = Action('ResetJobBookmark')
SearchTables = Action('SearchTables')
StartCrawler = Action('StartCrawler')
StartCrawlerSchedule = Action('StartCrawlerSchedule')
StartExportLabelsTaskRun = Action('StartExportLabelsTaskRun')
StartImportLabelsTaskRun = Action('StartImportLabelsTaskRun')
StartJobRun = Action('StartJobRun')
StartMLEvaluationTaskRun = Action('StartMLEvaluationTaskRun')
StartMLLabelingSetGenerationTaskRun = \
Action('StartMLLabelingSetGenerationTaskRun')
StartTrigger = Action('StartTrigger')
StartWorkflowRun = Action('StartWorkflowRun')
StopCrawler = Action('StopCrawler')
Expand All @@ -129,8 +143,10 @@ def __init__(self, resource='', region='', account=''):
UpdateDatabase = Action('UpdateDatabase')
UpdateDevEndpoint = Action('UpdateDevEndpoint')
UpdateJob = Action('UpdateJob')
UpdateMLTransform = Action('UpdateMLTransform')
UpdatePartition = Action('UpdatePartition')
UpdateTable = Action('UpdateTable')
UpdateTrigger = Action('UpdateTrigger')
UpdateUserDefinedFunction = Action('UpdateUserDefinedFunction')
UpdateWorkflow = Action('UpdateWorkflow')
UseMLTransforms = Action('UseMLTransforms')
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载