@aws-sdk/client-proton 3.927.0 → 3.929.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 (111) hide show
  1. package/dist-cjs/index.js +2765 -3968
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ProtonClient.js +2 -0
  4. package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +3 -9
  5. package/dist-es/commands/CancelComponentDeploymentCommand.js +3 -10
  6. package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +3 -10
  7. package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +3 -10
  8. package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +3 -10
  9. package/dist-es/commands/CreateComponentCommand.js +3 -10
  10. package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +3 -9
  11. package/dist-es/commands/CreateEnvironmentCommand.js +3 -10
  12. package/dist-es/commands/CreateEnvironmentTemplateCommand.js +3 -10
  13. package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +3 -10
  14. package/dist-es/commands/CreateRepositoryCommand.js +3 -9
  15. package/dist-es/commands/CreateServiceCommand.js +3 -10
  16. package/dist-es/commands/CreateServiceInstanceCommand.js +3 -10
  17. package/dist-es/commands/CreateServiceSyncConfigCommand.js +3 -9
  18. package/dist-es/commands/CreateServiceTemplateCommand.js +3 -10
  19. package/dist-es/commands/CreateServiceTemplateVersionCommand.js +3 -10
  20. package/dist-es/commands/CreateTemplateSyncConfigCommand.js +3 -9
  21. package/dist-es/commands/DeleteComponentCommand.js +3 -10
  22. package/dist-es/commands/DeleteDeploymentCommand.js +3 -10
  23. package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +3 -9
  24. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -10
  25. package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +3 -10
  26. package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +3 -10
  27. package/dist-es/commands/DeleteRepositoryCommand.js +3 -9
  28. package/dist-es/commands/DeleteServiceCommand.js +3 -10
  29. package/dist-es/commands/DeleteServiceSyncConfigCommand.js +3 -9
  30. package/dist-es/commands/DeleteServiceTemplateCommand.js +3 -10
  31. package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +3 -10
  32. package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +3 -9
  33. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  34. package/dist-es/commands/GetComponentCommand.js +3 -10
  35. package/dist-es/commands/GetDeploymentCommand.js +3 -10
  36. package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +3 -9
  37. package/dist-es/commands/GetEnvironmentCommand.js +3 -10
  38. package/dist-es/commands/GetEnvironmentTemplateCommand.js +3 -10
  39. package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +3 -10
  40. package/dist-es/commands/GetRepositoryCommand.js +3 -9
  41. package/dist-es/commands/GetRepositorySyncStatusCommand.js +3 -9
  42. package/dist-es/commands/GetResourcesSummaryCommand.js +3 -9
  43. package/dist-es/commands/GetServiceCommand.js +3 -10
  44. package/dist-es/commands/GetServiceInstanceCommand.js +3 -10
  45. package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +3 -9
  46. package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +3 -9
  47. package/dist-es/commands/GetServiceSyncConfigCommand.js +3 -9
  48. package/dist-es/commands/GetServiceTemplateCommand.js +3 -10
  49. package/dist-es/commands/GetServiceTemplateVersionCommand.js +3 -10
  50. package/dist-es/commands/GetTemplateSyncConfigCommand.js +3 -9
  51. package/dist-es/commands/GetTemplateSyncStatusCommand.js +3 -9
  52. package/dist-es/commands/ListComponentOutputsCommand.js +3 -10
  53. package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +3 -9
  54. package/dist-es/commands/ListComponentsCommand.js +3 -10
  55. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  56. package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +3 -9
  57. package/dist-es/commands/ListEnvironmentOutputsCommand.js +3 -10
  58. package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +3 -9
  59. package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +3 -10
  60. package/dist-es/commands/ListEnvironmentTemplatesCommand.js +3 -10
  61. package/dist-es/commands/ListEnvironmentsCommand.js +3 -10
  62. package/dist-es/commands/ListRepositoriesCommand.js +3 -9
  63. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +3 -9
  64. package/dist-es/commands/ListServiceInstanceOutputsCommand.js +3 -10
  65. package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +3 -9
  66. package/dist-es/commands/ListServiceInstancesCommand.js +3 -10
  67. package/dist-es/commands/ListServicePipelineOutputsCommand.js +3 -10
  68. package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +3 -9
  69. package/dist-es/commands/ListServiceTemplateVersionsCommand.js +3 -10
  70. package/dist-es/commands/ListServiceTemplatesCommand.js +3 -10
  71. package/dist-es/commands/ListServicesCommand.js +3 -10
  72. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  73. package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +3 -10
  74. package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +3 -9
  75. package/dist-es/commands/TagResourceCommand.js +3 -9
  76. package/dist-es/commands/UntagResourceCommand.js +3 -9
  77. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
  78. package/dist-es/commands/UpdateComponentCommand.js +3 -10
  79. package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +3 -9
  80. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -10
  81. package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +3 -10
  82. package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +3 -10
  83. package/dist-es/commands/UpdateServiceCommand.js +3 -10
  84. package/dist-es/commands/UpdateServiceInstanceCommand.js +3 -10
  85. package/dist-es/commands/UpdateServicePipelineCommand.js +3 -10
  86. package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +3 -9
  87. package/dist-es/commands/UpdateServiceSyncConfigCommand.js +3 -9
  88. package/dist-es/commands/UpdateServiceTemplateCommand.js +3 -10
  89. package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +3 -10
  90. package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +3 -9
  91. package/dist-es/models/models_0.js +0 -446
  92. package/dist-es/runtimeConfig.shared.js +7 -0
  93. package/dist-es/schemas/schemas_0.js +2572 -0
  94. package/dist-types/ProtonClient.d.ts +10 -1
  95. package/dist-types/models/models_0.d.ts +0 -368
  96. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  97. package/dist-types/runtimeConfig.d.ts +1 -0
  98. package/dist-types/runtimeConfig.native.d.ts +1 -0
  99. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  100. package/dist-types/schemas/schemas_0.d.ts +358 -0
  101. package/dist-types/ts3.4/ProtonClient.d.ts +4 -0
  102. package/dist-types/ts3.4/models/models_0.d.ts +0 -266
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  107. package/dist-types/ts3.4/schemas/schemas_0.d.ts +364 -0
  108. package/package.json +5 -6
  109. package/dist-es/protocols/Aws_json1_0.js +0 -2805
  110. package/dist-types/protocols/Aws_json1_0.d.ts +0 -785
  111. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -1049
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput } from "./commands/AcceptEnvironmentAccountConnectionCommand";
11
11
  import { CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput } from "./commands/CancelComponentDeploymentCommand";
@@ -228,6 +228,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
228
228
  * Optional extensions
229
229
  */
230
230
  extensions?: RuntimeExtension[];
231
+ /**
232
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
233
+ * may be overridden. A default will always be set by the client.
234
+ * Available options depend on the service's supported protocols and will not be validated by
235
+ * the client.
236
+ * @alpha
237
+ *
238
+ */
239
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
231
240
  /**
232
241
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
233
242
  */
@@ -6086,371 +6086,3 @@ export interface UntagResourceInput {
6086
6086
  */
6087
6087
  export interface UntagResourceOutput {
6088
6088
  }
6089
- /**
6090
- * @internal
6091
- */
6092
- export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
6093
- /**
6094
- * @internal
6095
- */
6096
- export declare const CancelComponentDeploymentOutputFilterSensitiveLog: (obj: CancelComponentDeploymentOutput) => any;
6097
- /**
6098
- * @internal
6099
- */
6100
- export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
6101
- /**
6102
- * @internal
6103
- */
6104
- export declare const CancelEnvironmentDeploymentOutputFilterSensitiveLog: (obj: CancelEnvironmentDeploymentOutput) => any;
6105
- /**
6106
- * @internal
6107
- */
6108
- export declare const ServiceInstanceFilterSensitiveLog: (obj: ServiceInstance) => any;
6109
- /**
6110
- * @internal
6111
- */
6112
- export declare const CancelServiceInstanceDeploymentOutputFilterSensitiveLog: (obj: CancelServiceInstanceDeploymentOutput) => any;
6113
- /**
6114
- * @internal
6115
- */
6116
- export declare const ServicePipelineFilterSensitiveLog: (obj: ServicePipeline) => any;
6117
- /**
6118
- * @internal
6119
- */
6120
- export declare const CancelServicePipelineDeploymentOutputFilterSensitiveLog: (obj: CancelServicePipelineDeploymentOutput) => any;
6121
- /**
6122
- * @internal
6123
- */
6124
- export declare const OutputFilterSensitiveLog: (obj: Output) => any;
6125
- /**
6126
- * @internal
6127
- */
6128
- export declare const ListComponentOutputsOutputFilterSensitiveLog: (obj: ListComponentOutputsOutput) => any;
6129
- /**
6130
- * @internal
6131
- */
6132
- export declare const CreateComponentInputFilterSensitiveLog: (obj: CreateComponentInput) => any;
6133
- /**
6134
- * @internal
6135
- */
6136
- export declare const CreateComponentOutputFilterSensitiveLog: (obj: CreateComponentOutput) => any;
6137
- /**
6138
- * @internal
6139
- */
6140
- export declare const DeleteComponentOutputFilterSensitiveLog: (obj: DeleteComponentOutput) => any;
6141
- /**
6142
- * @internal
6143
- */
6144
- export declare const GetComponentOutputFilterSensitiveLog: (obj: GetComponentOutput) => any;
6145
- /**
6146
- * @internal
6147
- */
6148
- export declare const ComponentSummaryFilterSensitiveLog: (obj: ComponentSummary) => any;
6149
- /**
6150
- * @internal
6151
- */
6152
- export declare const ListComponentsOutputFilterSensitiveLog: (obj: ListComponentsOutput) => any;
6153
- /**
6154
- * @internal
6155
- */
6156
- export declare const UpdateComponentInputFilterSensitiveLog: (obj: UpdateComponentInput) => any;
6157
- /**
6158
- * @internal
6159
- */
6160
- export declare const UpdateComponentOutputFilterSensitiveLog: (obj: UpdateComponentOutput) => any;
6161
- /**
6162
- * @internal
6163
- */
6164
- export declare const ComponentStateFilterSensitiveLog: (obj: ComponentState) => any;
6165
- /**
6166
- * @internal
6167
- */
6168
- export declare const EnvironmentStateFilterSensitiveLog: (obj: EnvironmentState) => any;
6169
- /**
6170
- * @internal
6171
- */
6172
- export declare const ServiceInstanceStateFilterSensitiveLog: (obj: ServiceInstanceState) => any;
6173
- /**
6174
- * @internal
6175
- */
6176
- export declare const ServicePipelineStateFilterSensitiveLog: (obj: ServicePipelineState) => any;
6177
- /**
6178
- * @internal
6179
- */
6180
- export declare const DeploymentStateFilterSensitiveLog: (obj: DeploymentState) => any;
6181
- /**
6182
- * @internal
6183
- */
6184
- export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
6185
- /**
6186
- * @internal
6187
- */
6188
- export declare const DeleteDeploymentOutputFilterSensitiveLog: (obj: DeleteDeploymentOutput) => any;
6189
- /**
6190
- * @internal
6191
- */
6192
- export declare const GetDeploymentOutputFilterSensitiveLog: (obj: GetDeploymentOutput) => any;
6193
- /**
6194
- * @internal
6195
- */
6196
- export declare const ListEnvironmentOutputsOutputFilterSensitiveLog: (obj: ListEnvironmentOutputsOutput) => any;
6197
- /**
6198
- * @internal
6199
- */
6200
- export declare const CreateEnvironmentInputFilterSensitiveLog: (obj: CreateEnvironmentInput) => any;
6201
- /**
6202
- * @internal
6203
- */
6204
- export declare const CreateEnvironmentOutputFilterSensitiveLog: (obj: CreateEnvironmentOutput) => any;
6205
- /**
6206
- * @internal
6207
- */
6208
- export declare const DeleteEnvironmentOutputFilterSensitiveLog: (obj: DeleteEnvironmentOutput) => any;
6209
- /**
6210
- * @internal
6211
- */
6212
- export declare const GetEnvironmentOutputFilterSensitiveLog: (obj: GetEnvironmentOutput) => any;
6213
- /**
6214
- * @internal
6215
- */
6216
- export declare const EnvironmentSummaryFilterSensitiveLog: (obj: EnvironmentSummary) => any;
6217
- /**
6218
- * @internal
6219
- */
6220
- export declare const ListEnvironmentsOutputFilterSensitiveLog: (obj: ListEnvironmentsOutput) => any;
6221
- /**
6222
- * @internal
6223
- */
6224
- export declare const UpdateEnvironmentInputFilterSensitiveLog: (obj: UpdateEnvironmentInput) => any;
6225
- /**
6226
- * @internal
6227
- */
6228
- export declare const UpdateEnvironmentOutputFilterSensitiveLog: (obj: UpdateEnvironmentOutput) => any;
6229
- /**
6230
- * @internal
6231
- */
6232
- export declare const CreateEnvironmentTemplateInputFilterSensitiveLog: (obj: CreateEnvironmentTemplateInput) => any;
6233
- /**
6234
- * @internal
6235
- */
6236
- export declare const EnvironmentTemplateFilterSensitiveLog: (obj: EnvironmentTemplate) => any;
6237
- /**
6238
- * @internal
6239
- */
6240
- export declare const CreateEnvironmentTemplateOutputFilterSensitiveLog: (obj: CreateEnvironmentTemplateOutput) => any;
6241
- /**
6242
- * @internal
6243
- */
6244
- export declare const DeleteEnvironmentTemplateOutputFilterSensitiveLog: (obj: DeleteEnvironmentTemplateOutput) => any;
6245
- /**
6246
- * @internal
6247
- */
6248
- export declare const GetEnvironmentTemplateOutputFilterSensitiveLog: (obj: GetEnvironmentTemplateOutput) => any;
6249
- /**
6250
- * @internal
6251
- */
6252
- export declare const EnvironmentTemplateSummaryFilterSensitiveLog: (obj: EnvironmentTemplateSummary) => any;
6253
- /**
6254
- * @internal
6255
- */
6256
- export declare const ListEnvironmentTemplatesOutputFilterSensitiveLog: (obj: ListEnvironmentTemplatesOutput) => any;
6257
- /**
6258
- * @internal
6259
- */
6260
- export declare const UpdateEnvironmentTemplateInputFilterSensitiveLog: (obj: UpdateEnvironmentTemplateInput) => any;
6261
- /**
6262
- * @internal
6263
- */
6264
- export declare const UpdateEnvironmentTemplateOutputFilterSensitiveLog: (obj: UpdateEnvironmentTemplateOutput) => any;
6265
- /**
6266
- * @internal
6267
- */
6268
- export declare const CreateEnvironmentTemplateVersionInputFilterSensitiveLog: (obj: CreateEnvironmentTemplateVersionInput) => any;
6269
- /**
6270
- * @internal
6271
- */
6272
- export declare const EnvironmentTemplateVersionFilterSensitiveLog: (obj: EnvironmentTemplateVersion) => any;
6273
- /**
6274
- * @internal
6275
- */
6276
- export declare const CreateEnvironmentTemplateVersionOutputFilterSensitiveLog: (obj: CreateEnvironmentTemplateVersionOutput) => any;
6277
- /**
6278
- * @internal
6279
- */
6280
- export declare const DeleteEnvironmentTemplateVersionOutputFilterSensitiveLog: (obj: DeleteEnvironmentTemplateVersionOutput) => any;
6281
- /**
6282
- * @internal
6283
- */
6284
- export declare const GetEnvironmentTemplateVersionOutputFilterSensitiveLog: (obj: GetEnvironmentTemplateVersionOutput) => any;
6285
- /**
6286
- * @internal
6287
- */
6288
- export declare const EnvironmentTemplateVersionSummaryFilterSensitiveLog: (obj: EnvironmentTemplateVersionSummary) => any;
6289
- /**
6290
- * @internal
6291
- */
6292
- export declare const ListEnvironmentTemplateVersionsOutputFilterSensitiveLog: (obj: ListEnvironmentTemplateVersionsOutput) => any;
6293
- /**
6294
- * @internal
6295
- */
6296
- export declare const UpdateEnvironmentTemplateVersionInputFilterSensitiveLog: (obj: UpdateEnvironmentTemplateVersionInput) => any;
6297
- /**
6298
- * @internal
6299
- */
6300
- export declare const UpdateEnvironmentTemplateVersionOutputFilterSensitiveLog: (obj: UpdateEnvironmentTemplateVersionOutput) => any;
6301
- /**
6302
- * @internal
6303
- */
6304
- export declare const NotifyResourceDeploymentStatusChangeInputFilterSensitiveLog: (obj: NotifyResourceDeploymentStatusChangeInput) => any;
6305
- /**
6306
- * @internal
6307
- */
6308
- export declare const ListServiceInstanceOutputsOutputFilterSensitiveLog: (obj: ListServiceInstanceOutputsOutput) => any;
6309
- /**
6310
- * @internal
6311
- */
6312
- export declare const CreateServiceInstanceInputFilterSensitiveLog: (obj: CreateServiceInstanceInput) => any;
6313
- /**
6314
- * @internal
6315
- */
6316
- export declare const CreateServiceInstanceOutputFilterSensitiveLog: (obj: CreateServiceInstanceOutput) => any;
6317
- /**
6318
- * @internal
6319
- */
6320
- export declare const GetServiceInstanceOutputFilterSensitiveLog: (obj: GetServiceInstanceOutput) => any;
6321
- /**
6322
- * @internal
6323
- */
6324
- export declare const ServiceInstanceSummaryFilterSensitiveLog: (obj: ServiceInstanceSummary) => any;
6325
- /**
6326
- * @internal
6327
- */
6328
- export declare const ListServiceInstancesOutputFilterSensitiveLog: (obj: ListServiceInstancesOutput) => any;
6329
- /**
6330
- * @internal
6331
- */
6332
- export declare const UpdateServiceInstanceInputFilterSensitiveLog: (obj: UpdateServiceInstanceInput) => any;
6333
- /**
6334
- * @internal
6335
- */
6336
- export declare const UpdateServiceInstanceOutputFilterSensitiveLog: (obj: UpdateServiceInstanceOutput) => any;
6337
- /**
6338
- * @internal
6339
- */
6340
- export declare const ListServicePipelineOutputsOutputFilterSensitiveLog: (obj: ListServicePipelineOutputsOutput) => any;
6341
- /**
6342
- * @internal
6343
- */
6344
- export declare const UpdateServicePipelineInputFilterSensitiveLog: (obj: UpdateServicePipelineInput) => any;
6345
- /**
6346
- * @internal
6347
- */
6348
- export declare const UpdateServicePipelineOutputFilterSensitiveLog: (obj: UpdateServicePipelineOutput) => any;
6349
- /**
6350
- * @internal
6351
- */
6352
- export declare const CreateServiceInputFilterSensitiveLog: (obj: CreateServiceInput) => any;
6353
- /**
6354
- * @internal
6355
- */
6356
- export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
6357
- /**
6358
- * @internal
6359
- */
6360
- export declare const CreateServiceOutputFilterSensitiveLog: (obj: CreateServiceOutput) => any;
6361
- /**
6362
- * @internal
6363
- */
6364
- export declare const DeleteServiceOutputFilterSensitiveLog: (obj: DeleteServiceOutput) => any;
6365
- /**
6366
- * @internal
6367
- */
6368
- export declare const GetServiceOutputFilterSensitiveLog: (obj: GetServiceOutput) => any;
6369
- /**
6370
- * @internal
6371
- */
6372
- export declare const ServiceSummaryFilterSensitiveLog: (obj: ServiceSummary) => any;
6373
- /**
6374
- * @internal
6375
- */
6376
- export declare const ListServicesOutputFilterSensitiveLog: (obj: ListServicesOutput) => any;
6377
- /**
6378
- * @internal
6379
- */
6380
- export declare const UpdateServiceInputFilterSensitiveLog: (obj: UpdateServiceInput) => any;
6381
- /**
6382
- * @internal
6383
- */
6384
- export declare const UpdateServiceOutputFilterSensitiveLog: (obj: UpdateServiceOutput) => any;
6385
- /**
6386
- * @internal
6387
- */
6388
- export declare const CreateServiceTemplateInputFilterSensitiveLog: (obj: CreateServiceTemplateInput) => any;
6389
- /**
6390
- * @internal
6391
- */
6392
- export declare const ServiceTemplateFilterSensitiveLog: (obj: ServiceTemplate) => any;
6393
- /**
6394
- * @internal
6395
- */
6396
- export declare const CreateServiceTemplateOutputFilterSensitiveLog: (obj: CreateServiceTemplateOutput) => any;
6397
- /**
6398
- * @internal
6399
- */
6400
- export declare const DeleteServiceTemplateOutputFilterSensitiveLog: (obj: DeleteServiceTemplateOutput) => any;
6401
- /**
6402
- * @internal
6403
- */
6404
- export declare const GetServiceTemplateOutputFilterSensitiveLog: (obj: GetServiceTemplateOutput) => any;
6405
- /**
6406
- * @internal
6407
- */
6408
- export declare const ServiceTemplateSummaryFilterSensitiveLog: (obj: ServiceTemplateSummary) => any;
6409
- /**
6410
- * @internal
6411
- */
6412
- export declare const ListServiceTemplatesOutputFilterSensitiveLog: (obj: ListServiceTemplatesOutput) => any;
6413
- /**
6414
- * @internal
6415
- */
6416
- export declare const UpdateServiceTemplateInputFilterSensitiveLog: (obj: UpdateServiceTemplateInput) => any;
6417
- /**
6418
- * @internal
6419
- */
6420
- export declare const UpdateServiceTemplateOutputFilterSensitiveLog: (obj: UpdateServiceTemplateOutput) => any;
6421
- /**
6422
- * @internal
6423
- */
6424
- export declare const CreateServiceTemplateVersionInputFilterSensitiveLog: (obj: CreateServiceTemplateVersionInput) => any;
6425
- /**
6426
- * @internal
6427
- */
6428
- export declare const ServiceTemplateVersionFilterSensitiveLog: (obj: ServiceTemplateVersion) => any;
6429
- /**
6430
- * @internal
6431
- */
6432
- export declare const CreateServiceTemplateVersionOutputFilterSensitiveLog: (obj: CreateServiceTemplateVersionOutput) => any;
6433
- /**
6434
- * @internal
6435
- */
6436
- export declare const DeleteServiceTemplateVersionOutputFilterSensitiveLog: (obj: DeleteServiceTemplateVersionOutput) => any;
6437
- /**
6438
- * @internal
6439
- */
6440
- export declare const GetServiceTemplateVersionOutputFilterSensitiveLog: (obj: GetServiceTemplateVersionOutput) => any;
6441
- /**
6442
- * @internal
6443
- */
6444
- export declare const ServiceTemplateVersionSummaryFilterSensitiveLog: (obj: ServiceTemplateVersionSummary) => any;
6445
- /**
6446
- * @internal
6447
- */
6448
- export declare const ListServiceTemplateVersionsOutputFilterSensitiveLog: (obj: ListServiceTemplateVersionsOutput) => any;
6449
- /**
6450
- * @internal
6451
- */
6452
- export declare const UpdateServiceTemplateVersionInputFilterSensitiveLog: (obj: UpdateServiceTemplateVersionInput) => any;
6453
- /**
6454
- * @internal
6455
- */
6456
- export declare const UpdateServiceTemplateVersionOutputFilterSensitiveLog: (obj: UpdateServiceTemplateVersionOutput) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ProtonHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;