aws-sdk-glue 1.203.0 → 1.205.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +1729 -157
- data/lib/aws-sdk-glue/client_api.rb +1094 -0
- data/lib/aws-sdk-glue/errors.rb +128 -0
- data/lib/aws-sdk-glue/types.rb +2932 -403
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +512 -16
- data/sig/errors.rbs +24 -0
- data/sig/types.rbs +648 -10
- metadata +2 -2
data/sig/client.rbs
CHANGED
@@ -484,6 +484,52 @@ module Aws
|
|
484
484
|
) -> _CreateBlueprintResponseSuccess
|
485
485
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBlueprintResponseSuccess
|
486
486
|
|
487
|
+
interface _CreateCatalogResponseSuccess
|
488
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateCatalogResponse]
|
489
|
+
end
|
490
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#create_catalog-instance_method
|
491
|
+
def create_catalog: (
|
492
|
+
name: ::String,
|
493
|
+
catalog_input: {
|
494
|
+
description: ::String?,
|
495
|
+
federated_catalog: {
|
496
|
+
identifier: ::String?,
|
497
|
+
connection_name: ::String?
|
498
|
+
}?,
|
499
|
+
parameters: Hash[::String, ::String]?,
|
500
|
+
target_redshift_catalog: {
|
501
|
+
catalog_arn: ::String
|
502
|
+
}?,
|
503
|
+
catalog_properties: {
|
504
|
+
data_lake_access_properties: {
|
505
|
+
data_lake_access: bool?,
|
506
|
+
data_transfer_role: ::String?,
|
507
|
+
kms_key: ::String?,
|
508
|
+
catalog_type: ::String?
|
509
|
+
}?,
|
510
|
+
custom_properties: Hash[::String, ::String]?
|
511
|
+
}?,
|
512
|
+
create_table_default_permissions: Array[
|
513
|
+
{
|
514
|
+
principal: {
|
515
|
+
data_lake_principal_identifier: ::String?
|
516
|
+
}?,
|
517
|
+
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]?
|
518
|
+
},
|
519
|
+
]?,
|
520
|
+
create_database_default_permissions: Array[
|
521
|
+
{
|
522
|
+
principal: {
|
523
|
+
data_lake_principal_identifier: ::String?
|
524
|
+
}?,
|
525
|
+
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]?
|
526
|
+
},
|
527
|
+
]?
|
528
|
+
},
|
529
|
+
?tags: Hash[::String, ::String]
|
530
|
+
) -> _CreateCatalogResponseSuccess
|
531
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCatalogResponseSuccess
|
532
|
+
|
487
533
|
interface _CreateClassifierResponseSuccess
|
488
534
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateClassifierResponse]
|
489
535
|
end
|
@@ -546,17 +592,19 @@ module Aws
|
|
546
592
|
connection_input: {
|
547
593
|
name: ::String,
|
548
594
|
description: ::String?,
|
549
|
-
connection_type: ("JDBC" | "SFTP" | "MONGODB" | "KAFKA" | "NETWORK" | "MARKETPLACE" | "CUSTOM" | "SALESFORCE" | "VIEW_VALIDATION_REDSHIFT" | "VIEW_VALIDATION_ATHENA"),
|
595
|
+
connection_type: ("JDBC" | "SFTP" | "MONGODB" | "KAFKA" | "NETWORK" | "MARKETPLACE" | "CUSTOM" | "SALESFORCE" | "VIEW_VALIDATION_REDSHIFT" | "VIEW_VALIDATION_ATHENA" | "GOOGLEADS" | "GOOGLESHEETS" | "GOOGLEANALYTICS4" | "SERVICENOW" | "MARKETO" | "SAPODATA" | "ZENDESK" | "JIRACLOUD" | "NETSUITEERP" | "HUBSPOT" | "FACEBOOKADS" | "INSTAGRAMADS" | "ZOHOCRM" | "SALESFORCEPARDOT" | "SALESFORCEMARKETINGCLOUD" | "SLACK" | "STRIPE" | "INTERCOM" | "SNAPCHATADS"),
|
550
596
|
match_criteria: Array[::String]?,
|
551
|
-
connection_properties: Hash[("HOST" | "PORT" | "USERNAME" | "PASSWORD" | "ENCRYPTED_PASSWORD" | "JDBC_DRIVER_JAR_URI" | "JDBC_DRIVER_CLASS_NAME" | "JDBC_ENGINE" | "JDBC_ENGINE_VERSION" | "CONFIG_FILES" | "INSTANCE_ID" | "JDBC_CONNECTION_URL" | "JDBC_ENFORCE_SSL" | "CUSTOM_JDBC_CERT" | "SKIP_CUSTOM_JDBC_CERT_VALIDATION" | "CUSTOM_JDBC_CERT_STRING" | "CONNECTION_URL" | "KAFKA_BOOTSTRAP_SERVERS" | "KAFKA_SSL_ENABLED" | "KAFKA_CUSTOM_CERT" | "KAFKA_SKIP_CUSTOM_CERT_VALIDATION" | "KAFKA_CLIENT_KEYSTORE" | "KAFKA_CLIENT_KEYSTORE_PASSWORD" | "KAFKA_CLIENT_KEY_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD" | "
|
597
|
+
connection_properties: Hash[("HOST" | "PORT" | "USERNAME" | "PASSWORD" | "ENCRYPTED_PASSWORD" | "JDBC_DRIVER_JAR_URI" | "JDBC_DRIVER_CLASS_NAME" | "JDBC_ENGINE" | "JDBC_ENGINE_VERSION" | "CONFIG_FILES" | "INSTANCE_ID" | "JDBC_CONNECTION_URL" | "JDBC_ENFORCE_SSL" | "CUSTOM_JDBC_CERT" | "SKIP_CUSTOM_JDBC_CERT_VALIDATION" | "CUSTOM_JDBC_CERT_STRING" | "CONNECTION_URL" | "KAFKA_BOOTSTRAP_SERVERS" | "KAFKA_SSL_ENABLED" | "KAFKA_CUSTOM_CERT" | "KAFKA_SKIP_CUSTOM_CERT_VALIDATION" | "KAFKA_CLIENT_KEYSTORE" | "KAFKA_CLIENT_KEYSTORE_PASSWORD" | "KAFKA_CLIENT_KEY_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD" | "KAFKA_SASL_MECHANISM" | "KAFKA_SASL_PLAIN_USERNAME" | "KAFKA_SASL_PLAIN_PASSWORD" | "ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD" | "KAFKA_SASL_SCRAM_USERNAME" | "KAFKA_SASL_SCRAM_PASSWORD" | "KAFKA_SASL_SCRAM_SECRETS_ARN" | "ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD" | "KAFKA_SASL_GSSAPI_KEYTAB" | "KAFKA_SASL_GSSAPI_KRB5_CONF" | "KAFKA_SASL_GSSAPI_SERVICE" | "KAFKA_SASL_GSSAPI_PRINCIPAL" | "SECRET_ID" | "CONNECTOR_URL" | "CONNECTOR_TYPE" | "CONNECTOR_CLASS_NAME" | "ENDPOINT" | "ENDPOINT_TYPE" | "ROLE_ARN" | "REGION" | "WORKGROUP_NAME" | "CLUSTER_IDENTIFIER" | "DATABASE"), ::String],
|
598
|
+
spark_properties: Hash[::String, ::String]?,
|
552
599
|
athena_properties: Hash[::String, ::String]?,
|
600
|
+
python_properties: Hash[::String, ::String]?,
|
553
601
|
physical_connection_requirements: {
|
554
602
|
subnet_id: ::String?,
|
555
603
|
security_group_id_list: Array[::String]?,
|
556
604
|
availability_zone: ::String?
|
557
605
|
}?,
|
558
606
|
authentication_configuration: {
|
559
|
-
authentication_type: ("BASIC" | "OAUTH2" | "CUSTOM")?,
|
607
|
+
authentication_type: ("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")?,
|
560
608
|
o_auth_2_properties: {
|
561
609
|
o_auth_2_grant_type: ("AUTHORIZATION_CODE" | "CLIENT_CREDENTIALS" | "JWT_BEARER")?,
|
562
610
|
o_auth_2_client_application: {
|
@@ -568,11 +616,24 @@ module Aws
|
|
568
616
|
authorization_code_properties: {
|
569
617
|
authorization_code: ::String?,
|
570
618
|
redirect_uri: ::String?
|
619
|
+
}?,
|
620
|
+
o_auth_2_credentials: {
|
621
|
+
user_managed_client_application_client_secret: ::String?,
|
622
|
+
access_token: ::String?,
|
623
|
+
refresh_token: ::String?,
|
624
|
+
jwt_token: ::String?
|
571
625
|
}?
|
572
626
|
}?,
|
573
|
-
secret_arn: ::String
|
627
|
+
secret_arn: ::String?,
|
628
|
+
kms_key_arn: ::String?,
|
629
|
+
basic_authentication_credentials: {
|
630
|
+
username: ::String?,
|
631
|
+
password: ::String?
|
632
|
+
}?,
|
633
|
+
custom_authentication_credentials: Hash[::String, ::String]?
|
574
634
|
}?,
|
575
|
-
validate_credentials: bool
|
635
|
+
validate_credentials: bool?,
|
636
|
+
validate_for_compute_environments: Array[("SPARK" | "ATHENA" | "PYTHON")]?
|
576
637
|
},
|
577
638
|
?tags: Hash[::String, ::String]
|
578
639
|
) -> _CreateConnectionResponseSuccess
|
@@ -785,6 +846,86 @@ module Aws
|
|
785
846
|
) -> _CreateDevEndpointResponseSuccess
|
786
847
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDevEndpointResponseSuccess
|
787
848
|
|
849
|
+
interface _CreateIntegrationResponseSuccess
|
850
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateIntegrationResponse]
|
851
|
+
def source_arn: () -> ::String
|
852
|
+
def target_arn: () -> ::String
|
853
|
+
def integration_name: () -> ::String
|
854
|
+
def description: () -> ::String
|
855
|
+
def integration_arn: () -> ::String
|
856
|
+
def kms_key_id: () -> ::String
|
857
|
+
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
858
|
+
def tags: () -> ::Array[Types::Tag]
|
859
|
+
def status: () -> ("CREATING" | "ACTIVE" | "MODIFYING" | "FAILED" | "DELETING" | "SYNCING" | "NEEDS_ATTENTION")
|
860
|
+
def create_time: () -> ::Time
|
861
|
+
def errors: () -> ::Array[Types::IntegrationError]
|
862
|
+
def data_filter: () -> ::String
|
863
|
+
end
|
864
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#create_integration-instance_method
|
865
|
+
def create_integration: (
|
866
|
+
integration_name: ::String,
|
867
|
+
source_arn: ::String,
|
868
|
+
target_arn: ::String,
|
869
|
+
?description: ::String,
|
870
|
+
?data_filter: ::String,
|
871
|
+
?kms_key_id: ::String,
|
872
|
+
?additional_encryption_context: Hash[::String, ::String],
|
873
|
+
?tags: Array[
|
874
|
+
{
|
875
|
+
key: ::String?,
|
876
|
+
value: ::String?
|
877
|
+
},
|
878
|
+
]
|
879
|
+
) -> _CreateIntegrationResponseSuccess
|
880
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIntegrationResponseSuccess
|
881
|
+
|
882
|
+
interface _CreateIntegrationResourcePropertyResponseSuccess
|
883
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateIntegrationResourcePropertyResponse]
|
884
|
+
def resource_arn: () -> ::String
|
885
|
+
def source_processing_properties: () -> Types::SourceProcessingProperties
|
886
|
+
def target_processing_properties: () -> Types::TargetProcessingProperties
|
887
|
+
end
|
888
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#create_integration_resource_property-instance_method
|
889
|
+
def create_integration_resource_property: (
|
890
|
+
resource_arn: ::String,
|
891
|
+
?source_processing_properties: {
|
892
|
+
role_arn: ::String?
|
893
|
+
},
|
894
|
+
?target_processing_properties: {
|
895
|
+
role_arn: ::String?,
|
896
|
+
kms_arn: ::String?,
|
897
|
+
connection_name: ::String?,
|
898
|
+
event_bus_arn: ::String?
|
899
|
+
}
|
900
|
+
) -> _CreateIntegrationResourcePropertyResponseSuccess
|
901
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIntegrationResourcePropertyResponseSuccess
|
902
|
+
|
903
|
+
interface _CreateIntegrationTablePropertiesResponseSuccess
|
904
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateIntegrationTablePropertiesResponse]
|
905
|
+
end
|
906
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#create_integration_table_properties-instance_method
|
907
|
+
def create_integration_table_properties: (
|
908
|
+
resource_arn: ::String,
|
909
|
+
table_name: ::String,
|
910
|
+
?source_table_config: {
|
911
|
+
fields: Array[::String]?,
|
912
|
+
filter_predicate: ::String?,
|
913
|
+
primary_key: Array[::String]?,
|
914
|
+
record_update_field: ::String?
|
915
|
+
},
|
916
|
+
?target_table_config: {
|
917
|
+
unnest_spec: ("TOPLEVEL" | "FULL" | "NOUNNEST")?,
|
918
|
+
partition_spec: Array[
|
919
|
+
{
|
920
|
+
field_name: ::String?,
|
921
|
+
function_spec: ::String?
|
922
|
+
},
|
923
|
+
]?,
|
924
|
+
target_table_name: ::String?
|
925
|
+
}
|
926
|
+
) -> _CreateIntegrationTablePropertiesResponseSuccess
|
927
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIntegrationTablePropertiesResponseSuccess
|
928
|
+
|
788
929
|
interface _CreateJobResponseSuccess
|
789
930
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateJobResponse]
|
790
931
|
def name: () -> ::String
|
@@ -2260,6 +2401,10 @@ module Aws
|
|
2260
2401
|
job_bookmarks_encryption: {
|
2261
2402
|
job_bookmarks_encryption_mode: ("DISABLED" | "CSE-KMS")?,
|
2262
2403
|
kms_key_arn: ::String?
|
2404
|
+
}?,
|
2405
|
+
data_quality_encryption: {
|
2406
|
+
data_quality_encryption_mode: ("DISABLED" | "SSE-KMS")?,
|
2407
|
+
kms_key_arn: ::String?
|
2263
2408
|
}?
|
2264
2409
|
}
|
2265
2410
|
) -> _CreateSecurityConfigurationResponseSuccess
|
@@ -2549,6 +2694,15 @@ module Aws
|
|
2549
2694
|
) -> _DeleteBlueprintResponseSuccess
|
2550
2695
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteBlueprintResponseSuccess
|
2551
2696
|
|
2697
|
+
interface _DeleteCatalogResponseSuccess
|
2698
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteCatalogResponse]
|
2699
|
+
end
|
2700
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#delete_catalog-instance_method
|
2701
|
+
def delete_catalog: (
|
2702
|
+
catalog_id: ::String
|
2703
|
+
) -> _DeleteCatalogResponseSuccess
|
2704
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteCatalogResponseSuccess
|
2705
|
+
|
2552
2706
|
interface _DeleteClassifierResponseSuccess
|
2553
2707
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteClassifierResponse]
|
2554
2708
|
end
|
@@ -2650,6 +2804,37 @@ module Aws
|
|
2650
2804
|
) -> _DeleteDevEndpointResponseSuccess
|
2651
2805
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDevEndpointResponseSuccess
|
2652
2806
|
|
2807
|
+
interface _DeleteIntegrationResponseSuccess
|
2808
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIntegrationResponse]
|
2809
|
+
def source_arn: () -> ::String
|
2810
|
+
def target_arn: () -> ::String
|
2811
|
+
def integration_name: () -> ::String
|
2812
|
+
def description: () -> ::String
|
2813
|
+
def integration_arn: () -> ::String
|
2814
|
+
def kms_key_id: () -> ::String
|
2815
|
+
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
2816
|
+
def tags: () -> ::Array[Types::Tag]
|
2817
|
+
def status: () -> ("CREATING" | "ACTIVE" | "MODIFYING" | "FAILED" | "DELETING" | "SYNCING" | "NEEDS_ATTENTION")
|
2818
|
+
def create_time: () -> ::Time
|
2819
|
+
def errors: () -> ::Array[Types::IntegrationError]
|
2820
|
+
def data_filter: () -> ::String
|
2821
|
+
end
|
2822
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#delete_integration-instance_method
|
2823
|
+
def delete_integration: (
|
2824
|
+
integration_identifier: ::String
|
2825
|
+
) -> _DeleteIntegrationResponseSuccess
|
2826
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIntegrationResponseSuccess
|
2827
|
+
|
2828
|
+
interface _DeleteIntegrationTablePropertiesResponseSuccess
|
2829
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIntegrationTablePropertiesResponse]
|
2830
|
+
end
|
2831
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#delete_integration_table_properties-instance_method
|
2832
|
+
def delete_integration_table_properties: (
|
2833
|
+
resource_arn: ::String,
|
2834
|
+
table_name: ::String
|
2835
|
+
) -> _DeleteIntegrationTablePropertiesResponseSuccess
|
2836
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIntegrationTablePropertiesResponseSuccess
|
2837
|
+
|
2653
2838
|
interface _DeleteJobResponseSuccess
|
2654
2839
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteJobResponse]
|
2655
2840
|
def job_name: () -> ::String
|
@@ -2846,6 +3031,74 @@ module Aws
|
|
2846
3031
|
) -> _DeleteWorkflowResponseSuccess
|
2847
3032
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteWorkflowResponseSuccess
|
2848
3033
|
|
3034
|
+
interface _DescribeConnectionTypeResponseSuccess
|
3035
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeConnectionTypeResponse]
|
3036
|
+
def connection_type: () -> ::String
|
3037
|
+
def description: () -> ::String
|
3038
|
+
def capabilities: () -> Types::Capabilities
|
3039
|
+
def connection_properties: () -> ::Hash[::String, Types::Property]
|
3040
|
+
def connection_options: () -> ::Hash[::String, Types::Property]
|
3041
|
+
def authentication_configuration: () -> Types::AuthConfiguration
|
3042
|
+
def compute_environment_configurations: () -> ::Hash[::String, Types::ComputeEnvironmentConfiguration]
|
3043
|
+
def physical_connection_requirements: () -> ::Hash[::String, Types::Property]
|
3044
|
+
def athena_connection_properties: () -> ::Hash[::String, Types::Property]
|
3045
|
+
def python_connection_properties: () -> ::Hash[::String, Types::Property]
|
3046
|
+
def spark_connection_properties: () -> ::Hash[::String, Types::Property]
|
3047
|
+
end
|
3048
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#describe_connection_type-instance_method
|
3049
|
+
def describe_connection_type: (
|
3050
|
+
connection_type: ::String
|
3051
|
+
) -> _DescribeConnectionTypeResponseSuccess
|
3052
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeConnectionTypeResponseSuccess
|
3053
|
+
|
3054
|
+
interface _DescribeEntityResponseSuccess
|
3055
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEntityResponse]
|
3056
|
+
def fields: () -> ::Array[Types::Field]
|
3057
|
+
def next_token: () -> ::String
|
3058
|
+
end
|
3059
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#describe_entity-instance_method
|
3060
|
+
def describe_entity: (
|
3061
|
+
connection_name: ::String,
|
3062
|
+
?catalog_id: ::String,
|
3063
|
+
entity_name: ::String,
|
3064
|
+
?next_token: ::String,
|
3065
|
+
?data_store_api_version: ::String
|
3066
|
+
) -> _DescribeEntityResponseSuccess
|
3067
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEntityResponseSuccess
|
3068
|
+
|
3069
|
+
interface _DescribeInboundIntegrationsResponseSuccess
|
3070
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInboundIntegrationsResponse]
|
3071
|
+
def inbound_integrations: () -> ::Array[Types::InboundIntegration]
|
3072
|
+
def marker: () -> ::String
|
3073
|
+
end
|
3074
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#describe_inbound_integrations-instance_method
|
3075
|
+
def describe_inbound_integrations: (
|
3076
|
+
?integration_arn: ::String,
|
3077
|
+
?marker: ::String,
|
3078
|
+
?max_records: ::Integer,
|
3079
|
+
?target_arn: ::String
|
3080
|
+
) -> _DescribeInboundIntegrationsResponseSuccess
|
3081
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInboundIntegrationsResponseSuccess
|
3082
|
+
|
3083
|
+
interface _DescribeIntegrationsResponseSuccess
|
3084
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeIntegrationsResponse]
|
3085
|
+
def integrations: () -> ::Array[Types::Integration]
|
3086
|
+
def marker: () -> ::String
|
3087
|
+
end
|
3088
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#describe_integrations-instance_method
|
3089
|
+
def describe_integrations: (
|
3090
|
+
?integration_identifier: ::String,
|
3091
|
+
?marker: ::String,
|
3092
|
+
?max_records: ::Integer,
|
3093
|
+
?filters: Array[
|
3094
|
+
{
|
3095
|
+
name: ::String?,
|
3096
|
+
values: Array[::String]?
|
3097
|
+
},
|
3098
|
+
]
|
3099
|
+
) -> _DescribeIntegrationsResponseSuccess
|
3100
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeIntegrationsResponseSuccess
|
3101
|
+
|
2849
3102
|
interface _GetBlueprintResponseSuccess
|
2850
3103
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetBlueprintResponse]
|
2851
3104
|
def blueprint: () -> Types::Blueprint
|
@@ -2882,6 +3135,16 @@ module Aws
|
|
2882
3135
|
) -> _GetBlueprintRunsResponseSuccess
|
2883
3136
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBlueprintRunsResponseSuccess
|
2884
3137
|
|
3138
|
+
interface _GetCatalogResponseSuccess
|
3139
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetCatalogResponse]
|
3140
|
+
def catalog: () -> Types::Catalog
|
3141
|
+
end
|
3142
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#get_catalog-instance_method
|
3143
|
+
def get_catalog: (
|
3144
|
+
catalog_id: ::String
|
3145
|
+
) -> _GetCatalogResponseSuccess
|
3146
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCatalogResponseSuccess
|
3147
|
+
|
2885
3148
|
interface _GetCatalogImportStatusResponseSuccess
|
2886
3149
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetCatalogImportStatusResponse]
|
2887
3150
|
def import_status: () -> Types::CatalogImportStatus
|
@@ -2892,6 +3155,20 @@ module Aws
|
|
2892
3155
|
) -> _GetCatalogImportStatusResponseSuccess
|
2893
3156
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCatalogImportStatusResponseSuccess
|
2894
3157
|
|
3158
|
+
interface _GetCatalogsResponseSuccess
|
3159
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetCatalogsResponse]
|
3160
|
+
def catalog_list: () -> ::Array[Types::Catalog]
|
3161
|
+
def next_token: () -> ::String
|
3162
|
+
end
|
3163
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#get_catalogs-instance_method
|
3164
|
+
def get_catalogs: (
|
3165
|
+
?parent_catalog_id: ::String,
|
3166
|
+
?next_token: ::String,
|
3167
|
+
?max_results: ::Integer,
|
3168
|
+
?recursive: bool
|
3169
|
+
) -> _GetCatalogsResponseSuccess
|
3170
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCatalogsResponseSuccess
|
3171
|
+
|
2895
3172
|
interface _GetClassifierResponseSuccess
|
2896
3173
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetClassifierResponse]
|
2897
3174
|
def classifier: () -> Types::Classifier
|
@@ -2986,7 +3263,8 @@ module Aws
|
|
2986
3263
|
def get_connection: (
|
2987
3264
|
?catalog_id: ::String,
|
2988
3265
|
name: ::String,
|
2989
|
-
?hide_password: bool
|
3266
|
+
?hide_password: bool,
|
3267
|
+
?apply_override_for_compute_environment: ("SPARK" | "ATHENA" | "PYTHON")
|
2990
3268
|
) -> _GetConnectionResponseSuccess
|
2991
3269
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConnectionResponseSuccess
|
2992
3270
|
|
@@ -3000,7 +3278,8 @@ module Aws
|
|
3000
3278
|
?catalog_id: ::String,
|
3001
3279
|
?filter: {
|
3002
3280
|
match_criteria: Array[::String]?,
|
3003
|
-
connection_type: ("JDBC" | "SFTP" | "MONGODB" | "KAFKA" | "NETWORK" | "MARKETPLACE" | "CUSTOM" | "SALESFORCE" | "VIEW_VALIDATION_REDSHIFT" | "VIEW_VALIDATION_ATHENA")
|
3281
|
+
connection_type: ("JDBC" | "SFTP" | "MONGODB" | "KAFKA" | "NETWORK" | "MARKETPLACE" | "CUSTOM" | "SALESFORCE" | "VIEW_VALIDATION_REDSHIFT" | "VIEW_VALIDATION_ATHENA" | "GOOGLEADS" | "GOOGLESHEETS" | "GOOGLEANALYTICS4" | "SERVICENOW" | "MARKETO" | "SAPODATA" | "ZENDESK" | "JIRACLOUD" | "NETSUITEERP" | "HUBSPOT" | "FACEBOOKADS" | "INSTAGRAMADS" | "ZOHOCRM" | "SALESFORCEPARDOT" | "SALESFORCEMARKETINGCLOUD" | "SLACK" | "STRIPE" | "INTERCOM" | "SNAPCHATADS")?,
|
3282
|
+
connection_schema_version: ::Integer?
|
3004
3283
|
},
|
3005
3284
|
?hide_password: bool,
|
3006
3285
|
?next_token: ::String,
|
@@ -3237,6 +3516,52 @@ module Aws
|
|
3237
3516
|
) -> _GetDevEndpointsResponseSuccess
|
3238
3517
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDevEndpointsResponseSuccess
|
3239
3518
|
|
3519
|
+
interface _GetEntityRecordsResponseSuccess
|
3520
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetEntityRecordsResponse]
|
3521
|
+
def records: () -> ::Array[untyped]
|
3522
|
+
def next_token: () -> ::String
|
3523
|
+
end
|
3524
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#get_entity_records-instance_method
|
3525
|
+
def get_entity_records: (
|
3526
|
+
?connection_name: ::String,
|
3527
|
+
?catalog_id: ::String,
|
3528
|
+
entity_name: ::String,
|
3529
|
+
?next_token: ::String,
|
3530
|
+
?data_store_api_version: ::String,
|
3531
|
+
?connection_options: Hash[::String, ::String],
|
3532
|
+
?filter_predicate: ::String,
|
3533
|
+
limit: ::Integer,
|
3534
|
+
?order_by: ::String,
|
3535
|
+
?selected_fields: Array[::String]
|
3536
|
+
) -> _GetEntityRecordsResponseSuccess
|
3537
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEntityRecordsResponseSuccess
|
3538
|
+
|
3539
|
+
interface _GetIntegrationResourcePropertyResponseSuccess
|
3540
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetIntegrationResourcePropertyResponse]
|
3541
|
+
def resource_arn: () -> ::String
|
3542
|
+
def source_processing_properties: () -> Types::SourceProcessingProperties
|
3543
|
+
def target_processing_properties: () -> Types::TargetProcessingProperties
|
3544
|
+
end
|
3545
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#get_integration_resource_property-instance_method
|
3546
|
+
def get_integration_resource_property: (
|
3547
|
+
resource_arn: ::String
|
3548
|
+
) -> _GetIntegrationResourcePropertyResponseSuccess
|
3549
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIntegrationResourcePropertyResponseSuccess
|
3550
|
+
|
3551
|
+
interface _GetIntegrationTablePropertiesResponseSuccess
|
3552
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetIntegrationTablePropertiesResponse]
|
3553
|
+
def resource_arn: () -> ::String
|
3554
|
+
def table_name: () -> ::String
|
3555
|
+
def source_table_config: () -> Types::SourceTableConfig
|
3556
|
+
def target_table_config: () -> Types::TargetTableConfig
|
3557
|
+
end
|
3558
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#get_integration_table_properties-instance_method
|
3559
|
+
def get_integration_table_properties: (
|
3560
|
+
resource_arn: ::String,
|
3561
|
+
table_name: ::String
|
3562
|
+
) -> _GetIntegrationTablePropertiesResponseSuccess
|
3563
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIntegrationTablePropertiesResponseSuccess
|
3564
|
+
|
3240
3565
|
interface _GetJobResponseSuccess
|
3241
3566
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetJobResponse]
|
3242
3567
|
def job: () -> Types::Job
|
@@ -4065,6 +4390,18 @@ module Aws
|
|
4065
4390
|
) -> _ListColumnStatisticsTaskRunsResponseSuccess
|
4066
4391
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListColumnStatisticsTaskRunsResponseSuccess
|
4067
4392
|
|
4393
|
+
interface _ListConnectionTypesResponseSuccess
|
4394
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListConnectionTypesResponse]
|
4395
|
+
def connection_types: () -> ::Array[Types::ConnectionTypeBrief]
|
4396
|
+
def next_token: () -> ::String
|
4397
|
+
end
|
4398
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#list_connection_types-instance_method
|
4399
|
+
def list_connection_types: (
|
4400
|
+
?max_results: ::Integer,
|
4401
|
+
?next_token: ::String
|
4402
|
+
) -> _ListConnectionTypesResponseSuccess
|
4403
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConnectionTypesResponseSuccess
|
4404
|
+
|
4068
4405
|
interface _ListCrawlersResponseSuccess
|
4069
4406
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListCrawlersResponse]
|
4070
4407
|
def crawler_names: () -> ::Array[::String]
|
@@ -4263,6 +4600,21 @@ module Aws
|
|
4263
4600
|
) -> _ListDevEndpointsResponseSuccess
|
4264
4601
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDevEndpointsResponseSuccess
|
4265
4602
|
|
4603
|
+
interface _ListEntitiesResponseSuccess
|
4604
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEntitiesResponse]
|
4605
|
+
def entities: () -> ::Array[Types::Entity]
|
4606
|
+
def next_token: () -> ::String
|
4607
|
+
end
|
4608
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#list_entities-instance_method
|
4609
|
+
def list_entities: (
|
4610
|
+
?connection_name: ::String,
|
4611
|
+
?catalog_id: ::String,
|
4612
|
+
?parent_entity_name: ::String,
|
4613
|
+
?next_token: ::String,
|
4614
|
+
?data_store_api_version: ::String
|
4615
|
+
) -> _ListEntitiesResponseSuccess
|
4616
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEntitiesResponseSuccess
|
4617
|
+
|
4266
4618
|
interface _ListJobsResponseSuccess
|
4267
4619
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListJobsResponse]
|
4268
4620
|
def job_names: () -> ::Array[::String]
|
@@ -4439,6 +4791,30 @@ module Aws
|
|
4439
4791
|
) -> _ListWorkflowsResponseSuccess
|
4440
4792
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWorkflowsResponseSuccess
|
4441
4793
|
|
4794
|
+
interface _ModifyIntegrationResponseSuccess
|
4795
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ModifyIntegrationResponse]
|
4796
|
+
def source_arn: () -> ::String
|
4797
|
+
def target_arn: () -> ::String
|
4798
|
+
def integration_name: () -> ::String
|
4799
|
+
def description: () -> ::String
|
4800
|
+
def integration_arn: () -> ::String
|
4801
|
+
def kms_key_id: () -> ::String
|
4802
|
+
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
4803
|
+
def tags: () -> ::Array[Types::Tag]
|
4804
|
+
def status: () -> ("CREATING" | "ACTIVE" | "MODIFYING" | "FAILED" | "DELETING" | "SYNCING" | "NEEDS_ATTENTION")
|
4805
|
+
def create_time: () -> ::Time
|
4806
|
+
def errors: () -> ::Array[Types::IntegrationError]
|
4807
|
+
def data_filter: () -> ::String
|
4808
|
+
end
|
4809
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#modify_integration-instance_method
|
4810
|
+
def modify_integration: (
|
4811
|
+
integration_identifier: ::String,
|
4812
|
+
?description: ::String,
|
4813
|
+
?data_filter: ::String,
|
4814
|
+
?integration_name: ::String
|
4815
|
+
) -> _ModifyIntegrationResponseSuccess
|
4816
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyIntegrationResponseSuccess
|
4817
|
+
|
4442
4818
|
interface _PutDataCatalogEncryptionSettingsResponseSuccess
|
4443
4819
|
include ::Seahorse::Client::_ResponseSuccess[Types::PutDataCatalogEncryptionSettingsResponse]
|
4444
4820
|
end
|
@@ -4955,11 +5331,12 @@ module Aws
|
|
4955
5331
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#test_connection-instance_method
|
4956
5332
|
def test_connection: (
|
4957
5333
|
?connection_name: ::String,
|
5334
|
+
?catalog_id: ::String,
|
4958
5335
|
?test_connection_input: {
|
4959
|
-
connection_type: ("JDBC" | "SFTP" | "MONGODB" | "KAFKA" | "NETWORK" | "MARKETPLACE" | "CUSTOM" | "SALESFORCE" | "VIEW_VALIDATION_REDSHIFT" | "VIEW_VALIDATION_ATHENA"),
|
4960
|
-
connection_properties: Hash[("HOST" | "PORT" | "USERNAME" | "PASSWORD" | "ENCRYPTED_PASSWORD" | "JDBC_DRIVER_JAR_URI" | "JDBC_DRIVER_CLASS_NAME" | "JDBC_ENGINE" | "JDBC_ENGINE_VERSION" | "CONFIG_FILES" | "INSTANCE_ID" | "JDBC_CONNECTION_URL" | "JDBC_ENFORCE_SSL" | "CUSTOM_JDBC_CERT" | "SKIP_CUSTOM_JDBC_CERT_VALIDATION" | "CUSTOM_JDBC_CERT_STRING" | "CONNECTION_URL" | "KAFKA_BOOTSTRAP_SERVERS" | "KAFKA_SSL_ENABLED" | "KAFKA_CUSTOM_CERT" | "KAFKA_SKIP_CUSTOM_CERT_VALIDATION" | "KAFKA_CLIENT_KEYSTORE" | "KAFKA_CLIENT_KEYSTORE_PASSWORD" | "KAFKA_CLIENT_KEY_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD" | "
|
5336
|
+
connection_type: ("JDBC" | "SFTP" | "MONGODB" | "KAFKA" | "NETWORK" | "MARKETPLACE" | "CUSTOM" | "SALESFORCE" | "VIEW_VALIDATION_REDSHIFT" | "VIEW_VALIDATION_ATHENA" | "GOOGLEADS" | "GOOGLESHEETS" | "GOOGLEANALYTICS4" | "SERVICENOW" | "MARKETO" | "SAPODATA" | "ZENDESK" | "JIRACLOUD" | "NETSUITEERP" | "HUBSPOT" | "FACEBOOKADS" | "INSTAGRAMADS" | "ZOHOCRM" | "SALESFORCEPARDOT" | "SALESFORCEMARKETINGCLOUD" | "SLACK" | "STRIPE" | "INTERCOM" | "SNAPCHATADS"),
|
5337
|
+
connection_properties: Hash[("HOST" | "PORT" | "USERNAME" | "PASSWORD" | "ENCRYPTED_PASSWORD" | "JDBC_DRIVER_JAR_URI" | "JDBC_DRIVER_CLASS_NAME" | "JDBC_ENGINE" | "JDBC_ENGINE_VERSION" | "CONFIG_FILES" | "INSTANCE_ID" | "JDBC_CONNECTION_URL" | "JDBC_ENFORCE_SSL" | "CUSTOM_JDBC_CERT" | "SKIP_CUSTOM_JDBC_CERT_VALIDATION" | "CUSTOM_JDBC_CERT_STRING" | "CONNECTION_URL" | "KAFKA_BOOTSTRAP_SERVERS" | "KAFKA_SSL_ENABLED" | "KAFKA_CUSTOM_CERT" | "KAFKA_SKIP_CUSTOM_CERT_VALIDATION" | "KAFKA_CLIENT_KEYSTORE" | "KAFKA_CLIENT_KEYSTORE_PASSWORD" | "KAFKA_CLIENT_KEY_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD" | "KAFKA_SASL_MECHANISM" | "KAFKA_SASL_PLAIN_USERNAME" | "KAFKA_SASL_PLAIN_PASSWORD" | "ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD" | "KAFKA_SASL_SCRAM_USERNAME" | "KAFKA_SASL_SCRAM_PASSWORD" | "KAFKA_SASL_SCRAM_SECRETS_ARN" | "ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD" | "KAFKA_SASL_GSSAPI_KEYTAB" | "KAFKA_SASL_GSSAPI_KRB5_CONF" | "KAFKA_SASL_GSSAPI_SERVICE" | "KAFKA_SASL_GSSAPI_PRINCIPAL" | "SECRET_ID" | "CONNECTOR_URL" | "CONNECTOR_TYPE" | "CONNECTOR_CLASS_NAME" | "ENDPOINT" | "ENDPOINT_TYPE" | "ROLE_ARN" | "REGION" | "WORKGROUP_NAME" | "CLUSTER_IDENTIFIER" | "DATABASE"), ::String],
|
4961
5338
|
authentication_configuration: {
|
4962
|
-
authentication_type: ("BASIC" | "OAUTH2" | "CUSTOM")?,
|
5339
|
+
authentication_type: ("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")?,
|
4963
5340
|
o_auth_2_properties: {
|
4964
5341
|
o_auth_2_grant_type: ("AUTHORIZATION_CODE" | "CLIENT_CREDENTIALS" | "JWT_BEARER")?,
|
4965
5342
|
o_auth_2_client_application: {
|
@@ -4971,9 +5348,21 @@ module Aws
|
|
4971
5348
|
authorization_code_properties: {
|
4972
5349
|
authorization_code: ::String?,
|
4973
5350
|
redirect_uri: ::String?
|
5351
|
+
}?,
|
5352
|
+
o_auth_2_credentials: {
|
5353
|
+
user_managed_client_application_client_secret: ::String?,
|
5354
|
+
access_token: ::String?,
|
5355
|
+
refresh_token: ::String?,
|
5356
|
+
jwt_token: ::String?
|
4974
5357
|
}?
|
4975
5358
|
}?,
|
4976
|
-
secret_arn: ::String
|
5359
|
+
secret_arn: ::String?,
|
5360
|
+
kms_key_arn: ::String?,
|
5361
|
+
basic_authentication_credentials: {
|
5362
|
+
username: ::String?,
|
5363
|
+
password: ::String?
|
5364
|
+
}?,
|
5365
|
+
custom_authentication_credentials: Hash[::String, ::String]?
|
4977
5366
|
}?
|
4978
5367
|
}
|
4979
5368
|
) -> _TestConnectionResponseSuccess
|
@@ -5001,6 +5390,51 @@ module Aws
|
|
5001
5390
|
) -> _UpdateBlueprintResponseSuccess
|
5002
5391
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBlueprintResponseSuccess
|
5003
5392
|
|
5393
|
+
interface _UpdateCatalogResponseSuccess
|
5394
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateCatalogResponse]
|
5395
|
+
end
|
5396
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#update_catalog-instance_method
|
5397
|
+
def update_catalog: (
|
5398
|
+
catalog_id: ::String,
|
5399
|
+
catalog_input: {
|
5400
|
+
description: ::String?,
|
5401
|
+
federated_catalog: {
|
5402
|
+
identifier: ::String?,
|
5403
|
+
connection_name: ::String?
|
5404
|
+
}?,
|
5405
|
+
parameters: Hash[::String, ::String]?,
|
5406
|
+
target_redshift_catalog: {
|
5407
|
+
catalog_arn: ::String
|
5408
|
+
}?,
|
5409
|
+
catalog_properties: {
|
5410
|
+
data_lake_access_properties: {
|
5411
|
+
data_lake_access: bool?,
|
5412
|
+
data_transfer_role: ::String?,
|
5413
|
+
kms_key: ::String?,
|
5414
|
+
catalog_type: ::String?
|
5415
|
+
}?,
|
5416
|
+
custom_properties: Hash[::String, ::String]?
|
5417
|
+
}?,
|
5418
|
+
create_table_default_permissions: Array[
|
5419
|
+
{
|
5420
|
+
principal: {
|
5421
|
+
data_lake_principal_identifier: ::String?
|
5422
|
+
}?,
|
5423
|
+
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]?
|
5424
|
+
},
|
5425
|
+
]?,
|
5426
|
+
create_database_default_permissions: Array[
|
5427
|
+
{
|
5428
|
+
principal: {
|
5429
|
+
data_lake_principal_identifier: ::String?
|
5430
|
+
}?,
|
5431
|
+
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]?
|
5432
|
+
},
|
5433
|
+
]?
|
5434
|
+
}
|
5435
|
+
) -> _UpdateCatalogResponseSuccess
|
5436
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCatalogResponseSuccess
|
5437
|
+
|
5004
5438
|
interface _UpdateClassifierResponseSuccess
|
5005
5439
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateClassifierResponse]
|
5006
5440
|
end
|
@@ -5199,17 +5633,19 @@ module Aws
|
|
5199
5633
|
connection_input: {
|
5200
5634
|
name: ::String,
|
5201
5635
|
description: ::String?,
|
5202
|
-
connection_type: ("JDBC" | "SFTP" | "MONGODB" | "KAFKA" | "NETWORK" | "MARKETPLACE" | "CUSTOM" | "SALESFORCE" | "VIEW_VALIDATION_REDSHIFT" | "VIEW_VALIDATION_ATHENA"),
|
5636
|
+
connection_type: ("JDBC" | "SFTP" | "MONGODB" | "KAFKA" | "NETWORK" | "MARKETPLACE" | "CUSTOM" | "SALESFORCE" | "VIEW_VALIDATION_REDSHIFT" | "VIEW_VALIDATION_ATHENA" | "GOOGLEADS" | "GOOGLESHEETS" | "GOOGLEANALYTICS4" | "SERVICENOW" | "MARKETO" | "SAPODATA" | "ZENDESK" | "JIRACLOUD" | "NETSUITEERP" | "HUBSPOT" | "FACEBOOKADS" | "INSTAGRAMADS" | "ZOHOCRM" | "SALESFORCEPARDOT" | "SALESFORCEMARKETINGCLOUD" | "SLACK" | "STRIPE" | "INTERCOM" | "SNAPCHATADS"),
|
5203
5637
|
match_criteria: Array[::String]?,
|
5204
|
-
connection_properties: Hash[("HOST" | "PORT" | "USERNAME" | "PASSWORD" | "ENCRYPTED_PASSWORD" | "JDBC_DRIVER_JAR_URI" | "JDBC_DRIVER_CLASS_NAME" | "JDBC_ENGINE" | "JDBC_ENGINE_VERSION" | "CONFIG_FILES" | "INSTANCE_ID" | "JDBC_CONNECTION_URL" | "JDBC_ENFORCE_SSL" | "CUSTOM_JDBC_CERT" | "SKIP_CUSTOM_JDBC_CERT_VALIDATION" | "CUSTOM_JDBC_CERT_STRING" | "CONNECTION_URL" | "KAFKA_BOOTSTRAP_SERVERS" | "KAFKA_SSL_ENABLED" | "KAFKA_CUSTOM_CERT" | "KAFKA_SKIP_CUSTOM_CERT_VALIDATION" | "KAFKA_CLIENT_KEYSTORE" | "KAFKA_CLIENT_KEYSTORE_PASSWORD" | "KAFKA_CLIENT_KEY_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD" | "
|
5638
|
+
connection_properties: Hash[("HOST" | "PORT" | "USERNAME" | "PASSWORD" | "ENCRYPTED_PASSWORD" | "JDBC_DRIVER_JAR_URI" | "JDBC_DRIVER_CLASS_NAME" | "JDBC_ENGINE" | "JDBC_ENGINE_VERSION" | "CONFIG_FILES" | "INSTANCE_ID" | "JDBC_CONNECTION_URL" | "JDBC_ENFORCE_SSL" | "CUSTOM_JDBC_CERT" | "SKIP_CUSTOM_JDBC_CERT_VALIDATION" | "CUSTOM_JDBC_CERT_STRING" | "CONNECTION_URL" | "KAFKA_BOOTSTRAP_SERVERS" | "KAFKA_SSL_ENABLED" | "KAFKA_CUSTOM_CERT" | "KAFKA_SKIP_CUSTOM_CERT_VALIDATION" | "KAFKA_CLIENT_KEYSTORE" | "KAFKA_CLIENT_KEYSTORE_PASSWORD" | "KAFKA_CLIENT_KEY_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD" | "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD" | "KAFKA_SASL_MECHANISM" | "KAFKA_SASL_PLAIN_USERNAME" | "KAFKA_SASL_PLAIN_PASSWORD" | "ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD" | "KAFKA_SASL_SCRAM_USERNAME" | "KAFKA_SASL_SCRAM_PASSWORD" | "KAFKA_SASL_SCRAM_SECRETS_ARN" | "ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD" | "KAFKA_SASL_GSSAPI_KEYTAB" | "KAFKA_SASL_GSSAPI_KRB5_CONF" | "KAFKA_SASL_GSSAPI_SERVICE" | "KAFKA_SASL_GSSAPI_PRINCIPAL" | "SECRET_ID" | "CONNECTOR_URL" | "CONNECTOR_TYPE" | "CONNECTOR_CLASS_NAME" | "ENDPOINT" | "ENDPOINT_TYPE" | "ROLE_ARN" | "REGION" | "WORKGROUP_NAME" | "CLUSTER_IDENTIFIER" | "DATABASE"), ::String],
|
5639
|
+
spark_properties: Hash[::String, ::String]?,
|
5205
5640
|
athena_properties: Hash[::String, ::String]?,
|
5641
|
+
python_properties: Hash[::String, ::String]?,
|
5206
5642
|
physical_connection_requirements: {
|
5207
5643
|
subnet_id: ::String?,
|
5208
5644
|
security_group_id_list: Array[::String]?,
|
5209
5645
|
availability_zone: ::String?
|
5210
5646
|
}?,
|
5211
5647
|
authentication_configuration: {
|
5212
|
-
authentication_type: ("BASIC" | "OAUTH2" | "CUSTOM")?,
|
5648
|
+
authentication_type: ("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")?,
|
5213
5649
|
o_auth_2_properties: {
|
5214
5650
|
o_auth_2_grant_type: ("AUTHORIZATION_CODE" | "CLIENT_CREDENTIALS" | "JWT_BEARER")?,
|
5215
5651
|
o_auth_2_client_application: {
|
@@ -5221,11 +5657,24 @@ module Aws
|
|
5221
5657
|
authorization_code_properties: {
|
5222
5658
|
authorization_code: ::String?,
|
5223
5659
|
redirect_uri: ::String?
|
5660
|
+
}?,
|
5661
|
+
o_auth_2_credentials: {
|
5662
|
+
user_managed_client_application_client_secret: ::String?,
|
5663
|
+
access_token: ::String?,
|
5664
|
+
refresh_token: ::String?,
|
5665
|
+
jwt_token: ::String?
|
5224
5666
|
}?
|
5225
5667
|
}?,
|
5226
|
-
secret_arn: ::String
|
5668
|
+
secret_arn: ::String?,
|
5669
|
+
kms_key_arn: ::String?,
|
5670
|
+
basic_authentication_credentials: {
|
5671
|
+
username: ::String?,
|
5672
|
+
password: ::String?
|
5673
|
+
}?,
|
5674
|
+
custom_authentication_credentials: Hash[::String, ::String]?
|
5227
5675
|
}?,
|
5228
|
-
validate_credentials: bool
|
5676
|
+
validate_credentials: bool?,
|
5677
|
+
validate_for_compute_environments: Array[("SPARK" | "ATHENA" | "PYTHON")]?
|
5229
5678
|
}
|
5230
5679
|
) -> _UpdateConnectionResponseSuccess
|
5231
5680
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConnectionResponseSuccess
|
@@ -5404,6 +5853,53 @@ module Aws
|
|
5404
5853
|
) -> _UpdateDevEndpointResponseSuccess
|
5405
5854
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDevEndpointResponseSuccess
|
5406
5855
|
|
5856
|
+
interface _UpdateIntegrationResourcePropertyResponseSuccess
|
5857
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIntegrationResourcePropertyResponse]
|
5858
|
+
def resource_arn: () -> ::String
|
5859
|
+
def source_processing_properties: () -> Types::SourceProcessingProperties
|
5860
|
+
def target_processing_properties: () -> Types::TargetProcessingProperties
|
5861
|
+
end
|
5862
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#update_integration_resource_property-instance_method
|
5863
|
+
def update_integration_resource_property: (
|
5864
|
+
resource_arn: ::String,
|
5865
|
+
?source_processing_properties: {
|
5866
|
+
role_arn: ::String?
|
5867
|
+
},
|
5868
|
+
?target_processing_properties: {
|
5869
|
+
role_arn: ::String?,
|
5870
|
+
kms_arn: ::String?,
|
5871
|
+
connection_name: ::String?,
|
5872
|
+
event_bus_arn: ::String?
|
5873
|
+
}
|
5874
|
+
) -> _UpdateIntegrationResourcePropertyResponseSuccess
|
5875
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIntegrationResourcePropertyResponseSuccess
|
5876
|
+
|
5877
|
+
interface _UpdateIntegrationTablePropertiesResponseSuccess
|
5878
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIntegrationTablePropertiesResponse]
|
5879
|
+
end
|
5880
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#update_integration_table_properties-instance_method
|
5881
|
+
def update_integration_table_properties: (
|
5882
|
+
resource_arn: ::String,
|
5883
|
+
table_name: ::String,
|
5884
|
+
?source_table_config: {
|
5885
|
+
fields: Array[::String]?,
|
5886
|
+
filter_predicate: ::String?,
|
5887
|
+
primary_key: Array[::String]?,
|
5888
|
+
record_update_field: ::String?
|
5889
|
+
},
|
5890
|
+
?target_table_config: {
|
5891
|
+
unnest_spec: ("TOPLEVEL" | "FULL" | "NOUNNEST")?,
|
5892
|
+
partition_spec: Array[
|
5893
|
+
{
|
5894
|
+
field_name: ::String?,
|
5895
|
+
function_spec: ::String?
|
5896
|
+
},
|
5897
|
+
]?,
|
5898
|
+
target_table_name: ::String?
|
5899
|
+
}
|
5900
|
+
) -> _UpdateIntegrationTablePropertiesResponseSuccess
|
5901
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIntegrationTablePropertiesResponseSuccess
|
5902
|
+
|
5407
5903
|
interface _UpdateJobResponseSuccess
|
5408
5904
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateJobResponse]
|
5409
5905
|
def job_name: () -> ::String
|