aws-sdk-appintegrationsservice 1.36.0 → 1.38.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-appintegrationsservice/client.rb +159 -13
- data/lib/aws-sdk-appintegrationsservice/client_api.rb +74 -1
- data/lib/aws-sdk-appintegrationsservice/endpoints.rb +28 -0
- data/lib/aws-sdk-appintegrationsservice/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-appintegrationsservice/types.rb +184 -5
- data/lib/aws-sdk-appintegrationsservice.rb +1 -1
- data/sig/client.rbs +52 -1
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +49 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6dfe4e4424f2c8f94b591d1c0c693d4110c2f86858cfcdf8c4b918b98ab66572
|
4
|
+
data.tar.gz: d9d9b9f58a769416b189673b794f55955f72e97f55261530e6eabe42a61e2347
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b226a9329cec4b41b0a8e77be2ddadcc0b636b4e5d9c119b9e022c6d823204c6285ca47faa8a520689295ad3bbcd28dfc3d20b23f98f3e21fec321ee5cb083b7
|
7
|
+
data.tar.gz: efb1dcb5e91a0c85324ab425900b4a9978d442fd9082fe46f502aa6ef9ca712c2a42d1d89bef4dd51e018e94a5964b5623be79f22273f20a221bfedf69cc3337
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.38.0 (2024-09-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.37.0 (2024-08-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket.
|
13
|
+
|
4
14
|
1.36.0 (2024-07-02)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.38.0
|
@@ -32,6 +32,7 @@ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
|
32
32
|
require 'aws-sdk-core/plugins/request_compression.rb'
|
33
33
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
34
34
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry.rb'
|
35
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
36
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
37
38
|
|
@@ -83,6 +84,7 @@ module Aws::AppIntegrationsService
|
|
83
84
|
add_plugin(Aws::Plugins::RequestCompression)
|
84
85
|
add_plugin(Aws::Plugins::DefaultsMode)
|
85
86
|
add_plugin(Aws::Plugins::RecursionDetection)
|
87
|
+
add_plugin(Aws::Plugins::Telemetry)
|
86
88
|
add_plugin(Aws::Plugins::Sign)
|
87
89
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
88
90
|
add_plugin(Aws::AppIntegrationsService::Plugins::Endpoints)
|
@@ -330,6 +332,16 @@ module Aws::AppIntegrationsService
|
|
330
332
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
331
333
|
# requests are made, and retries are disabled.
|
332
334
|
#
|
335
|
+
# @option options [Aws::Telemetry::TelemetryProviderBase] :telemetry_provider (Aws::Telemetry::NoOpTelemetryProvider)
|
336
|
+
# Allows you to provide a telemetry provider, which is used to
|
337
|
+
# emit telemetry data. By default, uses `NoOpTelemetryProvider` which
|
338
|
+
# will not record or emit any telemetry data. The SDK supports the
|
339
|
+
# following telemetry providers:
|
340
|
+
#
|
341
|
+
# * OpenTelemetry (OTel) - To use the OTel provider, install and require the
|
342
|
+
# `opentelemetry-sdk` gem and then, pass in an instance of a
|
343
|
+
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
344
|
+
#
|
333
345
|
# @option options [Aws::TokenProvider] :token_provider
|
334
346
|
# A Bearer Token Provider. This can be an instance of any one of the
|
335
347
|
# following classes:
|
@@ -425,8 +437,6 @@ module Aws::AppIntegrationsService
|
|
425
437
|
|
426
438
|
# @!group API Operations
|
427
439
|
|
428
|
-
# This API is in preview release and subject to change.
|
429
|
-
#
|
430
440
|
# Creates and persists an Application resource.
|
431
441
|
#
|
432
442
|
# @option params [required, String] :name
|
@@ -557,9 +567,9 @@ module Aws::AppIntegrationsService
|
|
557
567
|
# A description of the DataIntegration.
|
558
568
|
#
|
559
569
|
# @option params [required, String] :kms_key
|
560
|
-
# The KMS key for the DataIntegration.
|
570
|
+
# The KMS key ARN for the DataIntegration.
|
561
571
|
#
|
562
|
-
# @option params [
|
572
|
+
# @option params [String] :source_uri
|
563
573
|
# The URI of the data source.
|
564
574
|
#
|
565
575
|
# @option params [Types::ScheduleConfiguration] :schedule_config
|
@@ -610,7 +620,7 @@ module Aws::AppIntegrationsService
|
|
610
620
|
# name: "Name", # required
|
611
621
|
# description: "Description",
|
612
622
|
# kms_key: "NonBlankString", # required
|
613
|
-
# source_uri: "SourceURI",
|
623
|
+
# source_uri: "SourceURI",
|
614
624
|
# schedule_config: {
|
615
625
|
# first_execution_from: "NonBlankString",
|
616
626
|
# object: "Object",
|
@@ -666,6 +676,88 @@ module Aws::AppIntegrationsService
|
|
666
676
|
req.send_request(options)
|
667
677
|
end
|
668
678
|
|
679
|
+
# Creates and persists a DataIntegrationAssociation resource.
|
680
|
+
#
|
681
|
+
# @option params [required, String] :data_integration_identifier
|
682
|
+
# A unique identifier for the DataIntegration.
|
683
|
+
#
|
684
|
+
# @option params [String] :client_id
|
685
|
+
# The identifier for the client that is associated with the
|
686
|
+
# DataIntegration association.
|
687
|
+
#
|
688
|
+
# @option params [Hash<String,Hash>] :object_configuration
|
689
|
+
# The configuration for what data should be pulled from the source.
|
690
|
+
#
|
691
|
+
# @option params [String] :destination_uri
|
692
|
+
# The URI of the data destination.
|
693
|
+
#
|
694
|
+
# @option params [Hash<String,String>] :client_association_metadata
|
695
|
+
# The mapping of metadata to be extracted from the data.
|
696
|
+
#
|
697
|
+
# @option params [String] :client_token
|
698
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
699
|
+
# idempotency of the request. If not provided, the Amazon Web Services
|
700
|
+
# SDK populates this field. For more information about idempotency, see
|
701
|
+
# [Making retries safe with idempotent APIs][1].
|
702
|
+
#
|
703
|
+
# **A suitable default value is auto-generated.** You should normally
|
704
|
+
# not need to pass this option.**
|
705
|
+
#
|
706
|
+
#
|
707
|
+
#
|
708
|
+
# [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
|
709
|
+
#
|
710
|
+
# @option params [Types::ExecutionConfiguration] :execution_configuration
|
711
|
+
# The configuration for how the files should be pulled from the source.
|
712
|
+
#
|
713
|
+
# @return [Types::CreateDataIntegrationAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
714
|
+
#
|
715
|
+
# * {Types::CreateDataIntegrationAssociationResponse#data_integration_association_id #data_integration_association_id} => String
|
716
|
+
# * {Types::CreateDataIntegrationAssociationResponse#data_integration_arn #data_integration_arn} => String
|
717
|
+
#
|
718
|
+
# @example Request syntax with placeholder values
|
719
|
+
#
|
720
|
+
# resp = client.create_data_integration_association({
|
721
|
+
# data_integration_identifier: "Identifier", # required
|
722
|
+
# client_id: "ClientId",
|
723
|
+
# object_configuration: {
|
724
|
+
# "NonBlankString" => {
|
725
|
+
# "NonBlankString" => ["Fields"],
|
726
|
+
# },
|
727
|
+
# },
|
728
|
+
# destination_uri: "DestinationURI",
|
729
|
+
# client_association_metadata: {
|
730
|
+
# "NonBlankString" => "NonBlankString",
|
731
|
+
# },
|
732
|
+
# client_token: "IdempotencyToken",
|
733
|
+
# execution_configuration: {
|
734
|
+
# execution_mode: "ON_DEMAND", # required, accepts ON_DEMAND, SCHEDULED
|
735
|
+
# on_demand_configuration: {
|
736
|
+
# start_time: "NonBlankString", # required
|
737
|
+
# end_time: "NonBlankString",
|
738
|
+
# },
|
739
|
+
# schedule_configuration: {
|
740
|
+
# first_execution_from: "NonBlankString",
|
741
|
+
# object: "Object",
|
742
|
+
# schedule_expression: "NonBlankString", # required
|
743
|
+
# },
|
744
|
+
# },
|
745
|
+
# })
|
746
|
+
#
|
747
|
+
# @example Response structure
|
748
|
+
#
|
749
|
+
# resp.data_integration_association_id #=> String
|
750
|
+
# resp.data_integration_arn #=> String
|
751
|
+
#
|
752
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/CreateDataIntegrationAssociation AWS API Documentation
|
753
|
+
#
|
754
|
+
# @overload create_data_integration_association(params = {})
|
755
|
+
# @param [Hash] params ({})
|
756
|
+
def create_data_integration_association(params = {}, options = {})
|
757
|
+
req = build_request(:create_data_integration_association, params)
|
758
|
+
req.send_request(options)
|
759
|
+
end
|
760
|
+
|
669
761
|
# Creates an EventIntegration, given a specified name, description, and
|
670
762
|
# a reference to an Amazon EventBridge bus in your account and a partner
|
671
763
|
# event source that pushes events to that bus. No objects are created in
|
@@ -829,8 +921,6 @@ module Aws::AppIntegrationsService
|
|
829
921
|
req.send_request(options)
|
830
922
|
end
|
831
923
|
|
832
|
-
# This API is in preview release and subject to change.
|
833
|
-
#
|
834
924
|
# Get an Application resource.
|
835
925
|
#
|
836
926
|
# @option params [required, String] :arn
|
@@ -1084,8 +1174,6 @@ module Aws::AppIntegrationsService
|
|
1084
1174
|
req.send_request(options)
|
1085
1175
|
end
|
1086
1176
|
|
1087
|
-
# This API is in preview release and subject to change.
|
1088
|
-
#
|
1089
1177
|
# Lists applications in the account.
|
1090
1178
|
#
|
1091
1179
|
# @option params [String] :next_token
|
@@ -1198,6 +1286,15 @@ module Aws::AppIntegrationsService
|
|
1198
1286
|
# resp.data_integration_associations[0].data_integration_association_arn #=> String
|
1199
1287
|
# resp.data_integration_associations[0].data_integration_arn #=> String
|
1200
1288
|
# resp.data_integration_associations[0].client_id #=> String
|
1289
|
+
# resp.data_integration_associations[0].destination_uri #=> String
|
1290
|
+
# resp.data_integration_associations[0].last_execution_status.execution_status #=> String, one of "COMPLETED", "IN_PROGRESS", "FAILED"
|
1291
|
+
# resp.data_integration_associations[0].last_execution_status.status_message #=> String
|
1292
|
+
# resp.data_integration_associations[0].execution_configuration.execution_mode #=> String, one of "ON_DEMAND", "SCHEDULED"
|
1293
|
+
# resp.data_integration_associations[0].execution_configuration.on_demand_configuration.start_time #=> String
|
1294
|
+
# resp.data_integration_associations[0].execution_configuration.on_demand_configuration.end_time #=> String
|
1295
|
+
# resp.data_integration_associations[0].execution_configuration.schedule_configuration.first_execution_from #=> String
|
1296
|
+
# resp.data_integration_associations[0].execution_configuration.schedule_configuration.object #=> String
|
1297
|
+
# resp.data_integration_associations[0].execution_configuration.schedule_configuration.schedule_expression #=> String
|
1201
1298
|
# resp.next_token #=> String
|
1202
1299
|
#
|
1203
1300
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/ListDataIntegrationAssociations AWS API Documentation
|
@@ -1441,8 +1538,6 @@ module Aws::AppIntegrationsService
|
|
1441
1538
|
req.send_request(options)
|
1442
1539
|
end
|
1443
1540
|
|
1444
|
-
# This API is in preview release and subject to change.
|
1445
|
-
#
|
1446
1541
|
# Updates and persists an Application resource.
|
1447
1542
|
#
|
1448
1543
|
# @option params [required, String] :arn
|
@@ -1561,6 +1656,52 @@ module Aws::AppIntegrationsService
|
|
1561
1656
|
req.send_request(options)
|
1562
1657
|
end
|
1563
1658
|
|
1659
|
+
# Updates and persists a DataIntegrationAssociation resource.
|
1660
|
+
#
|
1661
|
+
# <note markdown="1"> Updating a DataIntegrationAssociation with ExecutionConfiguration will
|
1662
|
+
# rerun the on-demand job.
|
1663
|
+
#
|
1664
|
+
# </note>
|
1665
|
+
#
|
1666
|
+
# @option params [required, String] :data_integration_identifier
|
1667
|
+
# A unique identifier for the DataIntegration.
|
1668
|
+
#
|
1669
|
+
# @option params [required, String] :data_integration_association_identifier
|
1670
|
+
# A unique identifier. of the DataIntegrationAssociation resource
|
1671
|
+
#
|
1672
|
+
# @option params [required, Types::ExecutionConfiguration] :execution_configuration
|
1673
|
+
# The configuration for how the files should be pulled from the source.
|
1674
|
+
#
|
1675
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1676
|
+
#
|
1677
|
+
# @example Request syntax with placeholder values
|
1678
|
+
#
|
1679
|
+
# resp = client.update_data_integration_association({
|
1680
|
+
# data_integration_identifier: "Identifier", # required
|
1681
|
+
# data_integration_association_identifier: "Identifier", # required
|
1682
|
+
# execution_configuration: { # required
|
1683
|
+
# execution_mode: "ON_DEMAND", # required, accepts ON_DEMAND, SCHEDULED
|
1684
|
+
# on_demand_configuration: {
|
1685
|
+
# start_time: "NonBlankString", # required
|
1686
|
+
# end_time: "NonBlankString",
|
1687
|
+
# },
|
1688
|
+
# schedule_configuration: {
|
1689
|
+
# first_execution_from: "NonBlankString",
|
1690
|
+
# object: "Object",
|
1691
|
+
# schedule_expression: "NonBlankString", # required
|
1692
|
+
# },
|
1693
|
+
# },
|
1694
|
+
# })
|
1695
|
+
#
|
1696
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/UpdateDataIntegrationAssociation AWS API Documentation
|
1697
|
+
#
|
1698
|
+
# @overload update_data_integration_association(params = {})
|
1699
|
+
# @param [Hash] params ({})
|
1700
|
+
def update_data_integration_association(params = {}, options = {})
|
1701
|
+
req = build_request(:update_data_integration_association, params)
|
1702
|
+
req.send_request(options)
|
1703
|
+
end
|
1704
|
+
|
1564
1705
|
# Updates the description of an event integration.
|
1565
1706
|
#
|
1566
1707
|
# @option params [required, String] :name
|
@@ -1593,14 +1734,19 @@ module Aws::AppIntegrationsService
|
|
1593
1734
|
# @api private
|
1594
1735
|
def build_request(operation_name, params = {})
|
1595
1736
|
handlers = @handlers.for(operation_name)
|
1737
|
+
tracer = config.telemetry_provider.tracer_provider.tracer(
|
1738
|
+
Aws::Telemetry.module_to_tracer_name('Aws::AppIntegrationsService')
|
1739
|
+
)
|
1596
1740
|
context = Seahorse::Client::RequestContext.new(
|
1597
1741
|
operation_name: operation_name,
|
1598
1742
|
operation: config.api.operation(operation_name),
|
1599
1743
|
client: self,
|
1600
1744
|
params: params,
|
1601
|
-
config: config
|
1745
|
+
config: config,
|
1746
|
+
tracer: tracer
|
1747
|
+
)
|
1602
1748
|
context[:gem_name] = 'aws-sdk-appintegrationsservice'
|
1603
|
-
context[:gem_version] = '1.
|
1749
|
+
context[:gem_version] = '1.38.0'
|
1604
1750
|
Seahorse::Client::Request.new(handlers, context)
|
1605
1751
|
end
|
1606
1752
|
|
@@ -29,6 +29,8 @@ module Aws::AppIntegrationsService
|
|
29
29
|
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
30
30
|
CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
|
31
31
|
CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
|
32
|
+
CreateDataIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'CreateDataIntegrationAssociationRequest')
|
33
|
+
CreateDataIntegrationAssociationResponse = Shapes::StructureShape.new(name: 'CreateDataIntegrationAssociationResponse')
|
32
34
|
CreateDataIntegrationRequest = Shapes::StructureShape.new(name: 'CreateDataIntegrationRequest')
|
33
35
|
CreateDataIntegrationResponse = Shapes::StructureShape.new(name: 'CreateDataIntegrationResponse')
|
34
36
|
CreateEventIntegrationRequest = Shapes::StructureShape.new(name: 'CreateEventIntegrationRequest')
|
@@ -44,6 +46,7 @@ module Aws::AppIntegrationsService
|
|
44
46
|
DeleteEventIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteEventIntegrationRequest')
|
45
47
|
DeleteEventIntegrationResponse = Shapes::StructureShape.new(name: 'DeleteEventIntegrationResponse')
|
46
48
|
Description = Shapes::StringShape.new(name: 'Description')
|
49
|
+
DestinationURI = Shapes::StringShape.new(name: 'DestinationURI')
|
47
50
|
DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
|
48
51
|
EventBridgeBus = Shapes::StringShape.new(name: 'EventBridgeBus')
|
49
52
|
EventBridgeRuleName = Shapes::StringShape.new(name: 'EventBridgeRuleName')
|
@@ -54,6 +57,9 @@ module Aws::AppIntegrationsService
|
|
54
57
|
EventIntegrationAssociationsList = Shapes::ListShape.new(name: 'EventIntegrationAssociationsList')
|
55
58
|
EventIntegrationsList = Shapes::ListShape.new(name: 'EventIntegrationsList')
|
56
59
|
EventName = Shapes::StringShape.new(name: 'EventName')
|
60
|
+
ExecutionConfiguration = Shapes::StructureShape.new(name: 'ExecutionConfiguration')
|
61
|
+
ExecutionMode = Shapes::StringShape.new(name: 'ExecutionMode')
|
62
|
+
ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
|
57
63
|
ExternalUrlConfig = Shapes::StructureShape.new(name: 'ExternalUrlConfig')
|
58
64
|
Fields = Shapes::StringShape.new(name: 'Fields')
|
59
65
|
FieldsList = Shapes::ListShape.new(name: 'FieldsList')
|
@@ -70,6 +76,7 @@ module Aws::AppIntegrationsService
|
|
70
76
|
Identifier = Shapes::StringShape.new(name: 'Identifier')
|
71
77
|
InternalServiceError = Shapes::StructureShape.new(name: 'InternalServiceError')
|
72
78
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
79
|
+
LastExecutionStatus = Shapes::StructureShape.new(name: 'LastExecutionStatus')
|
73
80
|
ListApplicationAssociationsRequest = Shapes::StructureShape.new(name: 'ListApplicationAssociationsRequest')
|
74
81
|
ListApplicationAssociationsResponse = Shapes::StructureShape.new(name: 'ListApplicationAssociationsResponse')
|
75
82
|
ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
|
@@ -92,6 +99,7 @@ module Aws::AppIntegrationsService
|
|
92
99
|
NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
|
93
100
|
Object = Shapes::StringShape.new(name: 'Object')
|
94
101
|
ObjectConfiguration = Shapes::MapShape.new(name: 'ObjectConfiguration')
|
102
|
+
OnDemandConfiguration = Shapes::StructureShape.new(name: 'OnDemandConfiguration')
|
95
103
|
Permission = Shapes::StringShape.new(name: 'Permission')
|
96
104
|
PermissionList = Shapes::ListShape.new(name: 'PermissionList')
|
97
105
|
Publication = Shapes::StructureShape.new(name: 'Publication')
|
@@ -118,6 +126,8 @@ module Aws::AppIntegrationsService
|
|
118
126
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
119
127
|
UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
|
120
128
|
UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
|
129
|
+
UpdateDataIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'UpdateDataIntegrationAssociationRequest')
|
130
|
+
UpdateDataIntegrationAssociationResponse = Shapes::StructureShape.new(name: 'UpdateDataIntegrationAssociationResponse')
|
121
131
|
UpdateDataIntegrationRequest = Shapes::StructureShape.new(name: 'UpdateDataIntegrationRequest')
|
122
132
|
UpdateDataIntegrationResponse = Shapes::StructureShape.new(name: 'UpdateDataIntegrationResponse')
|
123
133
|
UpdateEventIntegrationRequest = Shapes::StructureShape.new(name: 'UpdateEventIntegrationRequest')
|
@@ -166,10 +176,23 @@ module Aws::AppIntegrationsService
|
|
166
176
|
CreateApplicationResponse.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "Id"))
|
167
177
|
CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
|
168
178
|
|
179
|
+
CreateDataIntegrationAssociationRequest.add_member(:data_integration_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
|
180
|
+
CreateDataIntegrationAssociationRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "ClientId"))
|
181
|
+
CreateDataIntegrationAssociationRequest.add_member(:object_configuration, Shapes::ShapeRef.new(shape: ObjectConfiguration, location_name: "ObjectConfiguration"))
|
182
|
+
CreateDataIntegrationAssociationRequest.add_member(:destination_uri, Shapes::ShapeRef.new(shape: DestinationURI, location_name: "DestinationURI"))
|
183
|
+
CreateDataIntegrationAssociationRequest.add_member(:client_association_metadata, Shapes::ShapeRef.new(shape: ClientAssociationMetadata, location_name: "ClientAssociationMetadata"))
|
184
|
+
CreateDataIntegrationAssociationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
185
|
+
CreateDataIntegrationAssociationRequest.add_member(:execution_configuration, Shapes::ShapeRef.new(shape: ExecutionConfiguration, location_name: "ExecutionConfiguration"))
|
186
|
+
CreateDataIntegrationAssociationRequest.struct_class = Types::CreateDataIntegrationAssociationRequest
|
187
|
+
|
188
|
+
CreateDataIntegrationAssociationResponse.add_member(:data_integration_association_id, Shapes::ShapeRef.new(shape: UUID, location_name: "DataIntegrationAssociationId"))
|
189
|
+
CreateDataIntegrationAssociationResponse.add_member(:data_integration_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DataIntegrationArn"))
|
190
|
+
CreateDataIntegrationAssociationResponse.struct_class = Types::CreateDataIntegrationAssociationResponse
|
191
|
+
|
169
192
|
CreateDataIntegrationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
170
193
|
CreateDataIntegrationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
171
194
|
CreateDataIntegrationRequest.add_member(:kms_key, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "KmsKey"))
|
172
|
-
CreateDataIntegrationRequest.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceURI,
|
195
|
+
CreateDataIntegrationRequest.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceURI, location_name: "SourceURI"))
|
173
196
|
CreateDataIntegrationRequest.add_member(:schedule_config, Shapes::ShapeRef.new(shape: ScheduleConfiguration, location_name: "ScheduleConfig"))
|
174
197
|
CreateDataIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
175
198
|
CreateDataIntegrationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
@@ -204,6 +227,9 @@ module Aws::AppIntegrationsService
|
|
204
227
|
DataIntegrationAssociationSummary.add_member(:data_integration_association_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DataIntegrationAssociationArn"))
|
205
228
|
DataIntegrationAssociationSummary.add_member(:data_integration_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DataIntegrationArn"))
|
206
229
|
DataIntegrationAssociationSummary.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "ClientId"))
|
230
|
+
DataIntegrationAssociationSummary.add_member(:destination_uri, Shapes::ShapeRef.new(shape: DestinationURI, location_name: "DestinationURI"))
|
231
|
+
DataIntegrationAssociationSummary.add_member(:last_execution_status, Shapes::ShapeRef.new(shape: LastExecutionStatus, location_name: "LastExecutionStatus"))
|
232
|
+
DataIntegrationAssociationSummary.add_member(:execution_configuration, Shapes::ShapeRef.new(shape: ExecutionConfiguration, location_name: "ExecutionConfiguration"))
|
207
233
|
DataIntegrationAssociationSummary.struct_class = Types::DataIntegrationAssociationSummary
|
208
234
|
|
209
235
|
DataIntegrationAssociationsList.member = Shapes::ShapeRef.new(shape: DataIntegrationAssociationSummary)
|
@@ -256,6 +282,11 @@ module Aws::AppIntegrationsService
|
|
256
282
|
|
257
283
|
EventIntegrationsList.member = Shapes::ShapeRef.new(shape: EventIntegration)
|
258
284
|
|
285
|
+
ExecutionConfiguration.add_member(:execution_mode, Shapes::ShapeRef.new(shape: ExecutionMode, required: true, location_name: "ExecutionMode"))
|
286
|
+
ExecutionConfiguration.add_member(:on_demand_configuration, Shapes::ShapeRef.new(shape: OnDemandConfiguration, location_name: "OnDemandConfiguration"))
|
287
|
+
ExecutionConfiguration.add_member(:schedule_configuration, Shapes::ShapeRef.new(shape: ScheduleConfiguration, location_name: "ScheduleConfiguration"))
|
288
|
+
ExecutionConfiguration.struct_class = Types::ExecutionConfiguration
|
289
|
+
|
259
290
|
ExternalUrlConfig.add_member(:access_url, Shapes::ShapeRef.new(shape: URL, required: true, location_name: "AccessUrl"))
|
260
291
|
ExternalUrlConfig.add_member(:approved_origins, Shapes::ShapeRef.new(shape: ApplicationApprovedOrigins, location_name: "ApprovedOrigins"))
|
261
292
|
ExternalUrlConfig.struct_class = Types::ExternalUrlConfig
|
@@ -320,6 +351,10 @@ module Aws::AppIntegrationsService
|
|
320
351
|
InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
321
352
|
InvalidRequestException.struct_class = Types::InvalidRequestException
|
322
353
|
|
354
|
+
LastExecutionStatus.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "ExecutionStatus"))
|
355
|
+
LastExecutionStatus.add_member(:status_message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "StatusMessage"))
|
356
|
+
LastExecutionStatus.struct_class = Types::LastExecutionStatus
|
357
|
+
|
323
358
|
ListApplicationAssociationsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ArnOrUUID, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
324
359
|
ListApplicationAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
325
360
|
ListApplicationAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -380,6 +415,10 @@ module Aws::AppIntegrationsService
|
|
380
415
|
ObjectConfiguration.key = Shapes::ShapeRef.new(shape: NonBlankString)
|
381
416
|
ObjectConfiguration.value = Shapes::ShapeRef.new(shape: FieldsMap)
|
382
417
|
|
418
|
+
OnDemandConfiguration.add_member(:start_time, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "StartTime"))
|
419
|
+
OnDemandConfiguration.add_member(:end_time, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "EndTime"))
|
420
|
+
OnDemandConfiguration.struct_class = Types::OnDemandConfiguration
|
421
|
+
|
383
422
|
PermissionList.member = Shapes::ShapeRef.new(shape: Permission)
|
384
423
|
|
385
424
|
Publication.add_member(:event, Shapes::ShapeRef.new(shape: EventName, required: true, location_name: "Event"))
|
@@ -440,6 +479,13 @@ module Aws::AppIntegrationsService
|
|
440
479
|
|
441
480
|
UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
|
442
481
|
|
482
|
+
UpdateDataIntegrationAssociationRequest.add_member(:data_integration_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
|
483
|
+
UpdateDataIntegrationAssociationRequest.add_member(:data_integration_association_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "DataIntegrationAssociationIdentifier"))
|
484
|
+
UpdateDataIntegrationAssociationRequest.add_member(:execution_configuration, Shapes::ShapeRef.new(shape: ExecutionConfiguration, required: true, location_name: "ExecutionConfiguration"))
|
485
|
+
UpdateDataIntegrationAssociationRequest.struct_class = Types::UpdateDataIntegrationAssociationRequest
|
486
|
+
|
487
|
+
UpdateDataIntegrationAssociationResponse.struct_class = Types::UpdateDataIntegrationAssociationResponse
|
488
|
+
|
443
489
|
UpdateDataIntegrationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
|
444
490
|
UpdateDataIntegrationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
445
491
|
UpdateDataIntegrationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
@@ -502,6 +548,20 @@ module Aws::AppIntegrationsService
|
|
502
548
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
503
549
|
end)
|
504
550
|
|
551
|
+
api.add_operation(:create_data_integration_association, Seahorse::Model::Operation.new.tap do |o|
|
552
|
+
o.name = "CreateDataIntegrationAssociation"
|
553
|
+
o.http_method = "POST"
|
554
|
+
o.http_request_uri = "/dataIntegrations/{Identifier}/associations"
|
555
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataIntegrationAssociationRequest)
|
556
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataIntegrationAssociationResponse)
|
557
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
558
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededException)
|
559
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
560
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
561
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
562
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
563
|
+
end)
|
564
|
+
|
505
565
|
api.add_operation(:create_event_integration, Seahorse::Model::Operation.new.tap do |o|
|
506
566
|
o.name = "CreateEventIntegration"
|
507
567
|
o.http_method = "POST"
|
@@ -768,6 +828,19 @@ module Aws::AppIntegrationsService
|
|
768
828
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
769
829
|
end)
|
770
830
|
|
831
|
+
api.add_operation(:update_data_integration_association, Seahorse::Model::Operation.new.tap do |o|
|
832
|
+
o.name = "UpdateDataIntegrationAssociation"
|
833
|
+
o.http_method = "PATCH"
|
834
|
+
o.http_request_uri = "/dataIntegrations/{Identifier}/associations/{DataIntegrationAssociationIdentifier}"
|
835
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDataIntegrationAssociationRequest)
|
836
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDataIntegrationAssociationResponse)
|
837
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
838
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
839
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
840
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
841
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
842
|
+
end)
|
843
|
+
|
771
844
|
api.add_operation(:update_event_integration, Seahorse::Model::Operation.new.tap do |o|
|
772
845
|
o.name = "UpdateEventIntegration"
|
773
846
|
o.http_method = "PATCH"
|
@@ -40,6 +40,20 @@ module Aws::AppIntegrationsService
|
|
40
40
|
end
|
41
41
|
end
|
42
42
|
|
43
|
+
class CreateDataIntegrationAssociation
|
44
|
+
def self.build(context)
|
45
|
+
unless context.config.regional_endpoint
|
46
|
+
endpoint = context.config.endpoint.to_s
|
47
|
+
end
|
48
|
+
Aws::AppIntegrationsService::EndpointParameters.new(
|
49
|
+
region: context.config.region,
|
50
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
51
|
+
use_fips: context.config.use_fips_endpoint,
|
52
|
+
endpoint: endpoint,
|
53
|
+
)
|
54
|
+
end
|
55
|
+
end
|
56
|
+
|
43
57
|
class CreateEventIntegration
|
44
58
|
def self.build(context)
|
45
59
|
unless context.config.regional_endpoint
|
@@ -292,6 +306,20 @@ module Aws::AppIntegrationsService
|
|
292
306
|
end
|
293
307
|
end
|
294
308
|
|
309
|
+
class UpdateDataIntegrationAssociation
|
310
|
+
def self.build(context)
|
311
|
+
unless context.config.regional_endpoint
|
312
|
+
endpoint = context.config.endpoint.to_s
|
313
|
+
end
|
314
|
+
Aws::AppIntegrationsService::EndpointParameters.new(
|
315
|
+
region: context.config.region,
|
316
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
317
|
+
use_fips: context.config.use_fips_endpoint,
|
318
|
+
endpoint: endpoint,
|
319
|
+
)
|
320
|
+
end
|
321
|
+
end
|
322
|
+
|
295
323
|
class UpdateEventIntegration
|
296
324
|
def self.build(context)
|
297
325
|
unless context.config.regional_endpoint
|
@@ -62,6 +62,8 @@ module Aws::AppIntegrationsService
|
|
62
62
|
Aws::AppIntegrationsService::Endpoints::CreateApplication.build(context)
|
63
63
|
when :create_data_integration
|
64
64
|
Aws::AppIntegrationsService::Endpoints::CreateDataIntegration.build(context)
|
65
|
+
when :create_data_integration_association
|
66
|
+
Aws::AppIntegrationsService::Endpoints::CreateDataIntegrationAssociation.build(context)
|
65
67
|
when :create_event_integration
|
66
68
|
Aws::AppIntegrationsService::Endpoints::CreateEventIntegration.build(context)
|
67
69
|
when :delete_application
|
@@ -98,6 +100,8 @@ module Aws::AppIntegrationsService
|
|
98
100
|
Aws::AppIntegrationsService::Endpoints::UpdateApplication.build(context)
|
99
101
|
when :update_data_integration
|
100
102
|
Aws::AppIntegrationsService::Endpoints::UpdateDataIntegration.build(context)
|
103
|
+
when :update_data_integration_association
|
104
|
+
Aws::AppIntegrationsService::Endpoints::UpdateDataIntegrationAssociation.build(context)
|
101
105
|
when :update_event_integration
|
102
106
|
Aws::AppIntegrationsService::Endpoints::UpdateEventIntegration.build(context)
|
103
107
|
end
|
@@ -183,6 +183,77 @@ module Aws::AppIntegrationsService
|
|
183
183
|
include Aws::Structure
|
184
184
|
end
|
185
185
|
|
186
|
+
# @!attribute [rw] data_integration_identifier
|
187
|
+
# A unique identifier for the DataIntegration.
|
188
|
+
# @return [String]
|
189
|
+
#
|
190
|
+
# @!attribute [rw] client_id
|
191
|
+
# The identifier for the client that is associated with the
|
192
|
+
# DataIntegration association.
|
193
|
+
# @return [String]
|
194
|
+
#
|
195
|
+
# @!attribute [rw] object_configuration
|
196
|
+
# The configuration for what data should be pulled from the source.
|
197
|
+
# @return [Hash<String,Hash<String,Array<String>>>]
|
198
|
+
#
|
199
|
+
# @!attribute [rw] destination_uri
|
200
|
+
# The URI of the data destination.
|
201
|
+
# @return [String]
|
202
|
+
#
|
203
|
+
# @!attribute [rw] client_association_metadata
|
204
|
+
# The mapping of metadata to be extracted from the data.
|
205
|
+
# @return [Hash<String,String>]
|
206
|
+
#
|
207
|
+
# @!attribute [rw] client_token
|
208
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
209
|
+
# idempotency of the request. If not provided, the Amazon Web Services
|
210
|
+
# SDK populates this field. For more information about idempotency,
|
211
|
+
# see [Making retries safe with idempotent APIs][1].
|
212
|
+
#
|
213
|
+
# **A suitable default value is auto-generated.** You should normally
|
214
|
+
# not need to pass this option.
|
215
|
+
#
|
216
|
+
#
|
217
|
+
#
|
218
|
+
# [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
|
219
|
+
# @return [String]
|
220
|
+
#
|
221
|
+
# @!attribute [rw] execution_configuration
|
222
|
+
# The configuration for how the files should be pulled from the
|
223
|
+
# source.
|
224
|
+
# @return [Types::ExecutionConfiguration]
|
225
|
+
#
|
226
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/CreateDataIntegrationAssociationRequest AWS API Documentation
|
227
|
+
#
|
228
|
+
class CreateDataIntegrationAssociationRequest < Struct.new(
|
229
|
+
:data_integration_identifier,
|
230
|
+
:client_id,
|
231
|
+
:object_configuration,
|
232
|
+
:destination_uri,
|
233
|
+
:client_association_metadata,
|
234
|
+
:client_token,
|
235
|
+
:execution_configuration)
|
236
|
+
SENSITIVE = []
|
237
|
+
include Aws::Structure
|
238
|
+
end
|
239
|
+
|
240
|
+
# @!attribute [rw] data_integration_association_id
|
241
|
+
# A unique identifier. for the DataIntegrationAssociation.
|
242
|
+
# @return [String]
|
243
|
+
#
|
244
|
+
# @!attribute [rw] data_integration_arn
|
245
|
+
# The Amazon Resource Name (ARN) for the DataIntegration.
|
246
|
+
# @return [String]
|
247
|
+
#
|
248
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/CreateDataIntegrationAssociationResponse AWS API Documentation
|
249
|
+
#
|
250
|
+
class CreateDataIntegrationAssociationResponse < Struct.new(
|
251
|
+
:data_integration_association_id,
|
252
|
+
:data_integration_arn)
|
253
|
+
SENSITIVE = []
|
254
|
+
include Aws::Structure
|
255
|
+
end
|
256
|
+
|
186
257
|
# @!attribute [rw] name
|
187
258
|
# The name of the DataIntegration.
|
188
259
|
# @return [String]
|
@@ -192,7 +263,7 @@ module Aws::AppIntegrationsService
|
|
192
263
|
# @return [String]
|
193
264
|
#
|
194
265
|
# @!attribute [rw] kms_key
|
195
|
-
# The KMS key for the DataIntegration.
|
266
|
+
# The KMS key ARN for the DataIntegration.
|
196
267
|
# @return [String]
|
197
268
|
#
|
198
269
|
# @!attribute [rw] source_uri
|
@@ -265,7 +336,7 @@ module Aws::AppIntegrationsService
|
|
265
336
|
# @return [String]
|
266
337
|
#
|
267
338
|
# @!attribute [rw] kms_key
|
268
|
-
# The KMS key for the DataIntegration.
|
339
|
+
# The KMS key ARN for the DataIntegration.
|
269
340
|
# @return [String]
|
270
341
|
#
|
271
342
|
# @!attribute [rw] source_uri
|
@@ -396,12 +467,28 @@ module Aws::AppIntegrationsService
|
|
396
467
|
# DataIntegration association.
|
397
468
|
# @return [String]
|
398
469
|
#
|
470
|
+
# @!attribute [rw] destination_uri
|
471
|
+
# The URI of the data destination.
|
472
|
+
# @return [String]
|
473
|
+
#
|
474
|
+
# @!attribute [rw] last_execution_status
|
475
|
+
# The execution status of the last job.
|
476
|
+
# @return [Types::LastExecutionStatus]
|
477
|
+
#
|
478
|
+
# @!attribute [rw] execution_configuration
|
479
|
+
# The configuration for how the files should be pulled from the
|
480
|
+
# source.
|
481
|
+
# @return [Types::ExecutionConfiguration]
|
482
|
+
#
|
399
483
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/DataIntegrationAssociationSummary AWS API Documentation
|
400
484
|
#
|
401
485
|
class DataIntegrationAssociationSummary < Struct.new(
|
402
486
|
:data_integration_association_arn,
|
403
487
|
:data_integration_arn,
|
404
|
-
:client_id
|
488
|
+
:client_id,
|
489
|
+
:destination_uri,
|
490
|
+
:last_execution_status,
|
491
|
+
:execution_configuration)
|
405
492
|
SENSITIVE = []
|
406
493
|
include Aws::Structure
|
407
494
|
end
|
@@ -587,6 +674,31 @@ module Aws::AppIntegrationsService
|
|
587
674
|
include Aws::Structure
|
588
675
|
end
|
589
676
|
|
677
|
+
# The configuration for how the files should be pulled from the source.
|
678
|
+
#
|
679
|
+
# @!attribute [rw] execution_mode
|
680
|
+
# The mode for data import/export execution.
|
681
|
+
# @return [String]
|
682
|
+
#
|
683
|
+
# @!attribute [rw] on_demand_configuration
|
684
|
+
# The start and end time for data pull from the source.
|
685
|
+
# @return [Types::OnDemandConfiguration]
|
686
|
+
#
|
687
|
+
# @!attribute [rw] schedule_configuration
|
688
|
+
# The name of the data and how often it should be pulled from the
|
689
|
+
# source.
|
690
|
+
# @return [Types::ScheduleConfiguration]
|
691
|
+
#
|
692
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/ExecutionConfiguration AWS API Documentation
|
693
|
+
#
|
694
|
+
class ExecutionConfiguration < Struct.new(
|
695
|
+
:execution_mode,
|
696
|
+
:on_demand_configuration,
|
697
|
+
:schedule_configuration)
|
698
|
+
SENSITIVE = []
|
699
|
+
include Aws::Structure
|
700
|
+
end
|
701
|
+
|
590
702
|
# The external URL source for the application.
|
591
703
|
#
|
592
704
|
# @!attribute [rw] access_url
|
@@ -733,11 +845,11 @@ module Aws::AppIntegrationsService
|
|
733
845
|
# @return [String]
|
734
846
|
#
|
735
847
|
# @!attribute [rw] description
|
736
|
-
# The KMS key for the DataIntegration.
|
848
|
+
# The KMS key ARN for the DataIntegration.
|
737
849
|
# @return [String]
|
738
850
|
#
|
739
851
|
# @!attribute [rw] kms_key
|
740
|
-
# The KMS key for the DataIntegration.
|
852
|
+
# The KMS key ARN for the DataIntegration.
|
741
853
|
# @return [String]
|
742
854
|
#
|
743
855
|
# @!attribute [rw] source_uri
|
@@ -857,6 +969,25 @@ module Aws::AppIntegrationsService
|
|
857
969
|
include Aws::Structure
|
858
970
|
end
|
859
971
|
|
972
|
+
# The execution status of the last job.
|
973
|
+
#
|
974
|
+
# @!attribute [rw] execution_status
|
975
|
+
# The job status enum string.
|
976
|
+
# @return [String]
|
977
|
+
#
|
978
|
+
# @!attribute [rw] status_message
|
979
|
+
# The status message of a job.
|
980
|
+
# @return [String]
|
981
|
+
#
|
982
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/LastExecutionStatus AWS API Documentation
|
983
|
+
#
|
984
|
+
class LastExecutionStatus < Struct.new(
|
985
|
+
:execution_status,
|
986
|
+
:status_message)
|
987
|
+
SENSITIVE = []
|
988
|
+
include Aws::Structure
|
989
|
+
end
|
990
|
+
|
860
991
|
# @!attribute [rw] application_id
|
861
992
|
# A unique identifier for the Application.
|
862
993
|
# @return [String]
|
@@ -1119,6 +1250,27 @@ module Aws::AppIntegrationsService
|
|
1119
1250
|
include Aws::Structure
|
1120
1251
|
end
|
1121
1252
|
|
1253
|
+
# The start and end time for data pull from the source.
|
1254
|
+
#
|
1255
|
+
# @!attribute [rw] start_time
|
1256
|
+
# The start time for data pull from the source as an Unix/epoch string
|
1257
|
+
# in milliseconds
|
1258
|
+
# @return [String]
|
1259
|
+
#
|
1260
|
+
# @!attribute [rw] end_time
|
1261
|
+
# The end time for data pull from the source as an Unix/epoch string
|
1262
|
+
# in milliseconds
|
1263
|
+
# @return [String]
|
1264
|
+
#
|
1265
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/OnDemandConfiguration AWS API Documentation
|
1266
|
+
#
|
1267
|
+
class OnDemandConfiguration < Struct.new(
|
1268
|
+
:start_time,
|
1269
|
+
:end_time)
|
1270
|
+
SENSITIVE = []
|
1271
|
+
include Aws::Structure
|
1272
|
+
end
|
1273
|
+
|
1122
1274
|
# The configuration of an event that the application publishes.
|
1123
1275
|
#
|
1124
1276
|
# @!attribute [rw] event
|
@@ -1331,6 +1483,33 @@ module Aws::AppIntegrationsService
|
|
1331
1483
|
#
|
1332
1484
|
class UpdateApplicationResponse < Aws::EmptyStructure; end
|
1333
1485
|
|
1486
|
+
# @!attribute [rw] data_integration_identifier
|
1487
|
+
# A unique identifier for the DataIntegration.
|
1488
|
+
# @return [String]
|
1489
|
+
#
|
1490
|
+
# @!attribute [rw] data_integration_association_identifier
|
1491
|
+
# A unique identifier. of the DataIntegrationAssociation resource
|
1492
|
+
# @return [String]
|
1493
|
+
#
|
1494
|
+
# @!attribute [rw] execution_configuration
|
1495
|
+
# The configuration for how the files should be pulled from the
|
1496
|
+
# source.
|
1497
|
+
# @return [Types::ExecutionConfiguration]
|
1498
|
+
#
|
1499
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/UpdateDataIntegrationAssociationRequest AWS API Documentation
|
1500
|
+
#
|
1501
|
+
class UpdateDataIntegrationAssociationRequest < Struct.new(
|
1502
|
+
:data_integration_identifier,
|
1503
|
+
:data_integration_association_identifier,
|
1504
|
+
:execution_configuration)
|
1505
|
+
SENSITIVE = []
|
1506
|
+
include Aws::Structure
|
1507
|
+
end
|
1508
|
+
|
1509
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/UpdateDataIntegrationAssociationResponse AWS API Documentation
|
1510
|
+
#
|
1511
|
+
class UpdateDataIntegrationAssociationResponse < Aws::EmptyStructure; end
|
1512
|
+
|
1334
1513
|
# @!attribute [rw] identifier
|
1335
1514
|
# A unique identifier for the DataIntegration.
|
1336
1515
|
# @return [String]
|
data/sig/client.rbs
CHANGED
@@ -50,6 +50,7 @@ module Aws
|
|
50
50
|
?session_token: String,
|
51
51
|
?sigv4a_signing_region_set: Array[String],
|
52
52
|
?stub_responses: untyped,
|
53
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
53
54
|
?token_provider: untyped,
|
54
55
|
?use_dualstack_endpoint: bool,
|
55
56
|
?use_fips_endpoint: bool,
|
@@ -127,7 +128,7 @@ module Aws
|
|
127
128
|
name: ::String,
|
128
129
|
?description: ::String,
|
129
130
|
kms_key: ::String,
|
130
|
-
source_uri: ::String,
|
131
|
+
?source_uri: ::String,
|
131
132
|
?schedule_config: {
|
132
133
|
first_execution_from: ::String?,
|
133
134
|
object: ::String?,
|
@@ -143,6 +144,34 @@ module Aws
|
|
143
144
|
) -> _CreateDataIntegrationResponseSuccess
|
144
145
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataIntegrationResponseSuccess
|
145
146
|
|
147
|
+
interface _CreateDataIntegrationAssociationResponseSuccess
|
148
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateDataIntegrationAssociationResponse]
|
149
|
+
def data_integration_association_id: () -> ::String
|
150
|
+
def data_integration_arn: () -> ::String
|
151
|
+
end
|
152
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppIntegrationsService/Client.html#create_data_integration_association-instance_method
|
153
|
+
def create_data_integration_association: (
|
154
|
+
data_integration_identifier: ::String,
|
155
|
+
?client_id: ::String,
|
156
|
+
?object_configuration: Hash[::String, Hash[::String, Array[::String]]],
|
157
|
+
?destination_uri: ::String,
|
158
|
+
?client_association_metadata: Hash[::String, ::String],
|
159
|
+
?client_token: ::String,
|
160
|
+
?execution_configuration: {
|
161
|
+
execution_mode: ("ON_DEMAND" | "SCHEDULED"),
|
162
|
+
on_demand_configuration: {
|
163
|
+
start_time: ::String,
|
164
|
+
end_time: ::String?
|
165
|
+
}?,
|
166
|
+
schedule_configuration: {
|
167
|
+
first_execution_from: ::String?,
|
168
|
+
object: ::String?,
|
169
|
+
schedule_expression: ::String
|
170
|
+
}?
|
171
|
+
}
|
172
|
+
) -> _CreateDataIntegrationAssociationResponseSuccess
|
173
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataIntegrationAssociationResponseSuccess
|
174
|
+
|
146
175
|
interface _CreateEventIntegrationResponseSuccess
|
147
176
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEventIntegrationResponse]
|
148
177
|
def event_integration_arn: () -> ::String
|
@@ -389,6 +418,28 @@ module Aws
|
|
389
418
|
) -> _UpdateDataIntegrationResponseSuccess
|
390
419
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataIntegrationResponseSuccess
|
391
420
|
|
421
|
+
interface _UpdateDataIntegrationAssociationResponseSuccess
|
422
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDataIntegrationAssociationResponse]
|
423
|
+
end
|
424
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppIntegrationsService/Client.html#update_data_integration_association-instance_method
|
425
|
+
def update_data_integration_association: (
|
426
|
+
data_integration_identifier: ::String,
|
427
|
+
data_integration_association_identifier: ::String,
|
428
|
+
execution_configuration: {
|
429
|
+
execution_mode: ("ON_DEMAND" | "SCHEDULED"),
|
430
|
+
on_demand_configuration: {
|
431
|
+
start_time: ::String,
|
432
|
+
end_time: ::String?
|
433
|
+
}?,
|
434
|
+
schedule_configuration: {
|
435
|
+
first_execution_from: ::String?,
|
436
|
+
object: ::String?,
|
437
|
+
schedule_expression: ::String
|
438
|
+
}?
|
439
|
+
}
|
440
|
+
) -> _UpdateDataIntegrationAssociationResponseSuccess
|
441
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataIntegrationAssociationResponseSuccess
|
442
|
+
|
392
443
|
interface _UpdateEventIntegrationResponseSuccess
|
393
444
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEventIntegrationResponse]
|
394
445
|
end
|
data/sig/resource.rbs
CHANGED
@@ -50,6 +50,7 @@ module Aws
|
|
50
50
|
?session_token: String,
|
51
51
|
?sigv4a_signing_region_set: Array[String],
|
52
52
|
?stub_responses: untyped,
|
53
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
53
54
|
?token_provider: untyped,
|
54
55
|
?use_dualstack_endpoint: bool,
|
55
56
|
?use_fips_endpoint: bool,
|
data/sig/types.rbs
CHANGED
@@ -54,6 +54,23 @@ module Aws::AppIntegrationsService
|
|
54
54
|
SENSITIVE: []
|
55
55
|
end
|
56
56
|
|
57
|
+
class CreateDataIntegrationAssociationRequest
|
58
|
+
attr_accessor data_integration_identifier: ::String
|
59
|
+
attr_accessor client_id: ::String
|
60
|
+
attr_accessor object_configuration: ::Hash[::String, ::Hash[::String, ::Array[::String]]]
|
61
|
+
attr_accessor destination_uri: ::String
|
62
|
+
attr_accessor client_association_metadata: ::Hash[::String, ::String]
|
63
|
+
attr_accessor client_token: ::String
|
64
|
+
attr_accessor execution_configuration: Types::ExecutionConfiguration
|
65
|
+
SENSITIVE: []
|
66
|
+
end
|
67
|
+
|
68
|
+
class CreateDataIntegrationAssociationResponse
|
69
|
+
attr_accessor data_integration_association_id: ::String
|
70
|
+
attr_accessor data_integration_arn: ::String
|
71
|
+
SENSITIVE: []
|
72
|
+
end
|
73
|
+
|
57
74
|
class CreateDataIntegrationRequest
|
58
75
|
attr_accessor name: ::String
|
59
76
|
attr_accessor description: ::String
|
@@ -101,6 +118,9 @@ module Aws::AppIntegrationsService
|
|
101
118
|
attr_accessor data_integration_association_arn: ::String
|
102
119
|
attr_accessor data_integration_arn: ::String
|
103
120
|
attr_accessor client_id: ::String
|
121
|
+
attr_accessor destination_uri: ::String
|
122
|
+
attr_accessor last_execution_status: Types::LastExecutionStatus
|
123
|
+
attr_accessor execution_configuration: Types::ExecutionConfiguration
|
104
124
|
SENSITIVE: []
|
105
125
|
end
|
106
126
|
|
@@ -165,6 +185,13 @@ module Aws::AppIntegrationsService
|
|
165
185
|
SENSITIVE: []
|
166
186
|
end
|
167
187
|
|
188
|
+
class ExecutionConfiguration
|
189
|
+
attr_accessor execution_mode: ("ON_DEMAND" | "SCHEDULED")
|
190
|
+
attr_accessor on_demand_configuration: Types::OnDemandConfiguration
|
191
|
+
attr_accessor schedule_configuration: Types::ScheduleConfiguration
|
192
|
+
SENSITIVE: []
|
193
|
+
end
|
194
|
+
|
168
195
|
class ExternalUrlConfig
|
169
196
|
attr_accessor access_url: ::String
|
170
197
|
attr_accessor approved_origins: ::Array[::String]
|
@@ -242,6 +269,12 @@ module Aws::AppIntegrationsService
|
|
242
269
|
SENSITIVE: []
|
243
270
|
end
|
244
271
|
|
272
|
+
class LastExecutionStatus
|
273
|
+
attr_accessor execution_status: ("COMPLETED" | "IN_PROGRESS" | "FAILED")
|
274
|
+
attr_accessor status_message: ::String
|
275
|
+
SENSITIVE: []
|
276
|
+
end
|
277
|
+
|
245
278
|
class ListApplicationAssociationsRequest
|
246
279
|
attr_accessor application_id: ::String
|
247
280
|
attr_accessor next_token: ::String
|
@@ -327,6 +360,12 @@ module Aws::AppIntegrationsService
|
|
327
360
|
SENSITIVE: []
|
328
361
|
end
|
329
362
|
|
363
|
+
class OnDemandConfiguration
|
364
|
+
attr_accessor start_time: ::String
|
365
|
+
attr_accessor end_time: ::String
|
366
|
+
SENSITIVE: []
|
367
|
+
end
|
368
|
+
|
330
369
|
class Publication
|
331
370
|
attr_accessor event: ::String
|
332
371
|
attr_accessor schema: ::String
|
@@ -399,6 +438,16 @@ module Aws::AppIntegrationsService
|
|
399
438
|
class UpdateApplicationResponse < Aws::EmptyStructure
|
400
439
|
end
|
401
440
|
|
441
|
+
class UpdateDataIntegrationAssociationRequest
|
442
|
+
attr_accessor data_integration_identifier: ::String
|
443
|
+
attr_accessor data_integration_association_identifier: ::String
|
444
|
+
attr_accessor execution_configuration: Types::ExecutionConfiguration
|
445
|
+
SENSITIVE: []
|
446
|
+
end
|
447
|
+
|
448
|
+
class UpdateDataIntegrationAssociationResponse < Aws::EmptyStructure
|
449
|
+
end
|
450
|
+
|
402
451
|
class UpdateDataIntegrationRequest
|
403
452
|
attr_accessor identifier: ::String
|
404
453
|
attr_accessor name: ::String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-appintegrationsservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.38.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.203.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.203.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|