@aws-sdk/client-service-catalog-appregistry 3.651.1 → 3.654.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 (49) hide show
  1. package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociateResourceCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateApplicationCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateAttributeGroupCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteApplicationCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +11 -0
  7. package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +11 -0
  8. package/dist-types/commands/DisassociateResourceCommand.d.ts +11 -0
  9. package/dist-types/commands/GetApplicationCommand.d.ts +11 -0
  10. package/dist-types/commands/GetAssociatedResourceCommand.d.ts +11 -0
  11. package/dist-types/commands/GetAttributeGroupCommand.d.ts +11 -0
  12. package/dist-types/commands/GetConfigurationCommand.d.ts +11 -0
  13. package/dist-types/commands/ListApplicationsCommand.d.ts +11 -0
  14. package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +11 -0
  15. package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +11 -0
  16. package/dist-types/commands/ListAttributeGroupsCommand.d.ts +11 -0
  17. package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +11 -0
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  19. package/dist-types/commands/PutConfigurationCommand.d.ts +11 -0
  20. package/dist-types/commands/SyncResourceCommand.d.ts +11 -0
  21. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  22. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  23. package/dist-types/commands/UpdateApplicationCommand.d.ts +11 -0
  24. package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +11 -0
  25. package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +12 -1
  49. package/package.json +35 -35
@@ -80,4 +80,15 @@ declare const AssociateAttributeGroupCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class AssociateAttributeGroupCommand extends AssociateAttributeGroupCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: AssociateAttributeGroupRequest;
87
+ output: AssociateAttributeGroupResponse;
88
+ };
89
+ sdk: {
90
+ input: AssociateAttributeGroupCommandInput;
91
+ output: AssociateAttributeGroupCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -141,4 +141,15 @@ declare const AssociateResourceCommand_base: {
141
141
  * @public
142
142
  */
143
143
  export declare class AssociateResourceCommand extends AssociateResourceCommand_base {
144
+ /** @internal type navigation helper, not in runtime. */
145
+ protected static __types: {
146
+ api: {
147
+ input: AssociateResourceRequest;
148
+ output: AssociateResourceResponse;
149
+ };
150
+ sdk: {
151
+ input: AssociateResourceCommandInput;
152
+ output: AssociateResourceCommandOutput;
153
+ };
154
+ };
144
155
  }
@@ -98,4 +98,15 @@ declare const CreateApplicationCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: CreateApplicationRequest;
105
+ output: CreateApplicationResponse;
106
+ };
107
+ sdk: {
108
+ input: CreateApplicationCommandInput;
109
+ output: CreateApplicationCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -92,4 +92,15 @@ declare const CreateAttributeGroupCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class CreateAttributeGroupCommand extends CreateAttributeGroupCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: CreateAttributeGroupRequest;
99
+ output: CreateAttributeGroupResponse;
100
+ };
101
+ sdk: {
102
+ input: CreateAttributeGroupCommandInput;
103
+ output: CreateAttributeGroupCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -73,4 +73,15 @@ declare const DeleteApplicationCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteApplicationRequest;
80
+ output: DeleteApplicationResponse;
81
+ };
82
+ sdk: {
83
+ input: DeleteApplicationCommandInput;
84
+ output: DeleteApplicationCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -74,4 +74,15 @@ declare const DeleteAttributeGroupCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeleteAttributeGroupCommand extends DeleteAttributeGroupCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteAttributeGroupRequest;
81
+ output: DeleteAttributeGroupResponse;
82
+ };
83
+ sdk: {
84
+ input: DeleteAttributeGroupCommandInput;
85
+ output: DeleteAttributeGroupCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -68,4 +68,15 @@ declare const DisassociateAttributeGroupCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DisassociateAttributeGroupCommand extends DisassociateAttributeGroupCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DisassociateAttributeGroupRequest;
75
+ output: DisassociateAttributeGroupResponse;
76
+ };
77
+ sdk: {
78
+ input: DisassociateAttributeGroupCommandInput;
79
+ output: DisassociateAttributeGroupCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -124,4 +124,15 @@ declare const DisassociateResourceCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: DisassociateResourceRequest;
131
+ output: DisassociateResourceResponse;
132
+ };
133
+ sdk: {
134
+ input: DisassociateResourceCommandInput;
135
+ output: DisassociateResourceCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -112,4 +112,15 @@ declare const GetApplicationCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class GetApplicationCommand extends GetApplicationCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: GetApplicationRequest;
119
+ output: GetApplicationResponse;
120
+ };
121
+ sdk: {
122
+ input: GetApplicationCommandInput;
123
+ output: GetApplicationCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -100,4 +100,15 @@ declare const GetAssociatedResourceCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class GetAssociatedResourceCommand extends GetAssociatedResourceCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: GetAssociatedResourceRequest;
107
+ output: GetAssociatedResourceResponse;
108
+ };
109
+ sdk: {
110
+ input: GetAssociatedResourceCommandInput;
111
+ output: GetAssociatedResourceCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -85,4 +85,15 @@ declare const GetAttributeGroupCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class GetAttributeGroupCommand extends GetAttributeGroupCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: GetAttributeGroupRequest;
92
+ output: GetAttributeGroupResponse;
93
+ };
94
+ sdk: {
95
+ input: GetAttributeGroupCommandInput;
96
+ output: GetAttributeGroupCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -65,4 +65,15 @@ declare const GetConfigurationCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: {};
72
+ output: GetConfigurationResponse;
73
+ };
74
+ sdk: {
75
+ input: GetConfigurationCommandInput;
76
+ output: GetConfigurationCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -74,4 +74,15 @@ declare const ListApplicationsCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: ListApplicationsRequest;
81
+ output: ListApplicationsResponse;
82
+ };
83
+ sdk: {
84
+ input: ListApplicationsCommandInput;
85
+ output: ListApplicationsCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -71,4 +71,15 @@ declare const ListAssociatedAttributeGroupsCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class ListAssociatedAttributeGroupsCommand extends ListAssociatedAttributeGroupsCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: ListAssociatedAttributeGroupsRequest;
78
+ output: ListAssociatedAttributeGroupsResponse;
79
+ };
80
+ sdk: {
81
+ input: ListAssociatedAttributeGroupsCommandInput;
82
+ output: ListAssociatedAttributeGroupsCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -101,4 +101,15 @@ declare const ListAssociatedResourcesCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class ListAssociatedResourcesCommand extends ListAssociatedResourcesCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: ListAssociatedResourcesRequest;
108
+ output: ListAssociatedResourcesResponse;
109
+ };
110
+ sdk: {
111
+ input: ListAssociatedResourcesCommandInput;
112
+ output: ListAssociatedResourcesCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -75,4 +75,15 @@ declare const ListAttributeGroupsCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ListAttributeGroupsCommand extends ListAttributeGroupsCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ListAttributeGroupsRequest;
82
+ output: ListAttributeGroupsResponse;
83
+ };
84
+ sdk: {
85
+ input: ListAttributeGroupsCommandInput;
86
+ output: ListAttributeGroupsCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -76,4 +76,15 @@ declare const ListAttributeGroupsForApplicationCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListAttributeGroupsForApplicationCommand extends ListAttributeGroupsForApplicationCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListAttributeGroupsForApplicationRequest;
83
+ output: ListAttributeGroupsForApplicationResponse;
84
+ };
85
+ sdk: {
86
+ input: ListAttributeGroupsForApplicationCommandInput;
87
+ output: ListAttributeGroupsForApplicationCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: ListTagsForResourceRequest;
75
+ output: ListTagsForResourceResponse;
76
+ };
77
+ sdk: {
78
+ input: ListTagsForResourceCommandInput;
79
+ output: ListTagsForResourceCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -72,4 +72,15 @@ declare const PutConfigurationCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class PutConfigurationCommand extends PutConfigurationCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: PutConfigurationRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: PutConfigurationCommandInput;
83
+ output: PutConfigurationCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -81,4 +81,15 @@ declare const SyncResourceCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class SyncResourceCommand extends SyncResourceCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: SyncResourceRequest;
88
+ output: SyncResourceResponse;
89
+ };
90
+ sdk: {
91
+ input: SyncResourceCommandInput;
92
+ output: SyncResourceCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -69,4 +69,15 @@ declare const TagResourceCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class TagResourceCommand extends TagResourceCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: TagResourceRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: TagResourceCommandInput;
80
+ output: TagResourceCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -68,4 +68,15 @@ declare const UntagResourceCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: UntagResourceRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: UntagResourceCommandInput;
79
+ output: UntagResourceCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -92,4 +92,15 @@ declare const UpdateApplicationCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: UpdateApplicationRequest;
99
+ output: UpdateApplicationResponse;
100
+ };
101
+ sdk: {
102
+ input: UpdateApplicationCommandInput;
103
+ output: UpdateApplicationCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -83,4 +83,15 @@ declare const UpdateAttributeGroupCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class UpdateAttributeGroupCommand extends UpdateAttributeGroupCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: UpdateAttributeGroupRequest;
90
+ output: UpdateAttributeGroupResponse;
91
+ };
92
+ sdk: {
93
+ input: UpdateAttributeGroupCommandInput;
94
+ output: UpdateAttributeGroupCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -37,4 +37,15 @@ declare const AssociateAttributeGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateAttributeGroupCommand extends AssociateAttributeGroupCommand_base {}
40
+ export declare class AssociateAttributeGroupCommand extends AssociateAttributeGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateAttributeGroupRequest;
44
+ output: AssociateAttributeGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateAttributeGroupCommandInput;
48
+ output: AssociateAttributeGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AssociateResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateResourceCommand extends AssociateResourceCommand_base {}
40
+ export declare class AssociateResourceCommand extends AssociateResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateResourceRequest;
44
+ output: AssociateResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateResourceCommandInput;
48
+ output: AssociateResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateApplicationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
40
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateApplicationRequest;
44
+ output: CreateApplicationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateApplicationCommandInput;
48
+ output: CreateApplicationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateAttributeGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateAttributeGroupCommand extends CreateAttributeGroupCommand_base {}
40
+ export declare class CreateAttributeGroupCommand extends CreateAttributeGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAttributeGroupRequest;
44
+ output: CreateAttributeGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAttributeGroupCommandInput;
48
+ output: CreateAttributeGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteApplicationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {}
40
+ export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteApplicationRequest;
44
+ output: DeleteApplicationResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteApplicationCommandInput;
48
+ output: DeleteApplicationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteAttributeGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteAttributeGroupCommand extends DeleteAttributeGroupCommand_base {}
40
+ export declare class DeleteAttributeGroupCommand extends DeleteAttributeGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteAttributeGroupRequest;
44
+ output: DeleteAttributeGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteAttributeGroupCommandInput;
48
+ output: DeleteAttributeGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateAttributeGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateAttributeGroupCommand extends DisassociateAttributeGroupCommand_base {}
40
+ export declare class DisassociateAttributeGroupCommand extends DisassociateAttributeGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateAttributeGroupRequest;
44
+ output: DisassociateAttributeGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: DisassociateAttributeGroupCommandInput;
48
+ output: DisassociateAttributeGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {}
40
+ export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateResourceRequest;
44
+ output: DisassociateResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: DisassociateResourceCommandInput;
48
+ output: DisassociateResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetApplicationCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetApplicationCommand extends GetApplicationCommand_base {}
39
+ export declare class GetApplicationCommand extends GetApplicationCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetApplicationRequest;
43
+ output: GetApplicationResponse;
44
+ };
45
+ sdk: {
46
+ input: GetApplicationCommandInput;
47
+ output: GetApplicationCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetAssociatedResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetAssociatedResourceCommand extends GetAssociatedResourceCommand_base {}
40
+ export declare class GetAssociatedResourceCommand extends GetAssociatedResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetAssociatedResourceRequest;
44
+ output: GetAssociatedResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: GetAssociatedResourceCommandInput;
48
+ output: GetAssociatedResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetAttributeGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetAttributeGroupCommand extends GetAttributeGroupCommand_base {}
40
+ export declare class GetAttributeGroupCommand extends GetAttributeGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetAttributeGroupRequest;
44
+ output: GetAttributeGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: GetAttributeGroupCommandInput;
48
+ output: GetAttributeGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetConfigurationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetConfigurationCommand extends GetConfigurationCommand_base {}
36
+ export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: GetConfigurationResponse;
41
+ };
42
+ sdk: {
43
+ input: GetConfigurationCommandInput;
44
+ output: GetConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListApplicationsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListApplicationsCommand extends ListApplicationsCommand_base {}
39
+ export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListApplicationsRequest;
43
+ output: ListApplicationsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListApplicationsCommandInput;
47
+ output: ListApplicationsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListAssociatedAttributeGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAssociatedAttributeGroupsCommand extends ListAssociatedAttributeGroupsCommand_base {}
40
+ export declare class ListAssociatedAttributeGroupsCommand extends ListAssociatedAttributeGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAssociatedAttributeGroupsRequest;
44
+ output: ListAssociatedAttributeGroupsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAssociatedAttributeGroupsCommandInput;
48
+ output: ListAssociatedAttributeGroupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAssociatedResourcesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAssociatedResourcesCommand extends ListAssociatedResourcesCommand_base {}
40
+ export declare class ListAssociatedResourcesCommand extends ListAssociatedResourcesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAssociatedResourcesRequest;
44
+ output: ListAssociatedResourcesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAssociatedResourcesCommandInput;
48
+ output: ListAssociatedResourcesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAttributeGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAttributeGroupsCommand extends ListAttributeGroupsCommand_base {}
40
+ export declare class ListAttributeGroupsCommand extends ListAttributeGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAttributeGroupsRequest;
44
+ output: ListAttributeGroupsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAttributeGroupsCommandInput;
48
+ output: ListAttributeGroupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAttributeGroupsForApplicationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAttributeGroupsForApplicationCommand extends ListAttributeGroupsForApplicationCommand_base {}
40
+ export declare class ListAttributeGroupsForApplicationCommand extends ListAttributeGroupsForApplicationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAttributeGroupsForApplicationRequest;
44
+ output: ListAttributeGroupsForApplicationResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAttributeGroupsForApplicationCommandInput;
48
+ output: ListAttributeGroupsForApplicationCommandOutput;
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
+ }
@@ -31,4 +31,15 @@ declare const PutConfigurationCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class PutConfigurationCommand extends PutConfigurationCommand_base {}
34
+ export declare class PutConfigurationCommand extends PutConfigurationCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: PutConfigurationRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: PutConfigurationCommandInput;
42
+ output: PutConfigurationCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const SyncResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class SyncResourceCommand extends SyncResourceCommand_base {}
36
+ export declare class SyncResourceCommand extends SyncResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: SyncResourceRequest;
40
+ output: SyncResourceResponse;
41
+ };
42
+ sdk: {
43
+ input: SyncResourceCommandInput;
44
+ output: SyncResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateApplicationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {}
40
+ export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateApplicationRequest;
44
+ output: UpdateApplicationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateApplicationCommandInput;
48
+ output: UpdateApplicationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateAttributeGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateAttributeGroupCommand extends UpdateAttributeGroupCommand_base {}
40
+ export declare class UpdateAttributeGroupCommand extends UpdateAttributeGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateAttributeGroupRequest;
44
+ output: UpdateAttributeGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateAttributeGroupCommandInput;
48
+ output: UpdateAttributeGroupCommandOutput;
49
+ };
50
+ };
51
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-catalog-appregistry",
3
3
  "description": "AWS SDK for JavaScript Service Catalog Appregistry Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.654.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-service-catalog-appregistry",
@@ -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.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.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"