aws-sdk-appintegrationsservice 1.51.0 → 1.54.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4dd9552db81ac5374589eb181597f66080cffa103323e5b1469b64e58e9c1ba9
4
- data.tar.gz: b81c4354a0261e981835f7aa90681e1315c6e509c4b761b23e1be8ef769a9a96
3
+ metadata.gz: bfeed3a013746b5abb74995cf87326f7acb6a418aa8f1c1a4bfd4f8fb7caf646
4
+ data.tar.gz: 157e81c76ab20841b76fad40adf12732b9dcc728c15e2c6ae0eb6f989322f284
5
5
  SHA512:
6
- metadata.gz: 47d61823b324a86330e918b70482616ebe597bdfd1456c072c3d5aaa334fbe1462d089964f9e8fd6d9c931a4b47b08782bf1b507687f8fd06d678a83c3d33544
7
- data.tar.gz: c87945eb43296ec7df1cba4a03bcf1fc4575ae1ed917c4b9986733f34b634de5c0059ab1538a6f3982b216c5026936eefe5531f433d564d621ab36705e2137c8
6
+ metadata.gz: 065bb0ae88db70856af39c68f0ed089bd15920833e8d304a567170155da339c3a33844100bd294b916d1a44cd91801f14e64eb641c39e3b14a128846fae514d5
7
+ data.tar.gz: ae42becb3570427ec66efbfa44f302a7e414787c08a725e48ee409ea6187c092df8c25bc7676691c84b71b591da9bcf1e2c233b6815baf82653a41ff7e8108c6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2025-07-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.53.0 (2025-07-25)
10
+ ------------------
11
+
12
+ * Feature - Amazon AppIntegrations introduces new configuration capabilities to enable customers to manage iframe permissions, control application refresh behavior (per contact or per browser/cross-contact), and run background applications (service).
13
+
14
+ 1.52.0 (2025-07-21)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.51.0 (2025-06-02)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.54.0
@@ -95,7 +95,7 @@ module Aws::AppIntegrationsService
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials. This can be an instance of any one of the
98
+ # Your AWS credentials used for authentication. This can be an instance of any one of the
99
99
  # following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
@@ -128,18 +128,23 @@ module Aws::AppIntegrationsService
128
128
  # locations will be searched for credentials:
129
129
  #
130
130
  # * `Aws.config[:credentials]`
131
+ #
131
132
  # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
132
133
  # `:account_id` options.
133
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
134
- # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
134
+ #
135
+ # * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
136
+ # `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
137
+ #
135
138
  # * `~/.aws/credentials`
139
+ #
136
140
  # * `~/.aws/config`
141
+ #
137
142
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
143
  # are very aggressive. Construct and pass an instance of
139
144
  # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
145
  # enable retries and extended timeouts. Instance profile credential
141
- # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
- # to true.
146
+ # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
+ # to `true`.
143
148
  #
144
149
  # @option options [required, String] :region
145
150
  # The AWS region to connect to. The configured `:region` is
@@ -167,6 +172,11 @@ module Aws::AppIntegrationsService
167
172
  # When false, the request will raise a `RetryCapacityNotAvailableError` and will
168
173
  # not retry instead of sleeping.
169
174
  #
175
+ # @option options [Array<String>] :auth_scheme_preference
176
+ # A list of preferred authentication schemes to use when making a request. Supported values are:
177
+ # `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
178
+ # shared config as `auth_scheme_preference`, the value should be a comma-separated list.
179
+ #
170
180
  # @option options [Boolean] :client_side_monitoring (false)
171
181
  # When `true`, client-side metrics will be collected for all API requests from
172
182
  # this client.
@@ -253,8 +263,8 @@ module Aws::AppIntegrationsService
253
263
  # 4 times. Used in `standard` and `adaptive` retry modes.
254
264
  #
255
265
  # @option options [String] :profile ("default")
256
- # Used when loading credentials from the shared credentials file
257
- # at HOME/.aws/credentials. When not specified, 'default' is used.
266
+ # Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
267
+ # When not specified, 'default' is used.
258
268
  #
259
269
  # @option options [String] :request_checksum_calculation ("when_supported")
260
270
  # Determines when a checksum will be calculated for request payloads. Values are:
@@ -367,7 +377,7 @@ module Aws::AppIntegrationsService
367
377
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
368
378
  #
369
379
  # @option options [Aws::TokenProvider] :token_provider
370
- # A Bearer Token Provider. This can be an instance of any one of the
380
+ # Your Bearer token used for authentication. This can be an instance of any one of the
371
381
  # following classes:
372
382
  #
373
383
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
@@ -511,6 +521,19 @@ module Aws::AppIntegrationsService
511
521
  # The configuration of events or requests that the application has
512
522
  # access to.
513
523
  #
524
+ # @option params [Boolean] :is_service
525
+ # Indicates whether the application is a service.
526
+ #
527
+ # @option params [Integer] :initialization_timeout
528
+ # The maximum time in milliseconds allowed to establish a connection
529
+ # with the workspace.
530
+ #
531
+ # @option params [Types::ApplicationConfig] :application_config
532
+ # The configuration settings for the application.
533
+ #
534
+ # @option params [Types::IframeConfig] :iframe_config
535
+ # The iframe configuration for the application.
536
+ #
514
537
  # @return [Types::CreateApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
515
538
  #
516
539
  # * {Types::CreateApplicationResponse#arn #arn} => String
@@ -568,6 +591,17 @@ module Aws::AppIntegrationsService
568
591
  # "TagKey" => "TagValue",
569
592
  # },
570
593
  # permissions: ["Permission"],
594
+ # is_service: false,
595
+ # initialization_timeout: 1,
596
+ # application_config: {
597
+ # contact_handling: {
598
+ # scope: "CROSS_CONTACTS", # accepts CROSS_CONTACTS, PER_CONTACT
599
+ # },
600
+ # },
601
+ # iframe_config: {
602
+ # allow: ["IframePermission"],
603
+ # sandbox: ["IframePermission"],
604
+ # },
571
605
  # })
572
606
  #
573
607
  # @example Response structure
@@ -972,6 +1006,10 @@ module Aws::AppIntegrationsService
972
1006
  # * {Types::GetApplicationResponse#last_modified_time #last_modified_time} => Time
973
1007
  # * {Types::GetApplicationResponse#tags #tags} => Hash&lt;String,String&gt;
974
1008
  # * {Types::GetApplicationResponse#permissions #permissions} => Array&lt;String&gt;
1009
+ # * {Types::GetApplicationResponse#is_service #is_service} => Boolean
1010
+ # * {Types::GetApplicationResponse#initialization_timeout #initialization_timeout} => Integer
1011
+ # * {Types::GetApplicationResponse#application_config #application_config} => Types::ApplicationConfig
1012
+ # * {Types::GetApplicationResponse#iframe_config #iframe_config} => Types::IframeConfig
975
1013
  #
976
1014
  #
977
1015
  # @example Example: To get an application
@@ -1023,6 +1061,13 @@ module Aws::AppIntegrationsService
1023
1061
  # resp.tags["TagKey"] #=> String
1024
1062
  # resp.permissions #=> Array
1025
1063
  # resp.permissions[0] #=> String
1064
+ # resp.is_service #=> Boolean
1065
+ # resp.initialization_timeout #=> Integer
1066
+ # resp.application_config.contact_handling.scope #=> String, one of "CROSS_CONTACTS", "PER_CONTACT"
1067
+ # resp.iframe_config.allow #=> Array
1068
+ # resp.iframe_config.allow[0] #=> String
1069
+ # resp.iframe_config.sandbox #=> Array
1070
+ # resp.iframe_config.sandbox[0] #=> String
1026
1071
  #
1027
1072
  # @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/GetApplication AWS API Documentation
1028
1073
  #
@@ -1261,6 +1306,7 @@ module Aws::AppIntegrationsService
1261
1306
  # resp.applications[0].namespace #=> String
1262
1307
  # resp.applications[0].created_time #=> Time
1263
1308
  # resp.applications[0].last_modified_time #=> Time
1309
+ # resp.applications[0].is_service #=> Boolean
1264
1310
  # resp.next_token #=> String
1265
1311
  #
1266
1312
  # @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/ListApplications AWS API Documentation
@@ -1594,6 +1640,19 @@ module Aws::AppIntegrationsService
1594
1640
  # The configuration of events or requests that the application has
1595
1641
  # access to.
1596
1642
  #
1643
+ # @option params [Boolean] :is_service
1644
+ # Indicates whether the application is a service.
1645
+ #
1646
+ # @option params [Integer] :initialization_timeout
1647
+ # The maximum time in milliseconds allowed to establish a connection
1648
+ # with the workspace.
1649
+ #
1650
+ # @option params [Types::ApplicationConfig] :application_config
1651
+ # The configuration settings for the application.
1652
+ #
1653
+ # @option params [Types::IframeConfig] :iframe_config
1654
+ # The iframe configuration for the application.
1655
+ #
1597
1656
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1598
1657
  #
1599
1658
  #
@@ -1636,6 +1695,17 @@ module Aws::AppIntegrationsService
1636
1695
  # },
1637
1696
  # ],
1638
1697
  # permissions: ["Permission"],
1698
+ # is_service: false,
1699
+ # initialization_timeout: 1,
1700
+ # application_config: {
1701
+ # contact_handling: {
1702
+ # scope: "CROSS_CONTACTS", # accepts CROSS_CONTACTS, PER_CONTACT
1703
+ # },
1704
+ # },
1705
+ # iframe_config: {
1706
+ # allow: ["IframePermission"],
1707
+ # sandbox: ["IframePermission"],
1708
+ # },
1639
1709
  # })
1640
1710
  #
1641
1711
  # @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/UpdateApplication AWS API Documentation
@@ -1778,7 +1848,7 @@ module Aws::AppIntegrationsService
1778
1848
  tracer: tracer
1779
1849
  )
1780
1850
  context[:gem_name] = 'aws-sdk-appintegrationsservice'
1781
- context[:gem_version] = '1.51.0'
1851
+ context[:gem_version] = '1.54.0'
1782
1852
  Seahorse::Client::Request.new(handlers, context)
1783
1853
  end
1784
1854
 
@@ -18,6 +18,7 @@ module Aws::AppIntegrationsService
18
18
  ApplicationApprovedOrigins = Shapes::ListShape.new(name: 'ApplicationApprovedOrigins')
19
19
  ApplicationAssociationSummary = Shapes::StructureShape.new(name: 'ApplicationAssociationSummary')
20
20
  ApplicationAssociationsList = Shapes::ListShape.new(name: 'ApplicationAssociationsList')
21
+ ApplicationConfig = Shapes::StructureShape.new(name: 'ApplicationConfig')
21
22
  ApplicationName = Shapes::StringShape.new(name: 'ApplicationName')
22
23
  ApplicationNamespace = Shapes::StringShape.new(name: 'ApplicationNamespace')
23
24
  ApplicationSourceConfig = Shapes::StructureShape.new(name: 'ApplicationSourceConfig')
@@ -26,8 +27,11 @@ module Aws::AppIntegrationsService
26
27
  ApplicationsList = Shapes::ListShape.new(name: 'ApplicationsList')
27
28
  Arn = Shapes::StringShape.new(name: 'Arn')
28
29
  ArnOrUUID = Shapes::StringShape.new(name: 'ArnOrUUID')
30
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
29
31
  ClientAssociationMetadata = Shapes::MapShape.new(name: 'ClientAssociationMetadata')
30
32
  ClientId = Shapes::StringShape.new(name: 'ClientId')
33
+ ContactHandling = Shapes::StructureShape.new(name: 'ContactHandling')
34
+ ContactHandlingScope = Shapes::StringShape.new(name: 'ContactHandlingScope')
31
35
  CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
32
36
  CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
33
37
  CreateDataIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'CreateDataIntegrationAssociationRequest')
@@ -75,6 +79,10 @@ module Aws::AppIntegrationsService
75
79
  GetEventIntegrationResponse = Shapes::StructureShape.new(name: 'GetEventIntegrationResponse')
76
80
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
77
81
  Identifier = Shapes::StringShape.new(name: 'Identifier')
82
+ IframeConfig = Shapes::StructureShape.new(name: 'IframeConfig')
83
+ IframePermission = Shapes::StringShape.new(name: 'IframePermission')
84
+ IframePermissionList = Shapes::ListShape.new(name: 'IframePermissionList')
85
+ InitializationTimeout = Shapes::IntegerShape.new(name: 'InitializationTimeout')
78
86
  InternalServiceError = Shapes::StructureShape.new(name: 'InternalServiceError')
79
87
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
80
88
  LastExecutionStatus = Shapes::StructureShape.new(name: 'LastExecutionStatus')
@@ -146,6 +154,9 @@ module Aws::AppIntegrationsService
146
154
 
147
155
  ApplicationAssociationsList.member = Shapes::ShapeRef.new(shape: ApplicationAssociationSummary)
148
156
 
157
+ ApplicationConfig.add_member(:contact_handling, Shapes::ShapeRef.new(shape: ContactHandling, location_name: "ContactHandling"))
158
+ ApplicationConfig.struct_class = Types::ApplicationConfig
159
+
149
160
  ApplicationSourceConfig.add_member(:external_url_config, Shapes::ShapeRef.new(shape: ExternalUrlConfig, location_name: "ExternalUrlConfig"))
150
161
  ApplicationSourceConfig.struct_class = Types::ApplicationSourceConfig
151
162
 
@@ -155,6 +166,7 @@ module Aws::AppIntegrationsService
155
166
  ApplicationSummary.add_member(:namespace, Shapes::ShapeRef.new(shape: ApplicationNamespace, location_name: "Namespace"))
156
167
  ApplicationSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
157
168
  ApplicationSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
169
+ ApplicationSummary.add_member(:is_service, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsService"))
158
170
  ApplicationSummary.struct_class = Types::ApplicationSummary
159
171
 
160
172
  ApplicationsList.member = Shapes::ShapeRef.new(shape: ApplicationSummary)
@@ -162,6 +174,9 @@ module Aws::AppIntegrationsService
162
174
  ClientAssociationMetadata.key = Shapes::ShapeRef.new(shape: NonBlankString)
163
175
  ClientAssociationMetadata.value = Shapes::ShapeRef.new(shape: NonBlankString)
164
176
 
177
+ ContactHandling.add_member(:scope, Shapes::ShapeRef.new(shape: ContactHandlingScope, location_name: "Scope"))
178
+ ContactHandling.struct_class = Types::ContactHandling
179
+
165
180
  CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "Name"))
166
181
  CreateApplicationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: ApplicationNamespace, required: true, location_name: "Namespace"))
167
182
  CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
@@ -171,6 +186,10 @@ module Aws::AppIntegrationsService
171
186
  CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
172
187
  CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
173
188
  CreateApplicationRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionList, location_name: "Permissions"))
189
+ CreateApplicationRequest.add_member(:is_service, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsService"))
190
+ CreateApplicationRequest.add_member(:initialization_timeout, Shapes::ShapeRef.new(shape: InitializationTimeout, location_name: "InitializationTimeout"))
191
+ CreateApplicationRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: ApplicationConfig, location_name: "ApplicationConfig"))
192
+ CreateApplicationRequest.add_member(:iframe_config, Shapes::ShapeRef.new(shape: IframeConfig, location_name: "IframeConfig"))
174
193
  CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
175
194
 
176
195
  CreateApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -318,6 +337,10 @@ module Aws::AppIntegrationsService
318
337
  GetApplicationResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
319
338
  GetApplicationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
320
339
  GetApplicationResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionList, location_name: "Permissions"))
340
+ GetApplicationResponse.add_member(:is_service, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsService"))
341
+ GetApplicationResponse.add_member(:initialization_timeout, Shapes::ShapeRef.new(shape: InitializationTimeout, location_name: "InitializationTimeout"))
342
+ GetApplicationResponse.add_member(:application_config, Shapes::ShapeRef.new(shape: ApplicationConfig, location_name: "ApplicationConfig"))
343
+ GetApplicationResponse.add_member(:iframe_config, Shapes::ShapeRef.new(shape: IframeConfig, location_name: "IframeConfig"))
321
344
  GetApplicationResponse.struct_class = Types::GetApplicationResponse
322
345
 
323
346
  GetDataIntegrationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
@@ -346,6 +369,12 @@ module Aws::AppIntegrationsService
346
369
  GetEventIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
347
370
  GetEventIntegrationResponse.struct_class = Types::GetEventIntegrationResponse
348
371
 
372
+ IframeConfig.add_member(:allow, Shapes::ShapeRef.new(shape: IframePermissionList, location_name: "Allow"))
373
+ IframeConfig.add_member(:sandbox, Shapes::ShapeRef.new(shape: IframePermissionList, location_name: "Sandbox"))
374
+ IframeConfig.struct_class = Types::IframeConfig
375
+
376
+ IframePermissionList.member = Shapes::ShapeRef.new(shape: IframePermission)
377
+
349
378
  InternalServiceError.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
350
379
  InternalServiceError.struct_class = Types::InternalServiceError
351
380
 
@@ -476,6 +505,10 @@ module Aws::AppIntegrationsService
476
505
  UpdateApplicationRequest.add_member(:subscriptions, Shapes::ShapeRef.new(shape: SubscriptionList, deprecated: true, location_name: "Subscriptions", metadata: {"deprecatedMessage" => "Subscriptions has been replaced with Permissions"}))
477
506
  UpdateApplicationRequest.add_member(:publications, Shapes::ShapeRef.new(shape: PublicationList, deprecated: true, location_name: "Publications", metadata: {"deprecatedMessage" => "Publications has been replaced with Permissions"}))
478
507
  UpdateApplicationRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionList, location_name: "Permissions"))
508
+ UpdateApplicationRequest.add_member(:is_service, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsService", metadata: {"box" => true}))
509
+ UpdateApplicationRequest.add_member(:initialization_timeout, Shapes::ShapeRef.new(shape: InitializationTimeout, location_name: "InitializationTimeout"))
510
+ UpdateApplicationRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: ApplicationConfig, location_name: "ApplicationConfig"))
511
+ UpdateApplicationRequest.add_member(:iframe_config, Shapes::ShapeRef.new(shape: IframeConfig, location_name: "IframeConfig"))
479
512
  UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
480
513
 
481
514
  UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
@@ -48,6 +48,20 @@ module Aws::AppIntegrationsService
48
48
  include Aws::Structure
49
49
  end
50
50
 
51
+ # The configuration settings for the application.
52
+ #
53
+ # @!attribute [rw] contact_handling
54
+ # The contact handling configuration for the application.
55
+ # @return [Types::ContactHandling]
56
+ #
57
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/ApplicationConfig AWS API Documentation
58
+ #
59
+ class ApplicationConfig < Struct.new(
60
+ :contact_handling)
61
+ SENSITIVE = []
62
+ include Aws::Structure
63
+ end
64
+
51
65
  # The configuration for where the application should be loaded from.
52
66
  #
53
67
  # @!attribute [rw] external_url_config
@@ -88,6 +102,10 @@ module Aws::AppIntegrationsService
88
102
  # The time when the application was last modified.
89
103
  # @return [Time]
90
104
  #
105
+ # @!attribute [rw] is_service
106
+ # Indicates whether the application is a service.
107
+ # @return [Boolean]
108
+ #
91
109
  # @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/ApplicationSummary AWS API Documentation
92
110
  #
93
111
  class ApplicationSummary < Struct.new(
@@ -96,7 +114,23 @@ module Aws::AppIntegrationsService
96
114
  :name,
97
115
  :namespace,
98
116
  :created_time,
99
- :last_modified_time)
117
+ :last_modified_time,
118
+ :is_service)
119
+ SENSITIVE = []
120
+ include Aws::Structure
121
+ end
122
+
123
+ # The contact handling configuration for the application.
124
+ #
125
+ # @!attribute [rw] scope
126
+ # Indicates whether the application refreshes for each contact or
127
+ # refreshes only with each new browser session.
128
+ # @return [String]
129
+ #
130
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/ContactHandling AWS API Documentation
131
+ #
132
+ class ContactHandling < Struct.new(
133
+ :scope)
100
134
  SENSITIVE = []
101
135
  include Aws::Structure
102
136
  end
@@ -150,6 +184,23 @@ module Aws::AppIntegrationsService
150
184
  # access to.
151
185
  # @return [Array<String>]
152
186
  #
187
+ # @!attribute [rw] is_service
188
+ # Indicates whether the application is a service.
189
+ # @return [Boolean]
190
+ #
191
+ # @!attribute [rw] initialization_timeout
192
+ # The maximum time in milliseconds allowed to establish a connection
193
+ # with the workspace.
194
+ # @return [Integer]
195
+ #
196
+ # @!attribute [rw] application_config
197
+ # The configuration settings for the application.
198
+ # @return [Types::ApplicationConfig]
199
+ #
200
+ # @!attribute [rw] iframe_config
201
+ # The iframe configuration for the application.
202
+ # @return [Types::IframeConfig]
203
+ #
153
204
  # @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/CreateApplicationRequest AWS API Documentation
154
205
  #
155
206
  class CreateApplicationRequest < Struct.new(
@@ -161,7 +212,11 @@ module Aws::AppIntegrationsService
161
212
  :publications,
162
213
  :client_token,
163
214
  :tags,
164
- :permissions)
215
+ :permissions,
216
+ :is_service,
217
+ :initialization_timeout,
218
+ :application_config,
219
+ :iframe_config)
165
220
  SENSITIVE = []
166
221
  include Aws::Structure
167
222
  end
@@ -801,6 +856,23 @@ module Aws::AppIntegrationsService
801
856
  # access to.
802
857
  # @return [Array<String>]
803
858
  #
859
+ # @!attribute [rw] is_service
860
+ # Indicates whether the application is a service.
861
+ # @return [Boolean]
862
+ #
863
+ # @!attribute [rw] initialization_timeout
864
+ # The maximum time in milliseconds allowed to establish a connection
865
+ # with the workspace.
866
+ # @return [Integer]
867
+ #
868
+ # @!attribute [rw] application_config
869
+ # The configuration settings for the application.
870
+ # @return [Types::ApplicationConfig]
871
+ #
872
+ # @!attribute [rw] iframe_config
873
+ # The iframe configuration for the application.
874
+ # @return [Types::IframeConfig]
875
+ #
804
876
  # @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/GetApplicationResponse AWS API Documentation
805
877
  #
806
878
  class GetApplicationResponse < Struct.new(
@@ -815,7 +887,11 @@ module Aws::AppIntegrationsService
815
887
  :created_time,
816
888
  :last_modified_time,
817
889
  :tags,
818
- :permissions)
890
+ :permissions,
891
+ :is_service,
892
+ :initialization_timeout,
893
+ :application_config,
894
+ :iframe_config)
819
895
  SENSITIVE = []
820
896
  include Aws::Structure
821
897
  end
@@ -943,6 +1019,25 @@ module Aws::AppIntegrationsService
943
1019
  include Aws::Structure
944
1020
  end
945
1021
 
1022
+ # The iframe configuration for the application.
1023
+ #
1024
+ # @!attribute [rw] allow
1025
+ # The list of features that are allowed in the iframe.
1026
+ # @return [Array<String>]
1027
+ #
1028
+ # @!attribute [rw] sandbox
1029
+ # The list of sandbox attributes for the iframe.
1030
+ # @return [Array<String>]
1031
+ #
1032
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/IframeConfig AWS API Documentation
1033
+ #
1034
+ class IframeConfig < Struct.new(
1035
+ :allow,
1036
+ :sandbox)
1037
+ SENSITIVE = []
1038
+ include Aws::Structure
1039
+ end
1040
+
946
1041
  # Request processing failed due to an error or failure with the service.
947
1042
  #
948
1043
  # @!attribute [rw] message
@@ -1465,6 +1560,23 @@ module Aws::AppIntegrationsService
1465
1560
  # access to.
1466
1561
  # @return [Array<String>]
1467
1562
  #
1563
+ # @!attribute [rw] is_service
1564
+ # Indicates whether the application is a service.
1565
+ # @return [Boolean]
1566
+ #
1567
+ # @!attribute [rw] initialization_timeout
1568
+ # The maximum time in milliseconds allowed to establish a connection
1569
+ # with the workspace.
1570
+ # @return [Integer]
1571
+ #
1572
+ # @!attribute [rw] application_config
1573
+ # The configuration settings for the application.
1574
+ # @return [Types::ApplicationConfig]
1575
+ #
1576
+ # @!attribute [rw] iframe_config
1577
+ # The iframe configuration for the application.
1578
+ # @return [Types::IframeConfig]
1579
+ #
1468
1580
  # @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/UpdateApplicationRequest AWS API Documentation
1469
1581
  #
1470
1582
  class UpdateApplicationRequest < Struct.new(
@@ -1474,7 +1586,11 @@ module Aws::AppIntegrationsService
1474
1586
  :application_source_config,
1475
1587
  :subscriptions,
1476
1588
  :publications,
1477
- :permissions)
1589
+ :permissions,
1590
+ :is_service,
1591
+ :initialization_timeout,
1592
+ :application_config,
1593
+ :iframe_config)
1478
1594
  SENSITIVE = []
1479
1595
  include Aws::Structure
1480
1596
  end
@@ -54,7 +54,7 @@ module Aws::AppIntegrationsService
54
54
  autoload :EndpointProvider, 'aws-sdk-appintegrationsservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-appintegrationsservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.51.0'
57
+ GEM_VERSION = '1.54.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -18,6 +18,7 @@ module Aws
18
18
  ?account_id: String,
19
19
  ?active_endpoint_cache: bool,
20
20
  ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
21
22
  ?client_side_monitoring: bool,
22
23
  ?client_side_monitoring_client_id: String,
23
24
  ?client_side_monitoring_host: String,
@@ -108,7 +109,18 @@ module Aws
108
109
  ],
109
110
  ?client_token: ::String,
110
111
  ?tags: Hash[::String, ::String],
111
- ?permissions: Array[::String]
112
+ ?permissions: Array[::String],
113
+ ?is_service: bool,
114
+ ?initialization_timeout: ::Integer,
115
+ ?application_config: {
116
+ contact_handling: {
117
+ scope: ("CROSS_CONTACTS" | "PER_CONTACT")?
118
+ }?
119
+ },
120
+ ?iframe_config: {
121
+ allow: Array[::String]?,
122
+ sandbox: Array[::String]?
123
+ }
112
124
  ) -> _CreateApplicationResponseSuccess
113
125
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
114
126
 
@@ -233,6 +245,10 @@ module Aws
233
245
  def last_modified_time: () -> ::Time
234
246
  def tags: () -> ::Hash[::String, ::String]
235
247
  def permissions: () -> ::Array[::String]
248
+ def is_service: () -> bool
249
+ def initialization_timeout: () -> ::Integer
250
+ def application_config: () -> Types::ApplicationConfig
251
+ def iframe_config: () -> Types::IframeConfig
236
252
  end
237
253
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppIntegrationsService/Client.html#get_application-instance_method
238
254
  def get_application: (
@@ -406,7 +422,18 @@ module Aws
406
422
  description: ::String?
407
423
  },
408
424
  ],
409
- ?permissions: Array[::String]
425
+ ?permissions: Array[::String],
426
+ ?is_service: bool,
427
+ ?initialization_timeout: ::Integer,
428
+ ?application_config: {
429
+ contact_handling: {
430
+ scope: ("CROSS_CONTACTS" | "PER_CONTACT")?
431
+ }?
432
+ },
433
+ ?iframe_config: {
434
+ allow: Array[::String]?,
435
+ sandbox: Array[::String]?
436
+ }
410
437
  ) -> _UpdateApplicationResponseSuccess
411
438
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResponseSuccess
412
439
 
data/sig/resource.rbs CHANGED
@@ -18,6 +18,7 @@ module Aws
18
18
  ?account_id: String,
19
19
  ?active_endpoint_cache: bool,
20
20
  ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
21
22
  ?client_side_monitoring: bool,
22
23
  ?client_side_monitoring_client_id: String,
23
24
  ?client_side_monitoring_host: String,
data/sig/types.rbs CHANGED
@@ -20,6 +20,11 @@ module Aws::AppIntegrationsService
20
20
  SENSITIVE: []
21
21
  end
22
22
 
23
+ class ApplicationConfig
24
+ attr_accessor contact_handling: Types::ContactHandling
25
+ SENSITIVE: []
26
+ end
27
+
23
28
  class ApplicationSourceConfig
24
29
  attr_accessor external_url_config: Types::ExternalUrlConfig
25
30
  SENSITIVE: []
@@ -32,6 +37,12 @@ module Aws::AppIntegrationsService
32
37
  attr_accessor namespace: ::String
33
38
  attr_accessor created_time: ::Time
34
39
  attr_accessor last_modified_time: ::Time
40
+ attr_accessor is_service: bool
41
+ SENSITIVE: []
42
+ end
43
+
44
+ class ContactHandling
45
+ attr_accessor scope: ("CROSS_CONTACTS" | "PER_CONTACT")
35
46
  SENSITIVE: []
36
47
  end
37
48
 
@@ -45,6 +56,10 @@ module Aws::AppIntegrationsService
45
56
  attr_accessor client_token: ::String
46
57
  attr_accessor tags: ::Hash[::String, ::String]
47
58
  attr_accessor permissions: ::Array[::String]
59
+ attr_accessor is_service: bool
60
+ attr_accessor initialization_timeout: ::Integer
61
+ attr_accessor application_config: Types::ApplicationConfig
62
+ attr_accessor iframe_config: Types::IframeConfig
48
63
  SENSITIVE: []
49
64
  end
50
65
 
@@ -222,6 +237,10 @@ module Aws::AppIntegrationsService
222
237
  attr_accessor last_modified_time: ::Time
223
238
  attr_accessor tags: ::Hash[::String, ::String]
224
239
  attr_accessor permissions: ::Array[::String]
240
+ attr_accessor is_service: bool
241
+ attr_accessor initialization_timeout: ::Integer
242
+ attr_accessor application_config: Types::ApplicationConfig
243
+ attr_accessor iframe_config: Types::IframeConfig
225
244
  SENSITIVE: []
226
245
  end
227
246
 
@@ -259,6 +278,12 @@ module Aws::AppIntegrationsService
259
278
  SENSITIVE: []
260
279
  end
261
280
 
281
+ class IframeConfig
282
+ attr_accessor allow: ::Array[::String]
283
+ attr_accessor sandbox: ::Array[::String]
284
+ SENSITIVE: []
285
+ end
286
+
262
287
  class InternalServiceError
263
288
  attr_accessor message: ::String
264
289
  SENSITIVE: []
@@ -432,6 +457,10 @@ module Aws::AppIntegrationsService
432
457
  attr_accessor subscriptions: ::Array[Types::Subscription]
433
458
  attr_accessor publications: ::Array[Types::Publication]
434
459
  attr_accessor permissions: ::Array[::String]
460
+ attr_accessor is_service: bool
461
+ attr_accessor initialization_timeout: ::Integer
462
+ attr_accessor application_config: Types::ApplicationConfig
463
+ attr_accessor iframe_config: Types::IframeConfig
435
464
  SENSITIVE: []
436
465
  end
437
466
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appintegrationsservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.225.0
21
+ version: 3.228.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.225.0
31
+ version: 3.228.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement