lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.156.0 vs lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.157.0

- old
+ new

@@ -1905,11 +1905,11 @@ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].label #=> String # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].description #=> String # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.inputs #=> Array # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.inputs[0] #=> String # resp.jobs[0].execution_class #=> String, one of "FLEX", "STANDARD" - # resp.jobs[0].source_control_details.provider #=> String, one of "GITHUB", "AWS_CODE_COMMIT" + # resp.jobs[0].source_control_details.provider #=> String, one of "GITHUB", "GITLAB", "BITBUCKET", "AWS_CODE_COMMIT" # resp.jobs[0].source_control_details.repository #=> String # resp.jobs[0].source_control_details.owner #=> String # resp.jobs[0].source_control_details.branch #=> String # resp.jobs[0].source_control_details.folder #=> String # resp.jobs[0].source_control_details.last_commit_id #=> String @@ -7853,11 +7853,11 @@ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].label #=> String # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].description #=> String # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.inputs #=> Array # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.inputs[0] #=> String # resp.job.execution_class #=> String, one of "FLEX", "STANDARD" - # resp.job.source_control_details.provider #=> String, one of "GITHUB", "AWS_CODE_COMMIT" + # resp.job.source_control_details.provider #=> String, one of "GITHUB", "GITLAB", "BITBUCKET", "AWS_CODE_COMMIT" # resp.job.source_control_details.repository #=> String # resp.job.source_control_details.owner #=> String # resp.job.source_control_details.branch #=> String # resp.job.source_control_details.folder #=> String # resp.job.source_control_details.last_commit_id #=> String @@ -8936,11 +8936,11 @@ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].label #=> String # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].description #=> String # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.inputs #=> Array # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.inputs[0] #=> String # resp.jobs[0].execution_class #=> String, one of "FLEX", "STANDARD" - # resp.jobs[0].source_control_details.provider #=> String, one of "GITHUB", "AWS_CODE_COMMIT" + # resp.jobs[0].source_control_details.provider #=> String, one of "GITHUB", "GITLAB", "BITBUCKET", "AWS_CODE_COMMIT" # resp.jobs[0].source_control_details.repository #=> String # resp.jobs[0].source_control_details.owner #=> String # resp.jobs[0].source_control_details.branch #=> String # resp.jobs[0].source_control_details.folder #=> String # resp.jobs[0].source_control_details.last_commit_id #=> String @@ -15519,14 +15519,17 @@ # @option params [String] :job_name # The name of the Glue job to be synchronized to or from the remote # repository. # # @option params [String] :provider - # The provider for the remote repository. + # The provider for the remote repository. Possible values: GITHUB, + # AWS\_CODE\_COMMIT, GITLAB, BITBUCKET. # # @option params [String] :repository_name - # The name of the remote repository that contains the job artifacts. + # The name of the remote repository that contains the job artifacts. For + # BitBucket providers, `RepositoryName` should include `WorkspaceName`. + # Use the format `<WorkspaceName>/<RepositoryName>`. # # @option params [String] :repository_owner # The owner of the remote repository that contains the job artifacts. # # @option params [String] :branch_name @@ -15552,11 +15555,11 @@ # # @example Request syntax with placeholder values # # resp = client.update_job_from_source_control({ # job_name: "NameString", - # provider: "GITHUB", # accepts GITHUB, AWS_CODE_COMMIT + # provider: "GITHUB", # accepts GITHUB, GITLAB, BITBUCKET, AWS_CODE_COMMIT # repository_name: "NameString", # repository_owner: "NameString", # branch_name: "NameString", # folder: "NameString", # commit_id: "CommitIdString", @@ -15922,14 +15925,17 @@ # @option params [String] :job_name # The name of the Glue job to be synchronized to or from the remote # repository. # # @option params [String] :provider - # The provider for the remote repository. + # The provider for the remote repository. Possible values: GITHUB, + # AWS\_CODE\_COMMIT, GITLAB, BITBUCKET. # # @option params [String] :repository_name - # The name of the remote repository that contains the job artifacts. + # The name of the remote repository that contains the job artifacts. For + # BitBucket providers, `RepositoryName` should include `WorkspaceName`. + # Use the format `<WorkspaceName>/<RepositoryName>`. # # @option params [String] :repository_owner # The owner of the remote repository that contains the job artifacts. # # @option params [String] :branch_name @@ -15955,11 +15961,11 @@ # # @example Request syntax with placeholder values # # resp = client.update_source_control_from_job({ # job_name: "NameString", - # provider: "GITHUB", # accepts GITHUB, AWS_CODE_COMMIT + # provider: "GITHUB", # accepts GITHUB, GITLAB, BITBUCKET, AWS_CODE_COMMIT # repository_name: "NameString", # repository_owner: "NameString", # branch_name: "NameString", # folder: "NameString", # commit_id: "CommitIdString", @@ -16304,10 +16310,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-glue' - context[:gem_version] = '1.156.0' + context[:gem_version] = '1.157.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated