aws-sdk-appintegrationsservice 1.34.0 → 1.35.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9671ec9d5f4af9ab0a9ce3cd6c54b18bb44059c271671df9fb15aabfe1bb0793
|
|
4
|
+
data.tar.gz: fc548c24ef4c0d0428daf6bfa4a6a6bcb557eda63db8f6d58fadac3ae1226dbd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 366ea5585bc7a5d00c68eeaa6d1056aed292077c78b4586b42d967304937388e0c486cb3ea6b838deab6d75f8781e0c27e5700b0d930c0ce7b564aca5d9eb359
|
|
7
|
+
data.tar.gz: 7673069419816d76cd452a4c45bbfcb5c799aafacb92f6d30a505aa0f06978024b951394b54ed59d56ecf2a9242645a1b15498983948f57e4302d7a6f16692c2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.35.0
|
|
@@ -1591,7 +1591,7 @@ module Aws::AppIntegrationsService
|
|
|
1591
1591
|
params: params,
|
|
1592
1592
|
config: config)
|
|
1593
1593
|
context[:gem_name] = 'aws-sdk-appintegrationsservice'
|
|
1594
|
-
context[:gem_version] = '1.
|
|
1594
|
+
context[:gem_version] = '1.35.0'
|
|
1595
1595
|
Seahorse::Client::Request.new(handlers, context)
|
|
1596
1596
|
end
|
|
1597
1597
|
|
|
@@ -461,9 +461,11 @@ module Aws::AppIntegrationsService
|
|
|
461
461
|
|
|
462
462
|
api.metadata = {
|
|
463
463
|
"apiVersion" => "2020-07-29",
|
|
464
|
+
"auth" => ["aws.auth#sigv4"],
|
|
464
465
|
"endpointPrefix" => "app-integrations",
|
|
465
466
|
"jsonVersion" => "1.1",
|
|
466
467
|
"protocol" => "rest-json",
|
|
468
|
+
"protocols" => ["rest-json"],
|
|
467
469
|
"serviceFullName" => "Amazon AppIntegrations Service",
|
|
468
470
|
"serviceId" => "AppIntegrations",
|
|
469
471
|
"signatureVersion" => "v4",
|
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.35.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-06-
|
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|