@aws-sdk/client-appfabric 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 (53) hide show
  1. package/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +11 -0
  2. package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateAppBundleCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateIngestionCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteAppBundleCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteIngestionCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +11 -0
  11. package/dist-types/commands/GetAppAuthorizationCommand.d.ts +11 -0
  12. package/dist-types/commands/GetAppBundleCommand.d.ts +11 -0
  13. package/dist-types/commands/GetIngestionCommand.d.ts +11 -0
  14. package/dist-types/commands/GetIngestionDestinationCommand.d.ts +11 -0
  15. package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +11 -0
  16. package/dist-types/commands/ListAppBundlesCommand.d.ts +11 -0
  17. package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +11 -0
  18. package/dist-types/commands/ListIngestionsCommand.d.ts +11 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  20. package/dist-types/commands/StartIngestionCommand.d.ts +11 -0
  21. package/dist-types/commands/StartUserAccessTasksCommand.d.ts +11 -0
  22. package/dist-types/commands/StopIngestionCommand.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/UpdateAppAuthorizationCommand.d.ts +11 -0
  26. package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +11 -0
  27. package/dist-types/ts3.4/commands/BatchGetUserAccessTasksCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/ConnectAppAuthorizationCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/CreateAppAuthorizationCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/CreateAppBundleCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/CreateIngestionDestinationCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/DeleteAppAuthorizationCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/DeleteAppBundleCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DeleteIngestionCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/DeleteIngestionDestinationCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/GetAppAuthorizationCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/GetAppBundleCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/GetIngestionCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/GetIngestionDestinationCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/ListAppAuthorizationsCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/ListAppBundlesCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/ListIngestionDestinationsCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/StartIngestionCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/StartUserAccessTasksCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/StopIngestionCommand.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/UpdateAppAuthorizationCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/UpdateIngestionDestinationCommand.d.ts +12 -1
  53. package/package.json +35 -35
@@ -96,4 +96,15 @@ declare const BatchGetUserAccessTasksCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class BatchGetUserAccessTasksCommand extends BatchGetUserAccessTasksCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: BatchGetUserAccessTasksRequest;
103
+ output: BatchGetUserAccessTasksResponse;
104
+ };
105
+ sdk: {
106
+ input: BatchGetUserAccessTasksCommandInput;
107
+ output: BatchGetUserAccessTasksCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -89,4 +89,15 @@ declare const ConnectAppAuthorizationCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ConnectAppAuthorizationCommand extends ConnectAppAuthorizationCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ConnectAppAuthorizationRequest;
96
+ output: ConnectAppAuthorizationResponse;
97
+ };
98
+ sdk: {
99
+ input: ConnectAppAuthorizationCommandInput;
100
+ output: ConnectAppAuthorizationCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -116,4 +116,15 @@ declare const CreateAppAuthorizationCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class CreateAppAuthorizationCommand extends CreateAppAuthorizationCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: CreateAppAuthorizationRequest;
123
+ output: CreateAppAuthorizationResponse;
124
+ };
125
+ sdk: {
126
+ input: CreateAppAuthorizationCommandInput;
127
+ output: CreateAppAuthorizationCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -86,4 +86,15 @@ declare const CreateAppBundleCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class CreateAppBundleCommand extends CreateAppBundleCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: CreateAppBundleRequest;
93
+ output: CreateAppBundleResponse;
94
+ };
95
+ sdk: {
96
+ input: CreateAppBundleCommandInput;
97
+ output: CreateAppBundleCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -95,4 +95,15 @@ declare const CreateIngestionCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class CreateIngestionCommand extends CreateIngestionCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: CreateIngestionRequest;
102
+ output: CreateIngestionResponse;
103
+ };
104
+ sdk: {
105
+ input: CreateIngestionCommandInput;
106
+ output: CreateIngestionCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -130,4 +130,15 @@ declare const CreateIngestionDestinationCommand_base: {
130
130
  * @public
131
131
  */
132
132
  export declare class CreateIngestionDestinationCommand extends CreateIngestionDestinationCommand_base {
133
+ /** @internal type navigation helper, not in runtime. */
134
+ protected static __types: {
135
+ api: {
136
+ input: CreateIngestionDestinationRequest;
137
+ output: CreateIngestionDestinationResponse;
138
+ };
139
+ sdk: {
140
+ input: CreateIngestionDestinationCommandInput;
141
+ output: CreateIngestionDestinationCommandOutput;
142
+ };
143
+ };
133
144
  }
@@ -73,4 +73,15 @@ declare const DeleteAppAuthorizationCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteAppAuthorizationCommand extends DeleteAppAuthorizationCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteAppAuthorizationRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteAppAuthorizationCommandInput;
84
+ output: DeleteAppAuthorizationCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -72,4 +72,15 @@ declare const DeleteAppBundleCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteAppBundleCommand extends DeleteAppBundleCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteAppBundleRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteAppBundleCommandInput;
83
+ output: DeleteAppBundleCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -73,4 +73,15 @@ declare const DeleteIngestionCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteIngestionCommand extends DeleteIngestionCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteIngestionRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteIngestionCommandInput;
84
+ output: DeleteIngestionCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -77,4 +77,15 @@ declare const DeleteIngestionDestinationCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class DeleteIngestionDestinationCommand extends DeleteIngestionDestinationCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: DeleteIngestionDestinationRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: DeleteIngestionDestinationCommandInput;
88
+ output: DeleteIngestionDestinationCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -88,4 +88,15 @@ declare const GetAppAuthorizationCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class GetAppAuthorizationCommand extends GetAppAuthorizationCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: GetAppAuthorizationRequest;
95
+ output: GetAppAuthorizationResponse;
96
+ };
97
+ sdk: {
98
+ input: GetAppAuthorizationCommandInput;
99
+ output: GetAppAuthorizationCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -76,4 +76,15 @@ declare const GetAppBundleCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class GetAppBundleCommand extends GetAppBundleCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: GetAppBundleRequest;
83
+ output: GetAppBundleResponse;
84
+ };
85
+ sdk: {
86
+ input: GetAppBundleCommandInput;
87
+ output: GetAppBundleCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -83,4 +83,15 @@ declare const GetIngestionCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class GetIngestionCommand extends GetIngestionCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: GetIngestionRequest;
90
+ output: GetIngestionResponse;
91
+ };
92
+ sdk: {
93
+ input: GetIngestionCommandInput;
94
+ output: GetIngestionCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -101,4 +101,15 @@ declare const GetIngestionDestinationCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class GetIngestionDestinationCommand extends GetIngestionDestinationCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: GetIngestionDestinationRequest;
108
+ output: GetIngestionDestinationResponse;
109
+ };
110
+ sdk: {
111
+ input: GetIngestionDestinationCommandInput;
112
+ output: GetIngestionDestinationCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -88,4 +88,15 @@ declare const ListAppAuthorizationsCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class ListAppAuthorizationsCommand extends ListAppAuthorizationsCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ListAppAuthorizationsRequest;
95
+ output: ListAppAuthorizationsResponse;
96
+ };
97
+ sdk: {
98
+ input: ListAppAuthorizationsCommandInput;
99
+ output: ListAppAuthorizationsCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -76,4 +76,15 @@ declare const ListAppBundlesCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListAppBundlesCommand extends ListAppBundlesCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListAppBundlesRequest;
83
+ output: ListAppBundlesResponse;
84
+ };
85
+ sdk: {
86
+ input: ListAppBundlesCommandInput;
87
+ output: ListAppBundlesCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -81,4 +81,15 @@ declare const ListIngestionDestinationsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListIngestionDestinationsCommand extends ListIngestionDestinationsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListIngestionDestinationsRequest;
88
+ output: ListIngestionDestinationsResponse;
89
+ };
90
+ sdk: {
91
+ input: ListIngestionDestinationsCommandInput;
92
+ output: ListIngestionDestinationsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -83,4 +83,15 @@ declare const ListIngestionsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListIngestionsCommand extends ListIngestionsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListIngestionsRequest;
90
+ output: ListIngestionsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListIngestionsCommandInput;
94
+ output: ListIngestionsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -78,4 +78,15 @@ declare const ListTagsForResourceCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListTagsForResourceRequest;
85
+ output: ListTagsForResourceResponse;
86
+ };
87
+ sdk: {
88
+ input: ListTagsForResourceCommandInput;
89
+ output: ListTagsForResourceCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -75,4 +75,15 @@ declare const StartIngestionCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class StartIngestionCommand extends StartIngestionCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: StartIngestionRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: StartIngestionCommandInput;
86
+ output: StartIngestionCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -86,4 +86,15 @@ declare const StartUserAccessTasksCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class StartUserAccessTasksCommand extends StartUserAccessTasksCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: StartUserAccessTasksRequest;
93
+ output: StartUserAccessTasksResponse;
94
+ };
95
+ sdk: {
96
+ input: StartUserAccessTasksCommandInput;
97
+ output: StartUserAccessTasksCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -75,4 +75,15 @@ declare const StopIngestionCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class StopIngestionCommand extends StopIngestionCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: StopIngestionRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: StopIngestionCommandInput;
86
+ output: StopIngestionCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -77,4 +77,15 @@ declare const TagResourceCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class TagResourceCommand extends TagResourceCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: TagResourceRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: TagResourceCommandInput;
88
+ output: TagResourceCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -74,4 +74,15 @@ declare const UntagResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: UntagResourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: UntagResourceCommandInput;
85
+ output: UntagResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -104,4 +104,15 @@ declare const UpdateAppAuthorizationCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class UpdateAppAuthorizationCommand extends UpdateAppAuthorizationCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: UpdateAppAuthorizationRequest;
111
+ output: UpdateAppAuthorizationResponse;
112
+ };
113
+ sdk: {
114
+ input: UpdateAppAuthorizationCommandInput;
115
+ output: UpdateAppAuthorizationCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -121,4 +121,15 @@ declare const UpdateIngestionDestinationCommand_base: {
121
121
  * @public
122
122
  */
123
123
  export declare class UpdateIngestionDestinationCommand extends UpdateIngestionDestinationCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: UpdateIngestionDestinationRequest;
128
+ output: UpdateIngestionDestinationResponse;
129
+ };
130
+ sdk: {
131
+ input: UpdateIngestionDestinationCommandInput;
132
+ output: UpdateIngestionDestinationCommandOutput;
133
+ };
134
+ };
124
135
  }
@@ -37,4 +37,15 @@ declare const BatchGetUserAccessTasksCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetUserAccessTasksCommand extends BatchGetUserAccessTasksCommand_base {}
40
+ export declare class BatchGetUserAccessTasksCommand extends BatchGetUserAccessTasksCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetUserAccessTasksRequest;
44
+ output: BatchGetUserAccessTasksResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetUserAccessTasksCommandInput;
48
+ output: BatchGetUserAccessTasksCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ConnectAppAuthorizationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ConnectAppAuthorizationCommand extends ConnectAppAuthorizationCommand_base {}
40
+ export declare class ConnectAppAuthorizationCommand extends ConnectAppAuthorizationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ConnectAppAuthorizationRequest;
44
+ output: ConnectAppAuthorizationResponse;
45
+ };
46
+ sdk: {
47
+ input: ConnectAppAuthorizationCommandInput;
48
+ output: ConnectAppAuthorizationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateAppAuthorizationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateAppAuthorizationCommand extends CreateAppAuthorizationCommand_base {}
40
+ export declare class CreateAppAuthorizationCommand extends CreateAppAuthorizationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAppAuthorizationRequest;
44
+ output: CreateAppAuthorizationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAppAuthorizationCommandInput;
48
+ output: CreateAppAuthorizationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateAppBundleCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateAppBundleCommand extends CreateAppBundleCommand_base {}
39
+ export declare class CreateAppBundleCommand extends CreateAppBundleCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateAppBundleRequest;
43
+ output: CreateAppBundleResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateAppBundleCommandInput;
47
+ output: CreateAppBundleCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateIngestionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateIngestionCommand extends CreateIngestionCommand_base {}
39
+ export declare class CreateIngestionCommand extends CreateIngestionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateIngestionRequest;
43
+ output: CreateIngestionResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateIngestionCommandInput;
47
+ output: CreateIngestionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateIngestionDestinationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateIngestionDestinationCommand extends CreateIngestionDestinationCommand_base {}
40
+ export declare class CreateIngestionDestinationCommand extends CreateIngestionDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateIngestionDestinationRequest;
44
+ output: CreateIngestionDestinationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateIngestionDestinationCommandInput;
48
+ output: CreateIngestionDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteAppAuthorizationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteAppAuthorizationCommand extends DeleteAppAuthorizationCommand_base {}
40
+ export declare class DeleteAppAuthorizationCommand extends DeleteAppAuthorizationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteAppAuthorizationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteAppAuthorizationCommandInput;
48
+ output: DeleteAppAuthorizationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteAppBundleCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteAppBundleCommand extends DeleteAppBundleCommand_base {}
39
+ export declare class DeleteAppBundleCommand extends DeleteAppBundleCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteAppBundleRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteAppBundleCommandInput;
47
+ output: DeleteAppBundleCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DeleteIngestionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteIngestionCommand extends DeleteIngestionCommand_base {}
39
+ export declare class DeleteIngestionCommand extends DeleteIngestionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteIngestionRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteIngestionCommandInput;
47
+ output: DeleteIngestionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteIngestionDestinationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteIngestionDestinationCommand extends DeleteIngestionDestinationCommand_base {}
40
+ export declare class DeleteIngestionDestinationCommand extends DeleteIngestionDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteIngestionDestinationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteIngestionDestinationCommandInput;
48
+ output: DeleteIngestionDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetAppAuthorizationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetAppAuthorizationCommand extends GetAppAuthorizationCommand_base {}
40
+ export declare class GetAppAuthorizationCommand extends GetAppAuthorizationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetAppAuthorizationRequest;
44
+ output: GetAppAuthorizationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetAppAuthorizationCommandInput;
48
+ output: GetAppAuthorizationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetAppBundleCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetAppBundleCommand extends GetAppBundleCommand_base {}
36
+ export declare class GetAppBundleCommand extends GetAppBundleCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetAppBundleRequest;
40
+ output: GetAppBundleResponse;
41
+ };
42
+ sdk: {
43
+ input: GetAppBundleCommandInput;
44
+ output: GetAppBundleCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetIngestionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetIngestionCommand extends GetIngestionCommand_base {}
36
+ export declare class GetIngestionCommand extends GetIngestionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetIngestionRequest;
40
+ output: GetIngestionResponse;
41
+ };
42
+ sdk: {
43
+ input: GetIngestionCommandInput;
44
+ output: GetIngestionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetIngestionDestinationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetIngestionDestinationCommand extends GetIngestionDestinationCommand_base {}
40
+ export declare class GetIngestionDestinationCommand extends GetIngestionDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetIngestionDestinationRequest;
44
+ output: GetIngestionDestinationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetIngestionDestinationCommandInput;
48
+ output: GetIngestionDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAppAuthorizationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAppAuthorizationsCommand extends ListAppAuthorizationsCommand_base {}
40
+ export declare class ListAppAuthorizationsCommand extends ListAppAuthorizationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAppAuthorizationsRequest;
44
+ output: ListAppAuthorizationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAppAuthorizationsCommandInput;
48
+ output: ListAppAuthorizationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListAppBundlesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListAppBundlesCommand extends ListAppBundlesCommand_base {}
39
+ export declare class ListAppBundlesCommand extends ListAppBundlesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListAppBundlesRequest;
43
+ output: ListAppBundlesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListAppBundlesCommandInput;
47
+ output: ListAppBundlesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListIngestionDestinationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListIngestionDestinationsCommand extends ListIngestionDestinationsCommand_base {}
40
+ export declare class ListIngestionDestinationsCommand extends ListIngestionDestinationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListIngestionDestinationsRequest;
44
+ output: ListIngestionDestinationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListIngestionDestinationsCommandInput;
48
+ output: ListIngestionDestinationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListIngestionsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListIngestionsCommand extends ListIngestionsCommand_base {}
39
+ export declare class ListIngestionsCommand extends ListIngestionsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListIngestionsRequest;
43
+ output: ListIngestionsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListIngestionsCommandInput;
47
+ output: ListIngestionsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -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 StartIngestionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StartIngestionCommand extends StartIngestionCommand_base {}
39
+ export declare class StartIngestionCommand extends StartIngestionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StartIngestionRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: StartIngestionCommandInput;
47
+ output: StartIngestionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const StartUserAccessTasksCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartUserAccessTasksCommand extends StartUserAccessTasksCommand_base {}
40
+ export declare class StartUserAccessTasksCommand extends StartUserAccessTasksCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartUserAccessTasksRequest;
44
+ output: StartUserAccessTasksResponse;
45
+ };
46
+ sdk: {
47
+ input: StartUserAccessTasksCommandInput;
48
+ output: StartUserAccessTasksCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const StopIngestionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StopIngestionCommand extends StopIngestionCommand_base {}
39
+ export declare class StopIngestionCommand extends StopIngestionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StopIngestionRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: StopIngestionCommandInput;
47
+ output: StopIngestionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -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 UpdateAppAuthorizationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateAppAuthorizationCommand extends UpdateAppAuthorizationCommand_base {}
40
+ export declare class UpdateAppAuthorizationCommand extends UpdateAppAuthorizationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateAppAuthorizationRequest;
44
+ output: UpdateAppAuthorizationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateAppAuthorizationCommandInput;
48
+ output: UpdateAppAuthorizationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateIngestionDestinationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateIngestionDestinationCommand extends UpdateIngestionDestinationCommand_base {}
40
+ export declare class UpdateIngestionDestinationCommand extends UpdateIngestionDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateIngestionDestinationRequest;
44
+ output: UpdateIngestionDestinationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateIngestionDestinationCommandInput;
48
+ output: UpdateIngestionDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appfabric",
3
3
  "description": "AWS SDK for JavaScript Appfabric 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-appfabric",
@@ -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"