@aws-sdk/client-amp 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 (53) hide show
  1. package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateScraperCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateWorkspaceCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteScraperCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +11 -0
  14. package/dist-types/commands/DescribeScraperCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +11 -0
  16. package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +11 -0
  17. package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +11 -0
  18. package/dist-types/commands/ListScrapersCommand.d.ts +11 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  20. package/dist-types/commands/ListWorkspacesCommand.d.ts +11 -0
  21. package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +11 -0
  22. package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +11 -0
  23. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  24. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  25. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +11 -0
  26. package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +11 -0
  27. package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +12 -1
  53. package/package.json +36 -36
@@ -87,4 +87,15 @@ declare const CreateAlertManagerDefinitionCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class CreateAlertManagerDefinitionCommand extends CreateAlertManagerDefinitionCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: CreateAlertManagerDefinitionRequest;
94
+ output: CreateAlertManagerDefinitionResponse;
95
+ };
96
+ sdk: {
97
+ input: CreateAlertManagerDefinitionCommandInput;
98
+ output: CreateAlertManagerDefinitionCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -77,4 +77,15 @@ declare const CreateLoggingConfigurationCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class CreateLoggingConfigurationCommand extends CreateLoggingConfigurationCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: CreateLoggingConfigurationRequest;
84
+ output: CreateLoggingConfigurationResponse;
85
+ };
86
+ sdk: {
87
+ input: CreateLoggingConfigurationCommandInput;
88
+ output: CreateLoggingConfigurationCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -97,4 +97,15 @@ declare const CreateRuleGroupsNamespaceCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class CreateRuleGroupsNamespaceCommand extends CreateRuleGroupsNamespaceCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: CreateRuleGroupsNamespaceRequest;
104
+ output: CreateRuleGroupsNamespaceResponse;
105
+ };
106
+ sdk: {
107
+ input: CreateRuleGroupsNamespaceCommandInput;
108
+ output: CreateRuleGroupsNamespaceCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -126,4 +126,15 @@ declare const CreateScraperCommand_base: {
126
126
  * @public
127
127
  */
128
128
  export declare class CreateScraperCommand extends CreateScraperCommand_base {
129
+ /** @internal type navigation helper, not in runtime. */
130
+ protected static __types: {
131
+ api: {
132
+ input: CreateScraperRequest;
133
+ output: CreateScraperResponse;
134
+ };
135
+ sdk: {
136
+ input: CreateScraperCommandInput;
137
+ output: CreateScraperCommandOutput;
138
+ };
139
+ };
129
140
  }
@@ -91,4 +91,15 @@ declare const CreateWorkspaceCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: CreateWorkspaceRequest;
98
+ output: CreateWorkspaceResponse;
99
+ };
100
+ sdk: {
101
+ input: CreateWorkspaceCommandInput;
102
+ output: CreateWorkspaceCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -75,4 +75,15 @@ declare const DeleteAlertManagerDefinitionCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteAlertManagerDefinitionCommand extends DeleteAlertManagerDefinitionCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteAlertManagerDefinitionRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteAlertManagerDefinitionCommandInput;
86
+ output: DeleteAlertManagerDefinitionCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -72,4 +72,15 @@ declare const DeleteLoggingConfigurationCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteLoggingConfigurationCommand extends DeleteLoggingConfigurationCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteLoggingConfigurationRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteLoggingConfigurationCommandInput;
83
+ output: DeleteLoggingConfigurationCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -76,4 +76,15 @@ declare const DeleteRuleGroupsNamespaceCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DeleteRuleGroupsNamespaceCommand extends DeleteRuleGroupsNamespaceCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DeleteRuleGroupsNamespaceRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: DeleteRuleGroupsNamespaceCommandInput;
87
+ output: DeleteRuleGroupsNamespaceCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -81,4 +81,15 @@ declare const DeleteScraperCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DeleteScraperCommand extends DeleteScraperCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeleteScraperRequest;
88
+ output: DeleteScraperResponse;
89
+ };
90
+ sdk: {
91
+ input: DeleteScraperCommandInput;
92
+ output: DeleteScraperCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -79,4 +79,15 @@ declare const DeleteWorkspaceCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteWorkspaceRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeleteWorkspaceCommandInput;
90
+ output: DeleteWorkspaceCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -82,4 +82,15 @@ declare const DescribeAlertManagerDefinitionCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DescribeAlertManagerDefinitionCommand extends DescribeAlertManagerDefinitionCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DescribeAlertManagerDefinitionRequest;
89
+ output: DescribeAlertManagerDefinitionResponse;
90
+ };
91
+ sdk: {
92
+ input: DescribeAlertManagerDefinitionCommandInput;
93
+ output: DescribeAlertManagerDefinitionCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -80,4 +80,15 @@ declare const DescribeLoggingConfigurationCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DescribeLoggingConfigurationCommand extends DescribeLoggingConfigurationCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DescribeLoggingConfigurationRequest;
87
+ output: DescribeLoggingConfigurationResponse;
88
+ };
89
+ sdk: {
90
+ input: DescribeLoggingConfigurationCommandInput;
91
+ output: DescribeLoggingConfigurationCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -88,4 +88,15 @@ declare const DescribeRuleGroupsNamespaceCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class DescribeRuleGroupsNamespaceCommand extends DescribeRuleGroupsNamespaceCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: DescribeRuleGroupsNamespaceRequest;
95
+ output: DescribeRuleGroupsNamespaceResponse;
96
+ };
97
+ sdk: {
98
+ input: DescribeRuleGroupsNamespaceCommandInput;
99
+ output: DescribeRuleGroupsNamespaceCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -107,4 +107,15 @@ declare const DescribeScraperCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class DescribeScraperCommand extends DescribeScraperCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: DescribeScraperRequest;
114
+ output: DescribeScraperResponse;
115
+ };
116
+ sdk: {
117
+ input: DescribeScraperCommandInput;
118
+ output: DescribeScraperCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -86,4 +86,15 @@ declare const DescribeWorkspaceCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DescribeWorkspaceCommand extends DescribeWorkspaceCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DescribeWorkspaceRequest;
93
+ output: DescribeWorkspaceResponse;
94
+ };
95
+ sdk: {
96
+ input: DescribeWorkspaceCommandInput;
97
+ output: DescribeWorkspaceCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -65,4 +65,15 @@ declare const GetDefaultScraperConfigurationCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class GetDefaultScraperConfigurationCommand extends GetDefaultScraperConfigurationCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: {};
72
+ output: GetDefaultScraperConfigurationResponse;
73
+ };
74
+ sdk: {
75
+ input: GetDefaultScraperConfigurationCommandInput;
76
+ output: GetDefaultScraperConfigurationCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -91,4 +91,15 @@ declare const ListRuleGroupsNamespacesCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ListRuleGroupsNamespacesCommand extends ListRuleGroupsNamespacesCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListRuleGroupsNamespacesRequest;
98
+ output: ListRuleGroupsNamespacesResponse;
99
+ };
100
+ sdk: {
101
+ input: ListRuleGroupsNamespacesCommandInput;
102
+ output: ListRuleGroupsNamespacesCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -111,4 +111,15 @@ declare const ListScrapersCommand_base: {
111
111
  * @public
112
112
  */
113
113
  export declare class ListScrapersCommand extends ListScrapersCommand_base {
114
+ /** @internal type navigation helper, not in runtime. */
115
+ protected static __types: {
116
+ api: {
117
+ input: ListScrapersRequest;
118
+ output: ListScrapersResponse;
119
+ };
120
+ sdk: {
121
+ input: ListScrapersCommandInput;
122
+ output: ListScrapersCommandOutput;
123
+ };
124
+ };
114
125
  }
@@ -77,4 +77,15 @@ declare const ListTagsForResourceCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ListTagsForResourceRequest;
84
+ output: ListTagsForResourceResponse;
85
+ };
86
+ sdk: {
87
+ input: ListTagsForResourceCommandInput;
88
+ output: ListTagsForResourceCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -88,4 +88,15 @@ declare const ListWorkspacesCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ListWorkspacesRequest;
95
+ output: ListWorkspacesResponse;
96
+ };
97
+ sdk: {
98
+ input: ListWorkspacesCommandInput;
99
+ output: ListWorkspacesCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -86,4 +86,15 @@ declare const PutAlertManagerDefinitionCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class PutAlertManagerDefinitionCommand extends PutAlertManagerDefinitionCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: PutAlertManagerDefinitionRequest;
93
+ output: PutAlertManagerDefinitionResponse;
94
+ };
95
+ sdk: {
96
+ input: PutAlertManagerDefinitionCommandInput;
97
+ output: PutAlertManagerDefinitionCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -96,4 +96,15 @@ declare const PutRuleGroupsNamespaceCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class PutRuleGroupsNamespaceCommand extends PutRuleGroupsNamespaceCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: PutRuleGroupsNamespaceRequest;
103
+ output: PutRuleGroupsNamespaceResponse;
104
+ };
105
+ sdk: {
106
+ input: PutRuleGroupsNamespaceCommandInput;
107
+ output: PutRuleGroupsNamespaceCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -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
  }
@@ -75,4 +75,15 @@ declare const UntagResourceCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: UntagResourceRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: UntagResourceCommandInput;
86
+ output: UntagResourceCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -79,4 +79,15 @@ declare const UpdateLoggingConfigurationCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class UpdateLoggingConfigurationCommand extends UpdateLoggingConfigurationCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UpdateLoggingConfigurationRequest;
86
+ output: UpdateLoggingConfigurationResponse;
87
+ };
88
+ sdk: {
89
+ input: UpdateLoggingConfigurationCommandInput;
90
+ output: UpdateLoggingConfigurationCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -79,4 +79,15 @@ declare const UpdateWorkspaceAliasCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class UpdateWorkspaceAliasCommand extends UpdateWorkspaceAliasCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UpdateWorkspaceAliasRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: UpdateWorkspaceAliasCommandInput;
90
+ output: UpdateWorkspaceAliasCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -37,4 +37,15 @@ declare const CreateAlertManagerDefinitionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateAlertManagerDefinitionCommand extends CreateAlertManagerDefinitionCommand_base {}
40
+ export declare class CreateAlertManagerDefinitionCommand extends CreateAlertManagerDefinitionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAlertManagerDefinitionRequest;
44
+ output: CreateAlertManagerDefinitionResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAlertManagerDefinitionCommandInput;
48
+ output: CreateAlertManagerDefinitionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateLoggingConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLoggingConfigurationCommand extends CreateLoggingConfigurationCommand_base {}
40
+ export declare class CreateLoggingConfigurationCommand extends CreateLoggingConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLoggingConfigurationRequest;
44
+ output: CreateLoggingConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLoggingConfigurationCommandInput;
48
+ output: CreateLoggingConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateRuleGroupsNamespaceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateRuleGroupsNamespaceCommand extends CreateRuleGroupsNamespaceCommand_base {}
40
+ export declare class CreateRuleGroupsNamespaceCommand extends CreateRuleGroupsNamespaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateRuleGroupsNamespaceRequest;
44
+ output: CreateRuleGroupsNamespaceResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateRuleGroupsNamespaceCommandInput;
48
+ output: CreateRuleGroupsNamespaceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateScraperCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateScraperCommand extends CreateScraperCommand_base {}
39
+ export declare class CreateScraperCommand extends CreateScraperCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateScraperRequest;
43
+ output: CreateScraperResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateScraperCommandInput;
47
+ output: CreateScraperCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateWorkspaceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {}
39
+ export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateWorkspaceRequest;
43
+ output: CreateWorkspaceResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateWorkspaceCommandInput;
47
+ output: CreateWorkspaceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DeleteAlertManagerDefinitionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteAlertManagerDefinitionCommand extends DeleteAlertManagerDefinitionCommand_base {}
36
+ export declare class DeleteAlertManagerDefinitionCommand extends DeleteAlertManagerDefinitionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteAlertManagerDefinitionRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteAlertManagerDefinitionCommandInput;
44
+ output: DeleteAlertManagerDefinitionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteLoggingConfigurationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteLoggingConfigurationCommand extends DeleteLoggingConfigurationCommand_base {}
36
+ export declare class DeleteLoggingConfigurationCommand extends DeleteLoggingConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteLoggingConfigurationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteLoggingConfigurationCommandInput;
44
+ output: DeleteLoggingConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteRuleGroupsNamespaceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteRuleGroupsNamespaceCommand extends DeleteRuleGroupsNamespaceCommand_base {}
36
+ export declare class DeleteRuleGroupsNamespaceCommand extends DeleteRuleGroupsNamespaceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteRuleGroupsNamespaceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteRuleGroupsNamespaceCommandInput;
44
+ output: DeleteRuleGroupsNamespaceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeleteScraperCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteScraperCommand extends DeleteScraperCommand_base {}
39
+ export declare class DeleteScraperCommand extends DeleteScraperCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteScraperRequest;
43
+ output: DeleteScraperResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteScraperCommandInput;
47
+ output: DeleteScraperCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const DeleteWorkspaceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {}
34
+ export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteWorkspaceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteWorkspaceCommandInput;
42
+ output: DeleteWorkspaceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const DescribeAlertManagerDefinitionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeAlertManagerDefinitionCommand extends DescribeAlertManagerDefinitionCommand_base {}
40
+ export declare class DescribeAlertManagerDefinitionCommand extends DescribeAlertManagerDefinitionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeAlertManagerDefinitionRequest;
44
+ output: DescribeAlertManagerDefinitionResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeAlertManagerDefinitionCommandInput;
48
+ output: DescribeAlertManagerDefinitionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeLoggingConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLoggingConfigurationCommand extends DescribeLoggingConfigurationCommand_base {}
40
+ export declare class DescribeLoggingConfigurationCommand extends DescribeLoggingConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLoggingConfigurationRequest;
44
+ output: DescribeLoggingConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeLoggingConfigurationCommandInput;
48
+ output: DescribeLoggingConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeRuleGroupsNamespaceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeRuleGroupsNamespaceCommand extends DescribeRuleGroupsNamespaceCommand_base {}
40
+ export declare class DescribeRuleGroupsNamespaceCommand extends DescribeRuleGroupsNamespaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeRuleGroupsNamespaceRequest;
44
+ output: DescribeRuleGroupsNamespaceResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeRuleGroupsNamespaceCommandInput;
48
+ output: DescribeRuleGroupsNamespaceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeScraperCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeScraperCommand extends DescribeScraperCommand_base {}
39
+ export declare class DescribeScraperCommand extends DescribeScraperCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeScraperRequest;
43
+ output: DescribeScraperResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeScraperCommandInput;
47
+ output: DescribeScraperCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeWorkspaceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeWorkspaceCommand extends DescribeWorkspaceCommand_base {}
40
+ export declare class DescribeWorkspaceCommand extends DescribeWorkspaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeWorkspaceRequest;
44
+ output: DescribeWorkspaceResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeWorkspaceCommandInput;
48
+ output: DescribeWorkspaceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetDefaultScraperConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDefaultScraperConfigurationCommand extends GetDefaultScraperConfigurationCommand_base {}
40
+ export declare class GetDefaultScraperConfigurationCommand extends GetDefaultScraperConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: GetDefaultScraperConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetDefaultScraperConfigurationCommandInput;
48
+ output: GetDefaultScraperConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListRuleGroupsNamespacesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRuleGroupsNamespacesCommand extends ListRuleGroupsNamespacesCommand_base {}
40
+ export declare class ListRuleGroupsNamespacesCommand extends ListRuleGroupsNamespacesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRuleGroupsNamespacesRequest;
44
+ output: ListRuleGroupsNamespacesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRuleGroupsNamespacesCommandInput;
48
+ output: ListRuleGroupsNamespacesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListScrapersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListScrapersCommand extends ListScrapersCommand_base {}
36
+ export declare class ListScrapersCommand extends ListScrapersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListScrapersRequest;
40
+ output: ListScrapersResponse;
41
+ };
42
+ sdk: {
43
+ input: ListScrapersCommandInput;
44
+ output: ListScrapersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -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
+ }
@@ -36,4 +36,15 @@ declare const ListWorkspacesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {}
39
+ export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListWorkspacesRequest;
43
+ output: ListWorkspacesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListWorkspacesCommandInput;
47
+ output: ListWorkspacesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const PutAlertManagerDefinitionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutAlertManagerDefinitionCommand extends PutAlertManagerDefinitionCommand_base {}
40
+ export declare class PutAlertManagerDefinitionCommand extends PutAlertManagerDefinitionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutAlertManagerDefinitionRequest;
44
+ output: PutAlertManagerDefinitionResponse;
45
+ };
46
+ sdk: {
47
+ input: PutAlertManagerDefinitionCommandInput;
48
+ output: PutAlertManagerDefinitionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutRuleGroupsNamespaceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutRuleGroupsNamespaceCommand extends PutRuleGroupsNamespaceCommand_base {}
40
+ export declare class PutRuleGroupsNamespaceCommand extends PutRuleGroupsNamespaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutRuleGroupsNamespaceRequest;
44
+ output: PutRuleGroupsNamespaceResponse;
45
+ };
46
+ sdk: {
47
+ input: PutRuleGroupsNamespaceCommandInput;
48
+ output: PutRuleGroupsNamespaceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -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 UpdateLoggingConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateLoggingConfigurationCommand extends UpdateLoggingConfigurationCommand_base {}
40
+ export declare class UpdateLoggingConfigurationCommand extends UpdateLoggingConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateLoggingConfigurationRequest;
44
+ output: UpdateLoggingConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateLoggingConfigurationCommandInput;
48
+ output: UpdateLoggingConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -32,4 +32,15 @@ declare const UpdateWorkspaceAliasCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class UpdateWorkspaceAliasCommand extends UpdateWorkspaceAliasCommand_base {}
35
+ export declare class UpdateWorkspaceAliasCommand extends UpdateWorkspaceAliasCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: UpdateWorkspaceAliasRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: UpdateWorkspaceAliasCommandInput;
43
+ output: UpdateWorkspaceAliasCommandOutput;
44
+ };
45
+ };
46
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amp",
3
3
  "description": "AWS SDK for JavaScript Amp 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-amp",
@@ -20,45 +20,45 @@
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
- "@smithy/util-waiter": "^3.1.3",
61
+ "@smithy/util-waiter": "^3.1.5",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"
64
64
  },