@aws-sdk/client-pca-connector-scep 3.775.0 → 3.777.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.
@@ -95,6 +95,7 @@ declare const CreateChallengeCommand_base: {
95
95
  * @throws {@link PcaConnectorScepServiceException}
96
96
  * <p>Base exception class for all service exceptions from PcaConnectorScep service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class CreateChallengeCommand extends CreateChallengeCommand_base {
@@ -91,6 +91,7 @@ declare const CreateConnectorCommand_base: {
91
91
  * @throws {@link PcaConnectorScepServiceException}
92
92
  * <p>Base exception class for all service exceptions from PcaConnectorScep service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class CreateConnectorCommand extends CreateConnectorCommand_base {
@@ -76,6 +76,7 @@ declare const DeleteChallengeCommand_base: {
76
76
  * @throws {@link PcaConnectorScepServiceException}
77
77
  * <p>Base exception class for all service exceptions from PcaConnectorScep service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DeleteChallengeCommand extends DeleteChallengeCommand_base {
@@ -76,6 +76,7 @@ declare const DeleteConnectorCommand_base: {
76
76
  * @throws {@link PcaConnectorScepServiceException}
77
77
  * <p>Base exception class for all service exceptions from PcaConnectorScep service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {
@@ -79,6 +79,7 @@ declare const GetChallengeMetadataCommand_base: {
79
79
  * @throws {@link PcaConnectorScepServiceException}
80
80
  * <p>Base exception class for all service exceptions from PcaConnectorScep service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class GetChallengeMetadataCommand extends GetChallengeMetadataCommand_base {
@@ -74,6 +74,7 @@ declare const GetChallengePasswordCommand_base: {
74
74
  * @throws {@link PcaConnectorScepServiceException}
75
75
  * <p>Base exception class for all service exceptions from PcaConnectorScep service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class GetChallengePasswordCommand extends GetChallengePasswordCommand_base {
@@ -94,6 +94,7 @@ declare const GetConnectorCommand_base: {
94
94
  * @throws {@link PcaConnectorScepServiceException}
95
95
  * <p>Base exception class for all service exceptions from PcaConnectorScep service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class GetConnectorCommand extends GetConnectorCommand_base {
@@ -84,6 +84,7 @@ declare const ListChallengeMetadataCommand_base: {
84
84
  * @throws {@link PcaConnectorScepServiceException}
85
85
  * <p>Base exception class for all service exceptions from PcaConnectorScep service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class ListChallengeMetadataCommand extends ListChallengeMetadataCommand_base {
@@ -95,6 +95,7 @@ declare const ListConnectorsCommand_base: {
95
95
  * @throws {@link PcaConnectorScepServiceException}
96
96
  * <p>Base exception class for all service exceptions from PcaConnectorScep service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
@@ -80,6 +80,7 @@ declare const ListTagsForResourceCommand_base: {
80
80
  * @throws {@link PcaConnectorScepServiceException}
81
81
  * <p>Base exception class for all service exceptions from PcaConnectorScep service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -75,6 +75,7 @@ declare const TagResourceCommand_base: {
75
75
  * @throws {@link PcaConnectorScepServiceException}
76
76
  * <p>Base exception class for all service exceptions from PcaConnectorScep service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -75,6 +75,7 @@ declare const UntagResourceCommand_base: {
75
75
  * @throws {@link PcaConnectorScepServiceException}
76
76
  * <p>Base exception class for all service exceptions from PcaConnectorScep service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pca-connector-scep",
3
3
  "description": "AWS SDK for JavaScript Pca Connector Scep Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",