@aws-sdk/client-service-quotas 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 (39) hide show
  1. package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +11 -0
  2. package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +11 -0
  3. package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +11 -0
  4. package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +11 -0
  5. package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +11 -0
  6. package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +11 -0
  7. package/dist-types/commands/GetServiceQuotaCommand.d.ts +11 -0
  8. package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +11 -0
  9. package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +11 -0
  10. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +11 -0
  11. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +11 -0
  12. package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +11 -0
  13. package/dist-types/commands/ListServiceQuotasCommand.d.ts +11 -0
  14. package/dist-types/commands/ListServicesCommand.d.ts +11 -0
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +11 -0
  17. package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +11 -0
  18. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  19. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  20. package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  39. package/package.json +35 -35
@@ -83,4 +83,15 @@ declare const AssociateServiceQuotaTemplateCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class AssociateServiceQuotaTemplateCommand extends AssociateServiceQuotaTemplateCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: {};
90
+ output: {};
91
+ };
92
+ sdk: {
93
+ input: AssociateServiceQuotaTemplateCommandInput;
94
+ output: AssociateServiceQuotaTemplateCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -87,4 +87,15 @@ declare const DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: DeleteServiceQuotaIncreaseRequestFromTemplateRequest;
94
+ output: {};
95
+ };
96
+ sdk: {
97
+ input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput;
98
+ output: DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -81,4 +81,15 @@ declare const DisassociateServiceQuotaTemplateCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DisassociateServiceQuotaTemplateCommand extends DisassociateServiceQuotaTemplateCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: {};
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: DisassociateServiceQuotaTemplateCommandInput;
92
+ output: DisassociateServiceQuotaTemplateCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -107,4 +107,15 @@ declare const GetAWSDefaultServiceQuotaCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class GetAWSDefaultServiceQuotaCommand extends GetAWSDefaultServiceQuotaCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: GetAWSDefaultServiceQuotaRequest;
114
+ output: GetAWSDefaultServiceQuotaResponse;
115
+ };
116
+ sdk: {
117
+ input: GetAWSDefaultServiceQuotaCommandInput;
118
+ output: GetAWSDefaultServiceQuotaCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -81,4 +81,15 @@ declare const GetAssociationForServiceQuotaTemplateCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class GetAssociationForServiceQuotaTemplateCommand extends GetAssociationForServiceQuotaTemplateCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: {};
88
+ output: GetAssociationForServiceQuotaTemplateResponse;
89
+ };
90
+ sdk: {
91
+ input: GetAssociationForServiceQuotaTemplateCommandInput;
92
+ output: GetAssociationForServiceQuotaTemplateCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -94,4 +94,15 @@ declare const GetRequestedServiceQuotaChangeCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class GetRequestedServiceQuotaChangeCommand extends GetRequestedServiceQuotaChangeCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: GetRequestedServiceQuotaChangeRequest;
101
+ output: GetRequestedServiceQuotaChangeResponse;
102
+ };
103
+ sdk: {
104
+ input: GetRequestedServiceQuotaChangeCommandInput;
105
+ output: GetRequestedServiceQuotaChangeCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -109,4 +109,15 @@ declare const GetServiceQuotaCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class GetServiceQuotaCommand extends GetServiceQuotaCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: GetServiceQuotaRequest;
116
+ output: GetServiceQuotaResponse;
117
+ };
118
+ sdk: {
119
+ input: GetServiceQuotaCommandInput;
120
+ output: GetServiceQuotaCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -98,4 +98,15 @@ declare const GetServiceQuotaIncreaseRequestFromTemplateCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends GetServiceQuotaIncreaseRequestFromTemplateCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: GetServiceQuotaIncreaseRequestFromTemplateRequest;
105
+ output: GetServiceQuotaIncreaseRequestFromTemplateResponse;
106
+ };
107
+ sdk: {
108
+ input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput;
109
+ output: GetServiceQuotaIncreaseRequestFromTemplateCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -114,4 +114,15 @@ declare const ListAWSDefaultServiceQuotasCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class ListAWSDefaultServiceQuotasCommand extends ListAWSDefaultServiceQuotasCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: ListAWSDefaultServiceQuotasRequest;
121
+ output: ListAWSDefaultServiceQuotasResponse;
122
+ };
123
+ sdk: {
124
+ input: ListAWSDefaultServiceQuotasCommandInput;
125
+ output: ListAWSDefaultServiceQuotasCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -105,4 +105,15 @@ declare const ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: ListRequestedServiceQuotaChangeHistoryByQuotaRequest;
112
+ output: ListRequestedServiceQuotaChangeHistoryByQuotaResponse;
113
+ };
114
+ sdk: {
115
+ input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput;
116
+ output: ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -104,4 +104,15 @@ declare const ListRequestedServiceQuotaChangeHistoryCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class ListRequestedServiceQuotaChangeHistoryCommand extends ListRequestedServiceQuotaChangeHistoryCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: ListRequestedServiceQuotaChangeHistoryRequest;
111
+ output: ListRequestedServiceQuotaChangeHistoryResponse;
112
+ };
113
+ sdk: {
114
+ input: ListRequestedServiceQuotaChangeHistoryCommandInput;
115
+ output: ListRequestedServiceQuotaChangeHistoryCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -98,4 +98,15 @@ declare const ListServiceQuotaIncreaseRequestsInTemplateCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class ListServiceQuotaIncreaseRequestsInTemplateCommand extends ListServiceQuotaIncreaseRequestsInTemplateCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: ListServiceQuotaIncreaseRequestsInTemplateRequest;
105
+ output: ListServiceQuotaIncreaseRequestsInTemplateResponse;
106
+ };
107
+ sdk: {
108
+ input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput;
109
+ output: ListServiceQuotaIncreaseRequestsInTemplateCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -117,4 +117,15 @@ declare const ListServiceQuotasCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class ListServiceQuotasCommand extends ListServiceQuotasCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: ListServiceQuotasRequest;
124
+ output: ListServiceQuotasResponse;
125
+ };
126
+ sdk: {
127
+ input: ListServiceQuotasCommandInput;
128
+ output: ListServiceQuotasCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -80,4 +80,15 @@ declare const ListServicesCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListServicesCommand extends ListServicesCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListServicesRequest;
87
+ output: ListServicesResponse;
88
+ };
89
+ sdk: {
90
+ input: ListServicesCommandInput;
91
+ output: ListServicesCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -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
  }
@@ -102,4 +102,15 @@ declare const PutServiceQuotaIncreaseRequestIntoTemplateCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends PutServiceQuotaIncreaseRequestIntoTemplateCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: PutServiceQuotaIncreaseRequestIntoTemplateRequest;
109
+ output: PutServiceQuotaIncreaseRequestIntoTemplateResponse;
110
+ };
111
+ sdk: {
112
+ input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput;
113
+ output: PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -110,4 +110,15 @@ declare const RequestServiceQuotaIncreaseCommand_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class RequestServiceQuotaIncreaseCommand extends RequestServiceQuotaIncreaseCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: RequestServiceQuotaIncreaseRequest;
117
+ output: RequestServiceQuotaIncreaseResponse;
118
+ };
119
+ sdk: {
120
+ input: RequestServiceQuotaIncreaseCommandInput;
121
+ output: RequestServiceQuotaIncreaseCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -86,4 +86,15 @@ declare const TagResourceCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class TagResourceCommand extends TagResourceCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: TagResourceRequest;
93
+ output: {};
94
+ };
95
+ sdk: {
96
+ input: TagResourceCommandInput;
97
+ output: TagResourceCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -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
  }
@@ -37,4 +37,15 @@ declare const AssociateServiceQuotaTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateServiceQuotaTemplateCommand extends AssociateServiceQuotaTemplateCommand_base {}
40
+ export declare class AssociateServiceQuotaTemplateCommand extends AssociateServiceQuotaTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: AssociateServiceQuotaTemplateCommandInput;
48
+ output: AssociateServiceQuotaTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base {}
40
+ export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteServiceQuotaIncreaseRequestFromTemplateRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput;
48
+ output: DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateServiceQuotaTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateServiceQuotaTemplateCommand extends DisassociateServiceQuotaTemplateCommand_base {}
40
+ export declare class DisassociateServiceQuotaTemplateCommand extends DisassociateServiceQuotaTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateServiceQuotaTemplateCommandInput;
48
+ output: DisassociateServiceQuotaTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetAWSDefaultServiceQuotaCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetAWSDefaultServiceQuotaCommand extends GetAWSDefaultServiceQuotaCommand_base {}
40
+ export declare class GetAWSDefaultServiceQuotaCommand extends GetAWSDefaultServiceQuotaCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetAWSDefaultServiceQuotaRequest;
44
+ output: GetAWSDefaultServiceQuotaResponse;
45
+ };
46
+ sdk: {
47
+ input: GetAWSDefaultServiceQuotaCommandInput;
48
+ output: GetAWSDefaultServiceQuotaCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetAssociationForServiceQuotaTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetAssociationForServiceQuotaTemplateCommand extends GetAssociationForServiceQuotaTemplateCommand_base {}
40
+ export declare class GetAssociationForServiceQuotaTemplateCommand extends GetAssociationForServiceQuotaTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: GetAssociationForServiceQuotaTemplateResponse;
45
+ };
46
+ sdk: {
47
+ input: GetAssociationForServiceQuotaTemplateCommandInput;
48
+ output: GetAssociationForServiceQuotaTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetRequestedServiceQuotaChangeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetRequestedServiceQuotaChangeCommand extends GetRequestedServiceQuotaChangeCommand_base {}
40
+ export declare class GetRequestedServiceQuotaChangeCommand extends GetRequestedServiceQuotaChangeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRequestedServiceQuotaChangeRequest;
44
+ output: GetRequestedServiceQuotaChangeResponse;
45
+ };
46
+ sdk: {
47
+ input: GetRequestedServiceQuotaChangeCommandInput;
48
+ output: GetRequestedServiceQuotaChangeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetServiceQuotaCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetServiceQuotaCommand extends GetServiceQuotaCommand_base {}
39
+ export declare class GetServiceQuotaCommand extends GetServiceQuotaCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetServiceQuotaRequest;
43
+ output: GetServiceQuotaResponse;
44
+ };
45
+ sdk: {
46
+ input: GetServiceQuotaCommandInput;
47
+ output: GetServiceQuotaCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetServiceQuotaIncreaseRequestFromTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends GetServiceQuotaIncreaseRequestFromTemplateCommand_base {}
40
+ export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends GetServiceQuotaIncreaseRequestFromTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetServiceQuotaIncreaseRequestFromTemplateRequest;
44
+ output: GetServiceQuotaIncreaseRequestFromTemplateResponse;
45
+ };
46
+ sdk: {
47
+ input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput;
48
+ output: GetServiceQuotaIncreaseRequestFromTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAWSDefaultServiceQuotasCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAWSDefaultServiceQuotasCommand extends ListAWSDefaultServiceQuotasCommand_base {}
40
+ export declare class ListAWSDefaultServiceQuotasCommand extends ListAWSDefaultServiceQuotasCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAWSDefaultServiceQuotasRequest;
44
+ output: ListAWSDefaultServiceQuotasResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAWSDefaultServiceQuotasCommandInput;
48
+ output: ListAWSDefaultServiceQuotasCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base {}
40
+ export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRequestedServiceQuotaChangeHistoryByQuotaRequest;
44
+ output: ListRequestedServiceQuotaChangeHistoryByQuotaResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput;
48
+ output: ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListRequestedServiceQuotaChangeHistoryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRequestedServiceQuotaChangeHistoryCommand extends ListRequestedServiceQuotaChangeHistoryCommand_base {}
40
+ export declare class ListRequestedServiceQuotaChangeHistoryCommand extends ListRequestedServiceQuotaChangeHistoryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRequestedServiceQuotaChangeHistoryRequest;
44
+ output: ListRequestedServiceQuotaChangeHistoryResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRequestedServiceQuotaChangeHistoryCommandInput;
48
+ output: ListRequestedServiceQuotaChangeHistoryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListServiceQuotaIncreaseRequestsInTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListServiceQuotaIncreaseRequestsInTemplateCommand extends ListServiceQuotaIncreaseRequestsInTemplateCommand_base {}
40
+ export declare class ListServiceQuotaIncreaseRequestsInTemplateCommand extends ListServiceQuotaIncreaseRequestsInTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListServiceQuotaIncreaseRequestsInTemplateRequest;
44
+ output: ListServiceQuotaIncreaseRequestsInTemplateResponse;
45
+ };
46
+ sdk: {
47
+ input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput;
48
+ output: ListServiceQuotaIncreaseRequestsInTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListServiceQuotasCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListServiceQuotasCommand extends ListServiceQuotasCommand_base {}
40
+ export declare class ListServiceQuotasCommand extends ListServiceQuotasCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListServiceQuotasRequest;
44
+ output: ListServiceQuotasResponse;
45
+ };
46
+ sdk: {
47
+ input: ListServiceQuotasCommandInput;
48
+ output: ListServiceQuotasCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListServicesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListServicesCommand extends ListServicesCommand_base {}
36
+ export declare class ListServicesCommand extends ListServicesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListServicesRequest;
40
+ output: ListServicesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListServicesCommandInput;
44
+ output: ListServicesCommandOutput;
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
+ }
@@ -37,4 +37,15 @@ declare const PutServiceQuotaIncreaseRequestIntoTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends PutServiceQuotaIncreaseRequestIntoTemplateCommand_base {}
40
+ export declare class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends PutServiceQuotaIncreaseRequestIntoTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutServiceQuotaIncreaseRequestIntoTemplateRequest;
44
+ output: PutServiceQuotaIncreaseRequestIntoTemplateResponse;
45
+ };
46
+ sdk: {
47
+ input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput;
48
+ output: PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const RequestServiceQuotaIncreaseCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RequestServiceQuotaIncreaseCommand extends RequestServiceQuotaIncreaseCommand_base {}
40
+ export declare class RequestServiceQuotaIncreaseCommand extends RequestServiceQuotaIncreaseCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RequestServiceQuotaIncreaseRequest;
44
+ output: RequestServiceQuotaIncreaseResponse;
45
+ };
46
+ sdk: {
47
+ input: RequestServiceQuotaIncreaseCommandInput;
48
+ output: RequestServiceQuotaIncreaseCommandOutput;
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
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-quotas",
3
3
  "description": "AWS SDK for JavaScript Service Quotas 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-quotas",
@@ -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
  },