@aws-sdk/client-pca-connector-ad 3.651.1 → 3.658.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.
Files changed (51) hide show
  1. package/dist-types/commands/CreateConnectorCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteConnectorCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteTemplateCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +11 -0
  11. package/dist-types/commands/GetConnectorCommand.d.ts +11 -0
  12. package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +11 -0
  13. package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +11 -0
  14. package/dist-types/commands/GetTemplateCommand.d.ts +11 -0
  15. package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +11 -0
  16. package/dist-types/commands/ListConnectorsCommand.d.ts +11 -0
  17. package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +11 -0
  18. package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +11 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  20. package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +11 -0
  21. package/dist-types/commands/ListTemplatesCommand.d.ts +11 -0
  22. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  23. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  24. package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
  25. package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +11 -0
  26. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/CreateDirectoryRegistrationCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/CreateServicePrincipalNameCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/DeleteDirectoryRegistrationCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/DeleteServicePrincipalNameCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/GetConnectorCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/GetDirectoryRegistrationCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/GetServicePrincipalNameCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/ListDirectoryRegistrationsCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/ListServicePrincipalNamesCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +12 -1
  51. package/package.json +35 -35
@@ -97,4 +97,15 @@ declare const CreateConnectorCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class CreateConnectorCommand extends CreateConnectorCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: CreateConnectorRequest;
104
+ output: CreateConnectorResponse;
105
+ };
106
+ sdk: {
107
+ input: CreateConnectorCommandInput;
108
+ output: CreateConnectorCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -88,4 +88,15 @@ declare const CreateDirectoryRegistrationCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class CreateDirectoryRegistrationCommand extends CreateDirectoryRegistrationCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: CreateDirectoryRegistrationRequest;
95
+ output: CreateDirectoryRegistrationResponse;
96
+ };
97
+ sdk: {
98
+ input: CreateDirectoryRegistrationCommandInput;
99
+ output: CreateDirectoryRegistrationCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -85,4 +85,15 @@ declare const CreateServicePrincipalNameCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class CreateServicePrincipalNameCommand extends CreateServicePrincipalNameCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: CreateServicePrincipalNameRequest;
92
+ output: {};
93
+ };
94
+ sdk: {
95
+ input: CreateServicePrincipalNameCommandInput;
96
+ output: CreateServicePrincipalNameCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -328,4 +328,15 @@ declare const CreateTemplateCommand_base: {
328
328
  * @public
329
329
  */
330
330
  export declare class CreateTemplateCommand extends CreateTemplateCommand_base {
331
+ /** @internal type navigation helper, not in runtime. */
332
+ protected static __types: {
333
+ api: {
334
+ input: CreateTemplateRequest;
335
+ output: CreateTemplateResponse;
336
+ };
337
+ sdk: {
338
+ input: CreateTemplateCommandInput;
339
+ output: CreateTemplateCommandOutput;
340
+ };
341
+ };
331
342
  }
@@ -92,4 +92,15 @@ declare const CreateTemplateGroupAccessControlEntryCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class CreateTemplateGroupAccessControlEntryCommand extends CreateTemplateGroupAccessControlEntryCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: CreateTemplateGroupAccessControlEntryRequest;
99
+ output: {};
100
+ };
101
+ sdk: {
102
+ input: CreateTemplateGroupAccessControlEntryCommandInput;
103
+ output: CreateTemplateGroupAccessControlEntryCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -85,4 +85,15 @@ declare const DeleteConnectorCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: DeleteConnectorRequest;
92
+ output: {};
93
+ };
94
+ sdk: {
95
+ input: DeleteConnectorCommandInput;
96
+ output: DeleteConnectorCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -78,4 +78,15 @@ declare const DeleteDirectoryRegistrationCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class DeleteDirectoryRegistrationCommand extends DeleteDirectoryRegistrationCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DeleteDirectoryRegistrationRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: DeleteDirectoryRegistrationCommandInput;
89
+ output: DeleteDirectoryRegistrationCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -79,4 +79,15 @@ declare const DeleteServicePrincipalNameCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DeleteServicePrincipalNameCommand extends DeleteServicePrincipalNameCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteServicePrincipalNameRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeleteServicePrincipalNameCommandInput;
90
+ output: DeleteServicePrincipalNameCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -82,4 +82,15 @@ declare const DeleteTemplateCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteTemplateRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: DeleteTemplateCommandInput;
93
+ output: DeleteTemplateCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -82,4 +82,15 @@ declare const DeleteTemplateGroupAccessControlEntryCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteTemplateGroupAccessControlEntryCommand extends DeleteTemplateGroupAccessControlEntryCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteTemplateGroupAccessControlEntryRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: DeleteTemplateGroupAccessControlEntryCommandInput;
93
+ output: DeleteTemplateGroupAccessControlEntryCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -94,4 +94,15 @@ declare const GetConnectorCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class GetConnectorCommand extends GetConnectorCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: GetConnectorRequest;
101
+ output: GetConnectorResponse;
102
+ };
103
+ sdk: {
104
+ input: GetConnectorCommandInput;
105
+ output: GetConnectorCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -86,4 +86,15 @@ declare const GetDirectoryRegistrationCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetDirectoryRegistrationCommand extends GetDirectoryRegistrationCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetDirectoryRegistrationRequest;
93
+ output: GetDirectoryRegistrationResponse;
94
+ };
95
+ sdk: {
96
+ input: GetDirectoryRegistrationCommandInput;
97
+ output: GetDirectoryRegistrationCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -88,4 +88,15 @@ declare const GetServicePrincipalNameCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class GetServicePrincipalNameCommand extends GetServicePrincipalNameCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: GetServicePrincipalNameRequest;
95
+ output: GetServicePrincipalNameResponse;
96
+ };
97
+ sdk: {
98
+ input: GetServicePrincipalNameCommandInput;
99
+ output: GetServicePrincipalNameCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -329,4 +329,15 @@ declare const GetTemplateCommand_base: {
329
329
  * @public
330
330
  */
331
331
  export declare class GetTemplateCommand extends GetTemplateCommand_base {
332
+ /** @internal type navigation helper, not in runtime. */
333
+ protected static __types: {
334
+ api: {
335
+ input: GetTemplateRequest;
336
+ output: GetTemplateResponse;
337
+ };
338
+ sdk: {
339
+ input: GetTemplateCommandInput;
340
+ output: GetTemplateCommandOutput;
341
+ };
342
+ };
332
343
  }
@@ -90,4 +90,15 @@ declare const GetTemplateGroupAccessControlEntryCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class GetTemplateGroupAccessControlEntryCommand extends GetTemplateGroupAccessControlEntryCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: GetTemplateGroupAccessControlEntryRequest;
97
+ output: GetTemplateGroupAccessControlEntryResponse;
98
+ };
99
+ sdk: {
100
+ input: GetTemplateGroupAccessControlEntryCommandInput;
101
+ output: GetTemplateGroupAccessControlEntryCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -93,4 +93,15 @@ declare const ListConnectorsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListConnectorsRequest;
100
+ output: ListConnectorsResponse;
101
+ };
102
+ sdk: {
103
+ input: ListConnectorsCommandInput;
104
+ output: ListConnectorsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -87,4 +87,15 @@ declare const ListDirectoryRegistrationsCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListDirectoryRegistrationsCommand extends ListDirectoryRegistrationsCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListDirectoryRegistrationsRequest;
94
+ output: ListDirectoryRegistrationsResponse;
95
+ };
96
+ sdk: {
97
+ input: ListDirectoryRegistrationsCommandInput;
98
+ output: ListDirectoryRegistrationsCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -92,4 +92,15 @@ declare const ListServicePrincipalNamesCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ListServicePrincipalNamesCommand extends ListServicePrincipalNamesCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListServicePrincipalNamesRequest;
99
+ output: ListServicePrincipalNamesResponse;
100
+ };
101
+ sdk: {
102
+ input: ListServicePrincipalNamesCommandInput;
103
+ output: ListServicePrincipalNamesCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -81,4 +81,15 @@ declare const ListTagsForResourceCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListTagsForResourceRequest;
88
+ output: ListTagsForResourceResponse;
89
+ };
90
+ sdk: {
91
+ input: ListTagsForResourceCommandInput;
92
+ output: ListTagsForResourceCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -94,4 +94,15 @@ declare const ListTemplateGroupAccessControlEntriesCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class ListTemplateGroupAccessControlEntriesCommand extends ListTemplateGroupAccessControlEntriesCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: ListTemplateGroupAccessControlEntriesRequest;
101
+ output: ListTemplateGroupAccessControlEntriesResponse;
102
+ };
103
+ sdk: {
104
+ input: ListTemplateGroupAccessControlEntriesCommandInput;
105
+ output: ListTemplateGroupAccessControlEntriesCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -333,4 +333,15 @@ declare const ListTemplatesCommand_base: {
333
333
  * @public
334
334
  */
335
335
  export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
336
+ /** @internal type navigation helper, not in runtime. */
337
+ protected static __types: {
338
+ api: {
339
+ input: ListTemplatesRequest;
340
+ output: ListTemplatesResponse;
341
+ };
342
+ sdk: {
343
+ input: ListTemplatesCommandInput;
344
+ output: ListTemplatesCommandOutput;
345
+ };
346
+ };
336
347
  }
@@ -80,4 +80,15 @@ declare const TagResourceCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class TagResourceCommand extends TagResourceCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: TagResourceRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: TagResourceCommandInput;
91
+ output: TagResourceCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -80,4 +80,15 @@ declare const UntagResourceCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: UntagResourceRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: UntagResourceCommandInput;
91
+ output: UntagResourceCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -318,4 +318,15 @@ declare const UpdateTemplateCommand_base: {
318
318
  * @public
319
319
  */
320
320
  export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {
321
+ /** @internal type navigation helper, not in runtime. */
322
+ protected static __types: {
323
+ api: {
324
+ input: UpdateTemplateRequest;
325
+ output: {};
326
+ };
327
+ sdk: {
328
+ input: UpdateTemplateCommandInput;
329
+ output: UpdateTemplateCommandOutput;
330
+ };
331
+ };
321
332
  }
@@ -87,4 +87,15 @@ declare const UpdateTemplateGroupAccessControlEntryCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class UpdateTemplateGroupAccessControlEntryCommand extends UpdateTemplateGroupAccessControlEntryCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: UpdateTemplateGroupAccessControlEntryRequest;
94
+ output: {};
95
+ };
96
+ sdk: {
97
+ input: UpdateTemplateGroupAccessControlEntryCommandInput;
98
+ output: UpdateTemplateGroupAccessControlEntryCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -36,4 +36,15 @@ declare const CreateConnectorCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateConnectorCommand extends CreateConnectorCommand_base {}
39
+ export declare class CreateConnectorCommand extends CreateConnectorCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateConnectorRequest;
43
+ output: CreateConnectorResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateConnectorCommandInput;
47
+ output: CreateConnectorCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateDirectoryRegistrationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateDirectoryRegistrationCommand extends CreateDirectoryRegistrationCommand_base {}
40
+ export declare class CreateDirectoryRegistrationCommand extends CreateDirectoryRegistrationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDirectoryRegistrationRequest;
44
+ output: CreateDirectoryRegistrationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateDirectoryRegistrationCommandInput;
48
+ output: CreateDirectoryRegistrationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateServicePrincipalNameCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateServicePrincipalNameCommand extends CreateServicePrincipalNameCommand_base {}
36
+ export declare class CreateServicePrincipalNameCommand extends CreateServicePrincipalNameCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateServicePrincipalNameRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: CreateServicePrincipalNameCommandInput;
44
+ output: CreateServicePrincipalNameCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CreateTemplateCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateTemplateCommand extends CreateTemplateCommand_base {}
39
+ export declare class CreateTemplateCommand extends CreateTemplateCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateTemplateRequest;
43
+ output: CreateTemplateResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateTemplateCommandInput;
47
+ output: CreateTemplateCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateTemplateGroupAccessControlEntryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateTemplateGroupAccessControlEntryCommand extends CreateTemplateGroupAccessControlEntryCommand_base {}
36
+ export declare class CreateTemplateGroupAccessControlEntryCommand extends CreateTemplateGroupAccessControlEntryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateTemplateGroupAccessControlEntryRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: CreateTemplateGroupAccessControlEntryCommandInput;
44
+ output: CreateTemplateGroupAccessControlEntryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteConnectorCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {}
34
+ export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteConnectorRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteConnectorCommandInput;
42
+ output: DeleteConnectorCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DeleteDirectoryRegistrationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteDirectoryRegistrationCommand extends DeleteDirectoryRegistrationCommand_base {}
36
+ export declare class DeleteDirectoryRegistrationCommand extends DeleteDirectoryRegistrationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteDirectoryRegistrationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteDirectoryRegistrationCommandInput;
44
+ output: DeleteDirectoryRegistrationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteServicePrincipalNameCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteServicePrincipalNameCommand extends DeleteServicePrincipalNameCommand_base {}
36
+ export declare class DeleteServicePrincipalNameCommand extends DeleteServicePrincipalNameCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteServicePrincipalNameRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteServicePrincipalNameCommandInput;
44
+ output: DeleteServicePrincipalNameCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteTemplateCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {}
34
+ export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteTemplateRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteTemplateCommandInput;
42
+ output: DeleteTemplateCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DeleteTemplateGroupAccessControlEntryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteTemplateGroupAccessControlEntryCommand extends DeleteTemplateGroupAccessControlEntryCommand_base {}
36
+ export declare class DeleteTemplateGroupAccessControlEntryCommand extends DeleteTemplateGroupAccessControlEntryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteTemplateGroupAccessControlEntryRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteTemplateGroupAccessControlEntryCommandInput;
44
+ output: DeleteTemplateGroupAccessControlEntryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetConnectorCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetConnectorCommand extends GetConnectorCommand_base {}
36
+ export declare class GetConnectorCommand extends GetConnectorCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetConnectorRequest;
40
+ output: GetConnectorResponse;
41
+ };
42
+ sdk: {
43
+ input: GetConnectorCommandInput;
44
+ output: GetConnectorCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetDirectoryRegistrationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDirectoryRegistrationCommand extends GetDirectoryRegistrationCommand_base {}
40
+ export declare class GetDirectoryRegistrationCommand extends GetDirectoryRegistrationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDirectoryRegistrationRequest;
44
+ output: GetDirectoryRegistrationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetDirectoryRegistrationCommandInput;
48
+ output: GetDirectoryRegistrationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetServicePrincipalNameCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetServicePrincipalNameCommand extends GetServicePrincipalNameCommand_base {}
40
+ export declare class GetServicePrincipalNameCommand extends GetServicePrincipalNameCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetServicePrincipalNameRequest;
44
+ output: GetServicePrincipalNameResponse;
45
+ };
46
+ sdk: {
47
+ input: GetServicePrincipalNameCommandInput;
48
+ output: GetServicePrincipalNameCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetTemplateCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetTemplateCommand extends GetTemplateCommand_base {}
36
+ export declare class GetTemplateCommand extends GetTemplateCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetTemplateRequest;
40
+ output: GetTemplateResponse;
41
+ };
42
+ sdk: {
43
+ input: GetTemplateCommandInput;
44
+ output: GetTemplateCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetTemplateGroupAccessControlEntryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetTemplateGroupAccessControlEntryCommand extends GetTemplateGroupAccessControlEntryCommand_base {}
40
+ export declare class GetTemplateGroupAccessControlEntryCommand extends GetTemplateGroupAccessControlEntryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetTemplateGroupAccessControlEntryRequest;
44
+ output: GetTemplateGroupAccessControlEntryResponse;
45
+ };
46
+ sdk: {
47
+ input: GetTemplateGroupAccessControlEntryCommandInput;
48
+ output: GetTemplateGroupAccessControlEntryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListConnectorsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListConnectorsCommand extends ListConnectorsCommand_base {}
39
+ export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListConnectorsRequest;
43
+ output: ListConnectorsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListConnectorsCommandInput;
47
+ output: ListConnectorsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListDirectoryRegistrationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDirectoryRegistrationsCommand extends ListDirectoryRegistrationsCommand_base {}
40
+ export declare class ListDirectoryRegistrationsCommand extends ListDirectoryRegistrationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDirectoryRegistrationsRequest;
44
+ output: ListDirectoryRegistrationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListDirectoryRegistrationsCommandInput;
48
+ output: ListDirectoryRegistrationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListServicePrincipalNamesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListServicePrincipalNamesCommand extends ListServicePrincipalNamesCommand_base {}
40
+ export declare class ListServicePrincipalNamesCommand extends ListServicePrincipalNamesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListServicePrincipalNamesRequest;
44
+ output: ListServicePrincipalNamesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListServicePrincipalNamesCommandInput;
48
+ output: ListServicePrincipalNamesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTemplateGroupAccessControlEntriesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTemplateGroupAccessControlEntriesCommand extends ListTemplateGroupAccessControlEntriesCommand_base {}
40
+ export declare class ListTemplateGroupAccessControlEntriesCommand extends ListTemplateGroupAccessControlEntriesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTemplateGroupAccessControlEntriesRequest;
44
+ output: ListTemplateGroupAccessControlEntriesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTemplateGroupAccessControlEntriesCommandInput;
48
+ output: ListTemplateGroupAccessControlEntriesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListTemplatesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListTemplatesCommand extends ListTemplatesCommand_base {}
39
+ export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListTemplatesRequest;
43
+ output: ListTemplatesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListTemplatesCommandInput;
47
+ output: ListTemplatesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UpdateTemplateCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {}
34
+ export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UpdateTemplateRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UpdateTemplateCommandInput;
42
+ output: UpdateTemplateCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const UpdateTemplateGroupAccessControlEntryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateTemplateGroupAccessControlEntryCommand extends UpdateTemplateGroupAccessControlEntryCommand_base {}
36
+ export declare class UpdateTemplateGroupAccessControlEntryCommand extends UpdateTemplateGroupAccessControlEntryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateTemplateGroupAccessControlEntryRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateTemplateGroupAccessControlEntryCommandInput;
44
+ output: UpdateTemplateGroupAccessControlEntryCommandOutput;
45
+ };
46
+ };
47
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pca-connector-ad",
3
3
  "description": "AWS SDK for JavaScript Pca Connector Ad Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.658.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-pca-connector-ad",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.658.0",
24
+ "@aws-sdk/client-sts": "3.658.0",
25
+ "@aws-sdk/core": "3.658.0",
26
+ "@aws-sdk/credential-provider-node": "3.658.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"