aws-sdk-pcaconnectorscep 1.27.0 → 1.28.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: 8f1740482e0dc3dc14587fef11351ae91f0bb7a892fddcb62d41258f2810ae81
4
- data.tar.gz: 4c70d30fc5c8fc777c6ee383350750d69a07ad61d17d007aa55cad21d5192c69
3
+ metadata.gz: ae7c8479d1e278e46734a992a02e529b4b9e615f7c3bd8af944c33393c7cc0ce
4
+ data.tar.gz: 986676ea6df11c447638412623fa7b8fcb8b7e626c1acd93bbe5d4d0c3972668
5
5
  SHA512:
6
- metadata.gz: 2c72f2878c96f295864a183a101be0601e61c3edac8b6d6a95ae04b0d46cf1ae9710b782281c6cd3a3414df00b3bfa6fb897920b7d357249b1a36535d2b08034
7
- data.tar.gz: 88726dbd813acbcf21ad0fc02971396f55680e3af6a14d841c20cc7c9f208e83724c0e3bd7b75676c3a6eeb0d78539c39b423a0b79bb389c8ddbf182697bd74a
6
+ metadata.gz: 6a738621ae2663beaf6294c7459d5ea61796ff05e0c04976e57a538e344191941123095c4f57f560dae91bdd14a9b874e3fa0b3992626d57a3634f916428ba83
7
+ data.tar.gz: 839d6a19cb146bff35e310618feb9f57a0ee34978a505e48c750c8f0b5091f81a6b220d745f58e8d35eba4de61544e350a838e3fcda5183a49eb407f9d8770ee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2026-02-19)
5
+ ------------------
6
+
7
+ * Feature - AWS Private CA Connector for SCEP now supports AWS PrivateLink, allowing your clients to request certificates from within your Amazon Virtual Private Cloud (VPC) without traversing the public internet. With this launch, you can create VPC endpoints to connect to your SCEP connector privately.
8
+
4
9
  1.27.0 (2026-01-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -490,7 +490,7 @@ module Aws::PcaConnectorScep
490
490
  #
491
491
  #
492
492
  #
493
- # [1]: https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_ListConnectors.html
493
+ # [1]: https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_ListConnectors.html
494
494
  #
495
495
  # @option params [required, String] :connector_arn
496
496
  # The Amazon Resource Name (ARN) of the connector that you want to
@@ -511,7 +511,7 @@ module Aws::PcaConnectorScep
511
511
  #
512
512
  #
513
513
  #
514
- # [1]: https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_CreateChallenge.html
514
+ # [1]: https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_CreateChallenge.html
515
515
  #
516
516
  # @option params [Hash<String,String>] :tags
517
517
  # The key-value pairs to associate with the resource.
@@ -593,6 +593,12 @@ module Aws::PcaConnectorScep
593
593
  # [1]: https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlc4scep-considerations-limitations.html
594
594
  # [2]: https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html
595
595
  #
596
+ # @option params [String] :vpc_endpoint_id
597
+ # If you don't supply a value, by default Connector for SCEP creates a
598
+ # connector accessible over the public internet. If you provide a VPC
599
+ # endpoint ID, creates a connector accessible only through that specific
600
+ # VPC endpoint.
601
+ #
596
602
  # @option params [String] :client_token
597
603
  # Custom string that can be used to distinguish between calls to the
598
604
  # [CreateChallenge][1] action. Client tokens for `CreateChallenge` time
@@ -608,7 +614,7 @@ module Aws::PcaConnectorScep
608
614
  #
609
615
  #
610
616
  #
611
- # [1]: https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_CreateChallenge.html
617
+ # [1]: https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_CreateChallenge.html
612
618
  #
613
619
  # @option params [Hash<String,String>] :tags
614
620
  # The key-value pairs to associate with the resource.
@@ -627,6 +633,7 @@ module Aws::PcaConnectorScep
627
633
  # domain: "AzureDomain", # required
628
634
  # },
629
635
  # },
636
+ # vpc_endpoint_id: "VpcEndpointId",
630
637
  # client_token: "ClientToken",
631
638
  # tags: {
632
639
  # "String" => "String",
@@ -650,7 +657,7 @@ module Aws::PcaConnectorScep
650
657
  #
651
658
  #
652
659
  #
653
- # [1]: https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_Challenge.html
660
+ # [1]: https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_Challenge.html
654
661
  #
655
662
  # @option params [required, String] :challenge_arn
656
663
  # The Amazon Resource Name (ARN) of the challenge password to delete.
@@ -677,7 +684,7 @@ module Aws::PcaConnectorScep
677
684
  #
678
685
  #
679
686
  #
680
- # [1]: https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_Connector.html
687
+ # [1]: https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_Connector.html
681
688
  #
682
689
  # @option params [required, String] :connector_arn
683
690
  # The Amazon Resource Name (ARN) of the connector to delete.
@@ -703,7 +710,7 @@ module Aws::PcaConnectorScep
703
710
  #
704
711
  #
705
712
  #
706
- # [1]: https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_Challenge.html
713
+ # [1]: https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_Challenge.html
707
714
  #
708
715
  # @option params [required, String] :challenge_arn
709
716
  # The Amazon Resource Name (ARN) of the challenge.
@@ -738,7 +745,7 @@ module Aws::PcaConnectorScep
738
745
  #
739
746
  #
740
747
  #
741
- # [1]: https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_Challenge.html
748
+ # [1]: https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_Challenge.html
742
749
  #
743
750
  # @option params [required, String] :challenge_arn
744
751
  # The Amazon Resource Name (ARN) of the challenge.
@@ -772,7 +779,7 @@ module Aws::PcaConnectorScep
772
779
  #
773
780
  #
774
781
  #
775
- # [1]: https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_Connector.html
782
+ # [1]: https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_Connector.html
776
783
  #
777
784
  # @option params [required, String] :connector_arn
778
785
  # The Amazon Resource Name (ARN) of the connector.
@@ -798,7 +805,7 @@ module Aws::PcaConnectorScep
798
805
  # resp.connector.open_id_configuration.subject #=> String
799
806
  # resp.connector.open_id_configuration.audience #=> String
800
807
  # resp.connector.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED"
801
- # resp.connector.status_reason #=> String, one of "INTERNAL_FAILURE", "PRIVATECA_ACCESS_DENIED", "PRIVATECA_INVALID_STATE", "PRIVATECA_RESOURCE_NOT_FOUND"
808
+ # resp.connector.status_reason #=> String, one of "INTERNAL_FAILURE", "PRIVATECA_ACCESS_DENIED", "PRIVATECA_INVALID_STATE", "PRIVATECA_RESOURCE_NOT_FOUND", "VPC_ENDPOINT_RESOURCE_NOT_FOUND", "VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND"
802
809
  # resp.connector.endpoint #=> String
803
810
  # resp.connector.created_at #=> Time
804
811
  # resp.connector.updated_at #=> Time
@@ -904,7 +911,7 @@ module Aws::PcaConnectorScep
904
911
  # resp.connectors[0].open_id_configuration.subject #=> String
905
912
  # resp.connectors[0].open_id_configuration.audience #=> String
906
913
  # resp.connectors[0].status #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED"
907
- # resp.connectors[0].status_reason #=> String, one of "INTERNAL_FAILURE", "PRIVATECA_ACCESS_DENIED", "PRIVATECA_INVALID_STATE", "PRIVATECA_RESOURCE_NOT_FOUND"
914
+ # resp.connectors[0].status_reason #=> String, one of "INTERNAL_FAILURE", "PRIVATECA_ACCESS_DENIED", "PRIVATECA_INVALID_STATE", "PRIVATECA_RESOURCE_NOT_FOUND", "VPC_ENDPOINT_RESOURCE_NOT_FOUND", "VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND"
908
915
  # resp.connectors[0].endpoint #=> String
909
916
  # resp.connectors[0].created_at #=> Time
910
917
  # resp.connectors[0].updated_at #=> Time
@@ -1026,7 +1033,7 @@ module Aws::PcaConnectorScep
1026
1033
  tracer: tracer
1027
1034
  )
1028
1035
  context[:gem_name] = 'aws-sdk-pcaconnectorscep'
1029
- context[:gem_version] = '1.27.0'
1036
+ context[:gem_version] = '1.28.0'
1030
1037
  Seahorse::Client::Request.new(handlers, context)
1031
1038
  end
1032
1039
 
@@ -69,6 +69,7 @@ module Aws::PcaConnectorScep
69
69
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
70
70
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
71
71
  ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
72
+ VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
72
73
 
73
74
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
74
75
  AccessDeniedException.struct_class = Types::AccessDeniedException
@@ -138,6 +139,7 @@ module Aws::PcaConnectorScep
138
139
 
139
140
  CreateConnectorRequest.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: CertificateAuthorityArn, required: true, location_name: "CertificateAuthorityArn"))
140
141
  CreateConnectorRequest.add_member(:mobile_device_management, Shapes::ShapeRef.new(shape: MobileDeviceManagement, location_name: "MobileDeviceManagement"))
142
+ CreateConnectorRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
141
143
  CreateConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
142
144
  CreateConnectorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
143
145
  CreateConnectorRequest.struct_class = Types::CreateConnectorRequest
@@ -266,8 +268,8 @@ module Aws::PcaConnectorScep
266
268
  o.http_request_uri = "/challenges"
267
269
  o.input = Shapes::ShapeRef.new(shape: CreateChallengeRequest)
268
270
  o.output = Shapes::ShapeRef.new(shape: CreateChallengeResponse)
269
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
270
271
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
272
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
271
273
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
272
274
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
273
275
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -112,7 +112,7 @@ module Aws::PcaConnectorScep
112
112
  #
113
113
  #
114
114
  #
115
- # [1]: https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_GetChallengeMetadata.html
115
+ # [1]: https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_GetChallengeMetadata.html
116
116
  #
117
117
  # @!attribute [rw] arn
118
118
  # The Amazon Resource Name (ARN) of the challenge.
@@ -329,7 +329,7 @@ module Aws::PcaConnectorScep
329
329
  #
330
330
  #
331
331
  #
332
- # [1]: https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_CreateChallenge.html
332
+ # [1]: https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_CreateChallenge.html
333
333
  # @return [String]
334
334
  #
335
335
  # @!attribute [rw] tags
@@ -395,6 +395,13 @@ module Aws::PcaConnectorScep
395
395
  # [2]: https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html
396
396
  # @return [Types::MobileDeviceManagement]
397
397
  #
398
+ # @!attribute [rw] vpc_endpoint_id
399
+ # If you don't supply a value, by default Connector for SCEP creates
400
+ # a connector accessible over the public internet. If you provide a
401
+ # VPC endpoint ID, creates a connector accessible only through that
402
+ # specific VPC endpoint.
403
+ # @return [String]
404
+ #
398
405
  # @!attribute [rw] client_token
399
406
  # Custom string that can be used to distinguish between calls to the
400
407
  # [CreateChallenge][1] action. Client tokens for `CreateChallenge`
@@ -410,7 +417,7 @@ module Aws::PcaConnectorScep
410
417
  #
411
418
  #
412
419
  #
413
- # [1]: https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_CreateChallenge.html
420
+ # [1]: https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_CreateChallenge.html
414
421
  # @return [String]
415
422
  #
416
423
  # @!attribute [rw] tags
@@ -422,6 +429,7 @@ module Aws::PcaConnectorScep
422
429
  class CreateConnectorRequest < Struct.new(
423
430
  :certificate_authority_arn,
424
431
  :mobile_device_management,
432
+ :vpc_endpoint_id,
425
433
  :client_token,
426
434
  :tags)
427
435
  SENSITIVE = []
@@ -55,7 +55,7 @@ module Aws::PcaConnectorScep
55
55
  autoload :EndpointProvider, 'aws-sdk-pcaconnectorscep/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pcaconnectorscep/endpoints'
57
57
 
58
- GEM_VERSION = '1.27.0'
58
+ GEM_VERSION = '1.28.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -103,6 +103,7 @@ module Aws
103
103
  domain: ::String
104
104
  }?
105
105
  },
106
+ ?vpc_endpoint_id: ::String,
106
107
  ?client_token: ::String,
107
108
  ?tags: Hash[::String, ::String]
108
109
  ) -> _CreateConnectorResponseSuccess
data/sig/types.rbs CHANGED
@@ -57,7 +57,7 @@ module Aws::PcaConnectorScep
57
57
  attr_accessor mobile_device_management: Types::MobileDeviceManagement
58
58
  attr_accessor open_id_configuration: Types::OpenIdConfiguration
59
59
  attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
60
- attr_accessor status_reason: ("INTERNAL_FAILURE" | "PRIVATECA_ACCESS_DENIED" | "PRIVATECA_INVALID_STATE" | "PRIVATECA_RESOURCE_NOT_FOUND")
60
+ attr_accessor status_reason: ("INTERNAL_FAILURE" | "PRIVATECA_ACCESS_DENIED" | "PRIVATECA_INVALID_STATE" | "PRIVATECA_RESOURCE_NOT_FOUND" | "VPC_ENDPOINT_RESOURCE_NOT_FOUND" | "VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND")
61
61
  attr_accessor endpoint: ::String
62
62
  attr_accessor created_at: ::Time
63
63
  attr_accessor updated_at: ::Time
@@ -71,7 +71,7 @@ module Aws::PcaConnectorScep
71
71
  attr_accessor mobile_device_management: Types::MobileDeviceManagement
72
72
  attr_accessor open_id_configuration: Types::OpenIdConfiguration
73
73
  attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
74
- attr_accessor status_reason: ("INTERNAL_FAILURE" | "PRIVATECA_ACCESS_DENIED" | "PRIVATECA_INVALID_STATE" | "PRIVATECA_RESOURCE_NOT_FOUND")
74
+ attr_accessor status_reason: ("INTERNAL_FAILURE" | "PRIVATECA_ACCESS_DENIED" | "PRIVATECA_INVALID_STATE" | "PRIVATECA_RESOURCE_NOT_FOUND" | "VPC_ENDPOINT_RESOURCE_NOT_FOUND" | "VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND")
75
75
  attr_accessor endpoint: ::String
76
76
  attr_accessor created_at: ::Time
77
77
  attr_accessor updated_at: ::Time
@@ -93,6 +93,7 @@ module Aws::PcaConnectorScep
93
93
  class CreateConnectorRequest
94
94
  attr_accessor certificate_authority_arn: ::String
95
95
  attr_accessor mobile_device_management: Types::MobileDeviceManagement
96
+ attr_accessor vpc_endpoint_id: ::String
96
97
  attr_accessor client_token: ::String
97
98
  attr_accessor tags: ::Hash[::String, ::String]
98
99
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pcaconnectorscep
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services