aws-sdk-glue 1.214.0 → 1.215.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +14 -2
- data/lib/aws-sdk-glue/client_api.rb +8 -0
- data/lib/aws-sdk-glue/types.rb +64 -9
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +5 -1
- data/sig/types.rbs +9 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5a4cb25c4b503cc0f1647d62f51624c0be72d9e4a85065460b07fbe67a621e9
|
4
|
+
data.tar.gz: 8497701ee17774051606366b7beac633af398533f14d503652612a041eab0650
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd9deb7650df5ed331f80d56030cc74b5988d7eed0a3235e515047b7c72986a296e95f8276d6216f6d4e2def3b59a4baf94fba72bb2f8f05358946ac6800d982
|
7
|
+
data.tar.gz: 60aa112283b4313d01ece5249e2cfaf5d4ad977d347a8e298d068632d6a330f79d99ce778c5b199597908da2c7a6088a079c7588eb6463abae628fecf8d4d5be
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.215.0 (2025-05-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This new release supports customizable RefreshInterval for all Saas ZETL integrations from 15 minutes to 6 days.
|
8
|
+
|
4
9
|
1.214.0 (2025-05-01)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.215.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -3771,6 +3771,9 @@ module Aws::Glue
|
|
3771
3771
|
# Metadata assigned to the resource consisting of a list of key-value
|
3772
3772
|
# pairs.
|
3773
3773
|
#
|
3774
|
+
# @option params [Types::IntegrationConfig] :integration_config
|
3775
|
+
# The configuration settings.
|
3776
|
+
#
|
3774
3777
|
# @return [Types::CreateIntegrationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3775
3778
|
#
|
3776
3779
|
# * {Types::CreateIntegrationResponse#source_arn #source_arn} => String
|
@@ -3785,6 +3788,7 @@ module Aws::Glue
|
|
3785
3788
|
# * {Types::CreateIntegrationResponse#create_time #create_time} => Time
|
3786
3789
|
# * {Types::CreateIntegrationResponse#errors #errors} => Array<Types::IntegrationError>
|
3787
3790
|
# * {Types::CreateIntegrationResponse#data_filter #data_filter} => String
|
3791
|
+
# * {Types::CreateIntegrationResponse#integration_config #integration_config} => Types::IntegrationConfig
|
3788
3792
|
#
|
3789
3793
|
# @example Request syntax with placeholder values
|
3790
3794
|
#
|
@@ -3804,6 +3808,9 @@ module Aws::Glue
|
|
3804
3808
|
# value: "TagValue",
|
3805
3809
|
# },
|
3806
3810
|
# ],
|
3811
|
+
# integration_config: {
|
3812
|
+
# refresh_interval: "String128",
|
3813
|
+
# },
|
3807
3814
|
# })
|
3808
3815
|
#
|
3809
3816
|
# @example Response structure
|
@@ -3825,6 +3832,7 @@ module Aws::Glue
|
|
3825
3832
|
# resp.errors[0].error_code #=> String
|
3826
3833
|
# resp.errors[0].error_message #=> String
|
3827
3834
|
# resp.data_filter #=> String
|
3835
|
+
# resp.integration_config.refresh_interval #=> String
|
3828
3836
|
#
|
3829
3837
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateIntegration AWS API Documentation
|
3830
3838
|
#
|
@@ -3906,7 +3914,9 @@ module Aws::Glue
|
|
3906
3914
|
# The name of the table to be replicated.
|
3907
3915
|
#
|
3908
3916
|
# @option params [Types::SourceTableConfig] :source_table_config
|
3909
|
-
# A structure for the source table configuration.
|
3917
|
+
# A structure for the source table configuration. See the
|
3918
|
+
# `SourceTableConfig` structure to see list of supported source
|
3919
|
+
# properties.
|
3910
3920
|
#
|
3911
3921
|
# @option params [Types::TargetTableConfig] :target_table_config
|
3912
3922
|
# A structure for the target table configuration.
|
@@ -6891,6 +6901,7 @@ module Aws::Glue
|
|
6891
6901
|
# resp.inbound_integrations[0].integration_arn #=> String
|
6892
6902
|
# resp.inbound_integrations[0].status #=> String, one of "CREATING", "ACTIVE", "MODIFYING", "FAILED", "DELETING", "SYNCING", "NEEDS_ATTENTION"
|
6893
6903
|
# resp.inbound_integrations[0].create_time #=> Time
|
6904
|
+
# resp.inbound_integrations[0].integration_config.refresh_interval #=> String
|
6894
6905
|
# resp.inbound_integrations[0].errors #=> Array
|
6895
6906
|
# resp.inbound_integrations[0].errors[0].error_code #=> String
|
6896
6907
|
# resp.inbound_integrations[0].errors[0].error_message #=> String
|
@@ -6957,6 +6968,7 @@ module Aws::Glue
|
|
6957
6968
|
# resp.integrations[0].tags[0].value #=> String
|
6958
6969
|
# resp.integrations[0].status #=> String, one of "CREATING", "ACTIVE", "MODIFYING", "FAILED", "DELETING", "SYNCING", "NEEDS_ATTENTION"
|
6959
6970
|
# resp.integrations[0].create_time #=> Time
|
6971
|
+
# resp.integrations[0].integration_config.refresh_interval #=> String
|
6960
6972
|
# resp.integrations[0].errors #=> Array
|
6961
6973
|
# resp.integrations[0].errors[0].error_code #=> String
|
6962
6974
|
# resp.integrations[0].errors[0].error_message #=> String
|
@@ -20094,7 +20106,7 @@ module Aws::Glue
|
|
20094
20106
|
tracer: tracer
|
20095
20107
|
)
|
20096
20108
|
context[:gem_name] = 'aws-sdk-glue'
|
20097
|
-
context[:gem_version] = '1.
|
20109
|
+
context[:gem_version] = '1.215.0'
|
20098
20110
|
Seahorse::Client::Request.new(handlers, context)
|
20099
20111
|
end
|
20100
20112
|
|
@@ -817,6 +817,7 @@ module Aws::Glue
|
|
817
817
|
IntegerValue = Shapes::IntegerShape.new(name: 'IntegerValue')
|
818
818
|
Integration = Shapes::StructureShape.new(name: 'Integration')
|
819
819
|
IntegrationAdditionalEncryptionContextMap = Shapes::MapShape.new(name: 'IntegrationAdditionalEncryptionContextMap')
|
820
|
+
IntegrationConfig = Shapes::StructureShape.new(name: 'IntegrationConfig')
|
820
821
|
IntegrationConflictOperationFault = Shapes::StructureShape.new(name: 'IntegrationConflictOperationFault')
|
821
822
|
IntegrationDescription = Shapes::StringShape.new(name: 'IntegrationDescription')
|
822
823
|
IntegrationError = Shapes::StructureShape.new(name: 'IntegrationError')
|
@@ -2696,6 +2697,7 @@ module Aws::Glue
|
|
2696
2697
|
CreateIntegrationRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
|
2697
2698
|
CreateIntegrationRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: IntegrationAdditionalEncryptionContextMap, location_name: "AdditionalEncryptionContext"))
|
2698
2699
|
CreateIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
2700
|
+
CreateIntegrationRequest.add_member(:integration_config, Shapes::ShapeRef.new(shape: IntegrationConfig, location_name: "IntegrationConfig"))
|
2699
2701
|
CreateIntegrationRequest.struct_class = Types::CreateIntegrationRequest
|
2700
2702
|
|
2701
2703
|
CreateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
@@ -2720,6 +2722,7 @@ module Aws::Glue
|
|
2720
2722
|
CreateIntegrationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
2721
2723
|
CreateIntegrationResponse.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
2722
2724
|
CreateIntegrationResponse.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
2725
|
+
CreateIntegrationResponse.add_member(:integration_config, Shapes::ShapeRef.new(shape: IntegrationConfig, location_name: "IntegrationConfig"))
|
2723
2726
|
CreateIntegrationResponse.struct_class = Types::CreateIntegrationResponse
|
2724
2727
|
|
2725
2728
|
CreateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
@@ -4699,6 +4702,7 @@ module Aws::Glue
|
|
4699
4702
|
InboundIntegration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
4700
4703
|
InboundIntegration.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
4701
4704
|
InboundIntegration.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
4705
|
+
InboundIntegration.add_member(:integration_config, Shapes::ShapeRef.new(shape: IntegrationConfig, location_name: "IntegrationConfig"))
|
4702
4706
|
InboundIntegration.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
4703
4707
|
InboundIntegration.struct_class = Types::InboundIntegration
|
4704
4708
|
|
@@ -4716,6 +4720,7 @@ module Aws::Glue
|
|
4716
4720
|
Integration.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
4717
4721
|
Integration.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
4718
4722
|
Integration.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
4723
|
+
Integration.add_member(:integration_config, Shapes::ShapeRef.new(shape: IntegrationConfig, location_name: "IntegrationConfig"))
|
4719
4724
|
Integration.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
4720
4725
|
Integration.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
4721
4726
|
Integration.struct_class = Types::Integration
|
@@ -4723,6 +4728,9 @@ module Aws::Glue
|
|
4723
4728
|
IntegrationAdditionalEncryptionContextMap.key = Shapes::ShapeRef.new(shape: IntegrationString)
|
4724
4729
|
IntegrationAdditionalEncryptionContextMap.value = Shapes::ShapeRef.new(shape: IntegrationString)
|
4725
4730
|
|
4731
|
+
IntegrationConfig.add_member(:refresh_interval, Shapes::ShapeRef.new(shape: String128, location_name: "RefreshInterval"))
|
4732
|
+
IntegrationConfig.struct_class = Types::IntegrationConfig
|
4733
|
+
|
4726
4734
|
IntegrationConflictOperationFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4727
4735
|
IntegrationConflictOperationFault.struct_class = Types::IntegrationConflictOperationFault
|
4728
4736
|
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -5639,6 +5639,10 @@ module Aws::Glue
|
|
5639
5639
|
# pairs.
|
5640
5640
|
# @return [Array<Types::Tag>]
|
5641
5641
|
#
|
5642
|
+
# @!attribute [rw] integration_config
|
5643
|
+
# The configuration settings.
|
5644
|
+
# @return [Types::IntegrationConfig]
|
5645
|
+
#
|
5642
5646
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateIntegrationRequest AWS API Documentation
|
5643
5647
|
#
|
5644
5648
|
class CreateIntegrationRequest < Struct.new(
|
@@ -5649,7 +5653,8 @@ module Aws::Glue
|
|
5649
5653
|
:data_filter,
|
5650
5654
|
:kms_key_id,
|
5651
5655
|
:additional_encryption_context,
|
5652
|
-
:tags
|
5656
|
+
:tags,
|
5657
|
+
:integration_config)
|
5653
5658
|
SENSITIVE = []
|
5654
5659
|
include Aws::Structure
|
5655
5660
|
end
|
@@ -5766,6 +5771,10 @@ module Aws::Glue
|
|
5766
5771
|
# syntax.
|
5767
5772
|
# @return [String]
|
5768
5773
|
#
|
5774
|
+
# @!attribute [rw] integration_config
|
5775
|
+
# The configuration settings.
|
5776
|
+
# @return [Types::IntegrationConfig]
|
5777
|
+
#
|
5769
5778
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateIntegrationResponse AWS API Documentation
|
5770
5779
|
#
|
5771
5780
|
class CreateIntegrationResponse < Struct.new(
|
@@ -5780,7 +5789,8 @@ module Aws::Glue
|
|
5780
5789
|
:status,
|
5781
5790
|
:create_time,
|
5782
5791
|
:errors,
|
5783
|
-
:data_filter
|
5792
|
+
:data_filter,
|
5793
|
+
:integration_config)
|
5784
5794
|
SENSITIVE = []
|
5785
5795
|
include Aws::Structure
|
5786
5796
|
end
|
@@ -5794,7 +5804,9 @@ module Aws::Glue
|
|
5794
5804
|
# @return [String]
|
5795
5805
|
#
|
5796
5806
|
# @!attribute [rw] source_table_config
|
5797
|
-
# A structure for the source table configuration.
|
5807
|
+
# A structure for the source table configuration. See the
|
5808
|
+
# `SourceTableConfig` structure to see list of supported source
|
5809
|
+
# properties.
|
5798
5810
|
# @return [Types::SourceTableConfig]
|
5799
5811
|
#
|
5800
5812
|
# @!attribute [rw] target_table_config
|
@@ -15609,6 +15621,10 @@ module Aws::Glue
|
|
15609
15621
|
# The time that the integration was created, in UTC.
|
15610
15622
|
# @return [Time]
|
15611
15623
|
#
|
15624
|
+
# @!attribute [rw] integration_config
|
15625
|
+
# Properties associated with the integration.
|
15626
|
+
# @return [Types::IntegrationConfig]
|
15627
|
+
#
|
15612
15628
|
# @!attribute [rw] errors
|
15613
15629
|
# A list of errors associated with the integration.
|
15614
15630
|
# @return [Array<Types::IntegrationError>]
|
@@ -15621,6 +15637,7 @@ module Aws::Glue
|
|
15621
15637
|
:integration_arn,
|
15622
15638
|
:status,
|
15623
15639
|
:create_time,
|
15640
|
+
:integration_config,
|
15624
15641
|
:errors)
|
15625
15642
|
SENSITIVE = []
|
15626
15643
|
include Aws::Structure
|
@@ -15686,6 +15703,10 @@ module Aws::Glue
|
|
15686
15703
|
# The time that the integration was created, in UTC.
|
15687
15704
|
# @return [Time]
|
15688
15705
|
#
|
15706
|
+
# @!attribute [rw] integration_config
|
15707
|
+
# Properties associated with the integration.
|
15708
|
+
# @return [Types::IntegrationConfig]
|
15709
|
+
#
|
15689
15710
|
# @!attribute [rw] errors
|
15690
15711
|
# A list of errors associated with the integration.
|
15691
15712
|
# @return [Array<Types::IntegrationError>]
|
@@ -15708,12 +15729,32 @@ module Aws::Glue
|
|
15708
15729
|
:tags,
|
15709
15730
|
:status,
|
15710
15731
|
:create_time,
|
15732
|
+
:integration_config,
|
15711
15733
|
:errors,
|
15712
15734
|
:data_filter)
|
15713
15735
|
SENSITIVE = []
|
15714
15736
|
include Aws::Structure
|
15715
15737
|
end
|
15716
15738
|
|
15739
|
+
# Properties associated with the integration.
|
15740
|
+
#
|
15741
|
+
# @!attribute [rw] refresh_interval
|
15742
|
+
# Specifies the frequency at which CDC (Change Data Capture) pulls or
|
15743
|
+
# incremental loads should occur. This parameter provides flexibility
|
15744
|
+
# to align the refresh rate with your specific data update patterns,
|
15745
|
+
# system load considerations, and performance optimization goals. Time
|
15746
|
+
# increment can be set from 15 minutes to 8640 minutes (six days).
|
15747
|
+
# Currently supports creation of `RefreshInterval` only.
|
15748
|
+
# @return [String]
|
15749
|
+
#
|
15750
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/IntegrationConfig AWS API Documentation
|
15751
|
+
#
|
15752
|
+
class IntegrationConfig < Struct.new(
|
15753
|
+
:refresh_interval)
|
15754
|
+
SENSITIVE = []
|
15755
|
+
include Aws::Structure
|
15756
|
+
end
|
15757
|
+
|
15717
15758
|
# The requested operation conflicts with another operation.
|
15718
15759
|
#
|
15719
15760
|
# @!attribute [rw] message
|
@@ -15784,11 +15825,21 @@ module Aws::Glue
|
|
15784
15825
|
# A structure that describes how data is partitioned on the target.
|
15785
15826
|
#
|
15786
15827
|
# @!attribute [rw] field_name
|
15787
|
-
# The field name used to partition data on the target.
|
15828
|
+
# The field name used to partition data on the target. Avoid using
|
15829
|
+
# columns that have unique values for each row (for example,
|
15830
|
+
# `LastModifiedTimestamp`, `SystemModTimeStamp`) as the partition
|
15831
|
+
# column. These columns are not suitable for partitioning because they
|
15832
|
+
# create a large number of small partitions, which can lead to
|
15833
|
+
# performance issues.
|
15788
15834
|
# @return [String]
|
15789
15835
|
#
|
15790
15836
|
# @!attribute [rw] function_spec
|
15791
|
-
# Specifies
|
15837
|
+
# Specifies the function used to partition data on the target. The
|
15838
|
+
# only accepted value for this parameter is `'identity'` (string).
|
15839
|
+
# The `'identity'` function ensures that the data partitioning on
|
15840
|
+
# the target follows the same scheme as the source. In other words,
|
15841
|
+
# the partitioning structure of the source data is preserved in the
|
15842
|
+
# target destination.
|
15792
15843
|
# @return [String]
|
15793
15844
|
#
|
15794
15845
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/IntegrationPartition AWS API Documentation
|
@@ -23423,19 +23474,23 @@ module Aws::Glue
|
|
23423
23474
|
# Properties used by the source leg to process data from the source.
|
23424
23475
|
#
|
23425
23476
|
# @!attribute [rw] fields
|
23426
|
-
# A list of fields used for column-level filtering.
|
23477
|
+
# A list of fields used for column-level filtering. Currently
|
23478
|
+
# unsupported.
|
23427
23479
|
# @return [Array<String>]
|
23428
23480
|
#
|
23429
23481
|
# @!attribute [rw] filter_predicate
|
23430
|
-
# A condition clause used for row-level filtering.
|
23482
|
+
# A condition clause used for row-level filtering. Currently
|
23483
|
+
# unsupported.
|
23431
23484
|
# @return [String]
|
23432
23485
|
#
|
23433
23486
|
# @!attribute [rw] primary_key
|
23434
|
-
#
|
23487
|
+
# Provide the primary key set for this table. Currently supported
|
23488
|
+
# specifically for SAP `EntityOf` entities upon request. Contact
|
23489
|
+
# Amazon Web Services Support to make this feature available.
|
23435
23490
|
# @return [Array<String>]
|
23436
23491
|
#
|
23437
23492
|
# @!attribute [rw] record_update_field
|
23438
|
-
# Incremental pull timestamp-based field.
|
23493
|
+
# Incremental pull timestamp-based field. Currently unsupported.
|
23439
23494
|
# @return [String]
|
23440
23495
|
#
|
23441
23496
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SourceTableConfig AWS API Documentation
|
data/lib/aws-sdk-glue.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -863,6 +863,7 @@ module Aws
|
|
863
863
|
def create_time: () -> ::Time
|
864
864
|
def errors: () -> ::Array[Types::IntegrationError]
|
865
865
|
def data_filter: () -> ::String
|
866
|
+
def integration_config: () -> Types::IntegrationConfig
|
866
867
|
end
|
867
868
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#create_integration-instance_method
|
868
869
|
def create_integration: (
|
@@ -878,7 +879,10 @@ module Aws
|
|
878
879
|
key: ::String?,
|
879
880
|
value: ::String?
|
880
881
|
},
|
881
|
-
]
|
882
|
+
],
|
883
|
+
?integration_config: {
|
884
|
+
refresh_interval: ::String?
|
885
|
+
}
|
882
886
|
) -> _CreateIntegrationResponseSuccess
|
883
887
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIntegrationResponseSuccess
|
884
888
|
|
data/sig/types.rbs
CHANGED
@@ -1323,6 +1323,7 @@ module Aws::Glue
|
|
1323
1323
|
attr_accessor kms_key_id: ::String
|
1324
1324
|
attr_accessor additional_encryption_context: ::Hash[::String, ::String]
|
1325
1325
|
attr_accessor tags: ::Array[Types::Tag]
|
1326
|
+
attr_accessor integration_config: Types::IntegrationConfig
|
1326
1327
|
SENSITIVE: []
|
1327
1328
|
end
|
1328
1329
|
|
@@ -1353,6 +1354,7 @@ module Aws::Glue
|
|
1353
1354
|
attr_accessor create_time: ::Time
|
1354
1355
|
attr_accessor errors: ::Array[Types::IntegrationError]
|
1355
1356
|
attr_accessor data_filter: ::String
|
1357
|
+
attr_accessor integration_config: Types::IntegrationConfig
|
1356
1358
|
SENSITIVE: []
|
1357
1359
|
end
|
1358
1360
|
|
@@ -3910,6 +3912,7 @@ module Aws::Glue
|
|
3910
3912
|
attr_accessor integration_arn: ::String
|
3911
3913
|
attr_accessor status: ("CREATING" | "ACTIVE" | "MODIFYING" | "FAILED" | "DELETING" | "SYNCING" | "NEEDS_ATTENTION")
|
3912
3914
|
attr_accessor create_time: ::Time
|
3915
|
+
attr_accessor integration_config: Types::IntegrationConfig
|
3913
3916
|
attr_accessor errors: ::Array[Types::IntegrationError]
|
3914
3917
|
SENSITIVE: []
|
3915
3918
|
end
|
@@ -3925,11 +3928,17 @@ module Aws::Glue
|
|
3925
3928
|
attr_accessor tags: ::Array[Types::Tag]
|
3926
3929
|
attr_accessor status: ("CREATING" | "ACTIVE" | "MODIFYING" | "FAILED" | "DELETING" | "SYNCING" | "NEEDS_ATTENTION")
|
3927
3930
|
attr_accessor create_time: ::Time
|
3931
|
+
attr_accessor integration_config: Types::IntegrationConfig
|
3928
3932
|
attr_accessor errors: ::Array[Types::IntegrationError]
|
3929
3933
|
attr_accessor data_filter: ::String
|
3930
3934
|
SENSITIVE: []
|
3931
3935
|
end
|
3932
3936
|
|
3937
|
+
class IntegrationConfig
|
3938
|
+
attr_accessor refresh_interval: ::String
|
3939
|
+
SENSITIVE: []
|
3940
|
+
end
|
3941
|
+
|
3933
3942
|
class IntegrationConflictOperationFault
|
3934
3943
|
attr_accessor message: ::String
|
3935
3944
|
SENSITIVE: []
|