aws-sdk-pcaconnectorad 1.21.0 → 1.23.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-pcaconnectorad/client.rb +2 -3
- data/lib/aws-sdk-pcaconnectorad/client_api.rb +5 -5
- data/lib/aws-sdk-pcaconnectorad.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7ed20239ca64b2716b167e1d3e2d22288338a1146a6faa2bd638c6664554249
|
4
|
+
data.tar.gz: c8e7df19ccc7e6e2a08819180eab59159f57053e47c309ee2fb4dee41f6c3ff7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27af7fd9df302d0369ce86bbbcbe773841bde2fbe3dbaeb5b9940fa0f53e3db06853e19f01d158dedd2c69f351fa861e777bc6805b10ff00380a412ed3dff5ae
|
7
|
+
data.tar.gz: 33690ad194fe9eaa6603f02e3b3134e91faad56b471e943298b88dfb633e847c9c3114a0856d5b6b0f11bd46cc7587521fee5946add663cd6e42992bf5a3b75a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.23.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.22.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.21.0 (2025-03-10)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.23.0
|
@@ -200,8 +200,7 @@ module Aws::PcaConnectorAd
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -2327,7 +2326,7 @@ module Aws::PcaConnectorAd
|
|
2327
2326
|
tracer: tracer
|
2328
2327
|
)
|
2329
2328
|
context[:gem_name] = 'aws-sdk-pcaconnectorad'
|
2330
|
-
context[:gem_version] = '1.
|
2329
|
+
context[:gem_version] = '1.23.0'
|
2331
2330
|
Seahorse::Client::Request.new(handlers, context)
|
2332
2331
|
end
|
2333
2332
|
|
@@ -229,7 +229,7 @@ module Aws::PcaConnectorAd
|
|
229
229
|
ConnectorSummary.struct_class = Types::ConnectorSummary
|
230
230
|
|
231
231
|
CreateConnectorRequest.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: CertificateAuthorityArn, required: true, location_name: "CertificateAuthorityArn"))
|
232
|
-
CreateConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
232
|
+
CreateConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
233
233
|
CreateConnectorRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
|
234
234
|
CreateConnectorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
235
235
|
CreateConnectorRequest.add_member(:vpc_information, Shapes::ShapeRef.new(shape: VpcInformation, required: true, location_name: "VpcInformation"))
|
@@ -238,7 +238,7 @@ module Aws::PcaConnectorAd
|
|
238
238
|
CreateConnectorResponse.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, location_name: "ConnectorArn"))
|
239
239
|
CreateConnectorResponse.struct_class = Types::CreateConnectorResponse
|
240
240
|
|
241
|
-
CreateDirectoryRegistrationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
241
|
+
CreateDirectoryRegistrationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
242
242
|
CreateDirectoryRegistrationRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
|
243
243
|
CreateDirectoryRegistrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
244
244
|
CreateDirectoryRegistrationRequest.struct_class = Types::CreateDirectoryRegistrationRequest
|
@@ -246,19 +246,19 @@ module Aws::PcaConnectorAd
|
|
246
246
|
CreateDirectoryRegistrationResponse.add_member(:directory_registration_arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, location_name: "DirectoryRegistrationArn"))
|
247
247
|
CreateDirectoryRegistrationResponse.struct_class = Types::CreateDirectoryRegistrationResponse
|
248
248
|
|
249
|
-
CreateServicePrincipalNameRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
249
|
+
CreateServicePrincipalNameRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
250
250
|
CreateServicePrincipalNameRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location: "uri", location_name: "ConnectorArn"))
|
251
251
|
CreateServicePrincipalNameRequest.add_member(:directory_registration_arn, Shapes::ShapeRef.new(shape: DirectoryRegistrationArn, required: true, location: "uri", location_name: "DirectoryRegistrationArn"))
|
252
252
|
CreateServicePrincipalNameRequest.struct_class = Types::CreateServicePrincipalNameRequest
|
253
253
|
|
254
254
|
CreateTemplateGroupAccessControlEntryRequest.add_member(:access_rights, Shapes::ShapeRef.new(shape: AccessRights, required: true, location_name: "AccessRights"))
|
255
|
-
CreateTemplateGroupAccessControlEntryRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
255
|
+
CreateTemplateGroupAccessControlEntryRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
256
256
|
CreateTemplateGroupAccessControlEntryRequest.add_member(:group_display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "GroupDisplayName"))
|
257
257
|
CreateTemplateGroupAccessControlEntryRequest.add_member(:group_security_identifier, Shapes::ShapeRef.new(shape: GroupSecurityIdentifier, required: true, location_name: "GroupSecurityIdentifier"))
|
258
258
|
CreateTemplateGroupAccessControlEntryRequest.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
|
259
259
|
CreateTemplateGroupAccessControlEntryRequest.struct_class = Types::CreateTemplateGroupAccessControlEntryRequest
|
260
260
|
|
261
|
-
CreateTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
261
|
+
CreateTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
262
262
|
CreateTemplateRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location_name: "ConnectorArn"))
|
263
263
|
CreateTemplateRequest.add_member(:definition, Shapes::ShapeRef.new(shape: TemplateDefinition, required: true, location_name: "Definition"))
|
264
264
|
CreateTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "Name"))
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pcaconnectorad
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.23.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pcaconnectorad
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pcaconnectorad/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - PcaConnectorAd
|
99
96
|
test_files: []
|