@aws-sdk/client-codebuild 3.803.0 → 3.806.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 (101) hide show
  1. package/dist-cjs/runtimeConfig.js +6 -6
  2. package/dist-es/runtimeConfig.js +6 -6
  3. package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +1 -1
  4. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +1 -1
  5. package/dist-types/commands/BatchGetBuildsCommand.d.ts +1 -1
  6. package/dist-types/commands/BatchGetCommandExecutionsCommand.d.ts +1 -1
  7. package/dist-types/commands/BatchGetFleetsCommand.d.ts +1 -1
  8. package/dist-types/commands/BatchGetProjectsCommand.d.ts +1 -1
  9. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +1 -1
  10. package/dist-types/commands/BatchGetReportsCommand.d.ts +1 -1
  11. package/dist-types/commands/BatchGetSandboxesCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateReportGroupCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateWebhookCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteBuildBatchCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteReportCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteReportGroupCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteWebhookCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeTestCasesCommand.d.ts +1 -1
  26. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +1 -1
  27. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  28. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +1 -1
  29. package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +1 -1
  30. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +1 -1
  31. package/dist-types/commands/ListCommandExecutionsForSandboxCommand.d.ts +1 -1
  32. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +1 -1
  33. package/dist-types/commands/ListSandboxesForProjectCommand.d.ts +1 -1
  34. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  35. package/dist-types/commands/StartBuildBatchCommand.d.ts +1 -1
  36. package/dist-types/commands/StartBuildCommand.d.ts +1 -1
  37. package/dist-types/commands/StartCommandExecutionCommand.d.ts +1 -1
  38. package/dist-types/commands/StartSandboxConnectionCommand.d.ts +1 -1
  39. package/dist-types/commands/StopBuildBatchCommand.d.ts +1 -1
  40. package/dist-types/commands/StopBuildCommand.d.ts +1 -1
  41. package/dist-types/commands/StopSandboxCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateFleetCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateReportGroupCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateWebhookCommand.d.ts +1 -1
  47. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  48. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  49. package/dist-types/runtimeConfig.d.ts +16 -16
  50. package/dist-types/runtimeConfig.native.d.ts +18 -18
  51. package/dist-types/runtimeConfig.shared.d.ts +7 -3
  52. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/BatchGetCommandExecutionsCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/BatchGetSandboxesCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListCommandExecutionsForSandboxCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListSandboxesForProjectCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/StartCommandExecutionCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/StartSandboxConnectionCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/StopSandboxCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  97. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  98. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  99. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  100. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  101. package/package.json +22 -22
@@ -23,20 +23,20 @@ const getRuntimeConfig = (config) => {
23
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
25
25
  (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
26
- const profileConfig = { profile: config?.profile };
26
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
27
27
  return {
28
28
  ...clientSharedValues,
29
29
  ...config,
30
30
  runtime: "node",
31
31
  defaultsMode,
32
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
32
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
33
33
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
34
34
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
35
35
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
36
36
  (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
37
37
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
38
38
  region: config?.region ??
39
- (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
39
+ (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
40
40
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
41
41
  retryMode: config?.retryMode ??
42
42
  (0, node_config_provider_1.loadConfig)({
@@ -45,9 +45,9 @@ const getRuntimeConfig = (config) => {
45
45
  }, config),
46
46
  sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
47
47
  streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
48
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
49
- useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
50
- userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
48
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
49
+ useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
50
+ userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
51
51
  };
52
52
  };
53
53
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -19,20 +19,20 @@ export const getRuntimeConfig = (config) => {
19
19
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
20
20
  const clientSharedValues = getSharedRuntimeConfig(config);
21
21
  awsCheckVersion(process.version);
22
- const profileConfig = { profile: config?.profile };
22
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
23
23
  return {
24
24
  ...clientSharedValues,
25
25
  ...config,
26
26
  runtime: "node",
27
27
  defaultsMode,
28
- authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
28
+ authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
29
29
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
30
30
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
31
31
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
32
32
  createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
33
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
34
34
  region: config?.region ??
35
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
35
+ loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
36
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
37
37
  retryMode: config?.retryMode ??
38
38
  loadNodeConfig({
@@ -41,8 +41,8 @@ export const getRuntimeConfig = (config) => {
41
41
  }, config),
42
42
  sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
43
43
  streamCollector: config?.streamCollector ?? streamCollector,
44
- useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
45
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
46
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
44
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
45
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
46
+ userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
47
47
  };
48
48
  };
@@ -23,7 +23,7 @@ export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput,
23
23
  }
24
24
  declare const BatchDeleteBuildsCommand_base: {
25
25
  new (input: BatchDeleteBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchDeleteBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchDeleteBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesO
23
23
  }
24
24
  declare const BatchGetBuildBatchesCommand_base: {
25
25
  new (input: BatchGetBuildBatchesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchGetBuildBatchesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetBuildBatchesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __Met
23
23
  }
24
24
  declare const BatchGetBuildsCommand_base: {
25
25
  new (input: BatchGetBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchGetBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchGetCommandExecutionsCommandOutput extends BatchGetCommandE
23
23
  }
24
24
  declare const BatchGetCommandExecutionsCommand_base: {
25
25
  new (input: BatchGetCommandExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetCommandExecutionsCommandInput, BatchGetCommandExecutionsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchGetCommandExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetCommandExecutionsCommandInput, BatchGetCommandExecutionsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetCommandExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetCommandExecutionsCommandInput, BatchGetCommandExecutionsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchGetFleetsCommandOutput extends BatchGetFleetsOutput, __Met
23
23
  }
24
24
  declare const BatchGetFleetsCommand_base: {
25
25
  new (input: BatchGetFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetFleetsCommandInput, BatchGetFleetsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchGetFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetFleetsCommandInput, BatchGetFleetsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetFleetsCommandInput, BatchGetFleetsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, _
23
23
  }
24
24
  declare const BatchGetProjectsCommand_base: {
25
25
  new (input: BatchGetProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchGetProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsO
23
23
  }
24
24
  declare const BatchGetReportGroupsCommand_base: {
25
25
  new (input: BatchGetReportGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchGetReportGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetReportGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __M
23
23
  }
24
24
  declare const BatchGetReportsCommand_base: {
25
25
  new (input: BatchGetReportsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchGetReportsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetReportsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchGetSandboxesCommandOutput extends BatchGetSandboxesOutput,
23
23
  }
24
24
  declare const BatchGetSandboxesCommand_base: {
25
25
  new (input: BatchGetSandboxesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetSandboxesCommandInput, BatchGetSandboxesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchGetSandboxesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetSandboxesCommandInput, BatchGetSandboxesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetSandboxesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetSandboxesCommandInput, BatchGetSandboxesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataB
23
23
  }
24
24
  declare const CreateFleetCommand_base: {
25
25
  new (input: CreateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateProjectCommandOutput extends CreateProjectOutput, __Metad
23
23
  }
24
24
  declare const CreateProjectCommand_base: {
25
25
  new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput,
23
23
  }
24
24
  declare const CreateReportGroupCommand_base: {
25
25
  new (input: CreateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __Metad
23
23
  }
24
24
  declare const CreateWebhookCommand_base: {
25
25
  new (input: CreateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, _
23
23
  }
24
24
  declare const DeleteBuildBatchCommand_base: {
25
25
  new (input: DeleteBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteFleetCommandOutput extends DeleteFleetOutput, __MetadataB
23
23
  }
24
24
  declare const DeleteFleetCommand_base: {
25
25
  new (input: DeleteFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __Metad
23
23
  }
24
24
  declare const DeleteProjectCommand_base: {
25
25
  new (input: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteReportCommandOutput extends DeleteReportOutput, __Metadat
23
23
  }
24
24
  declare const DeleteReportCommand_base: {
25
25
  new (input: DeleteReportCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteReportCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteReportCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteReportGroupCommandOutput extends DeleteReportGroupOutput,
23
23
  }
24
24
  declare const DeleteReportGroupCommand_base: {
25
25
  new (input: DeleteReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyO
23
23
  }
24
24
  declare const DeleteResourcePolicyCommand_base: {
25
25
  new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteSourceCredentialsCommandOutput extends DeleteSourceCreden
23
23
  }
24
24
  declare const DeleteSourceCredentialsCommand_base: {
25
25
  new (input: DeleteSourceCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteSourceCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSourceCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __Metad
23
23
  }
24
24
  declare const DeleteWebhookCommand_base: {
25
25
  new (input: DeleteWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeCodeCoveragesCommandOutput extends DescribeCodeCoverage
23
23
  }
24
24
  declare const DescribeCodeCoveragesCommand_base: {
25
25
  new (input: DescribeCodeCoveragesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeCodeCoveragesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeCodeCoveragesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeTestCasesCommandOutput extends DescribeTestCasesOutput,
23
23
  }
24
24
  declare const DescribeTestCasesCommand_base: {
25
25
  new (input: DescribeTestCasesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeTestCasesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeTestCasesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetReportGroupTrendCommandOutput extends GetReportGroupTrendOut
23
23
  }
24
24
  declare const GetReportGroupTrendCommand_base: {
25
25
  new (input: GetReportGroupTrendCommandInput): import("@smithy/smithy-client").CommandImpl<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetReportGroupTrendCommandInput): import("@smithy/smithy-client").CommandImpl<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetReportGroupTrendCommandInput): import("@smithy/smithy-client").CommandImpl<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput,
23
23
  }
24
24
  declare const GetResourcePolicyCommand_base: {
25
25
  new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ImportSourceCredentialsCommandOutput extends ImportSourceCreden
23
23
  }
24
24
  declare const ImportSourceCredentialsCommand_base: {
25
25
  new (input: ImportSourceCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ImportSourceCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportSourceCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface InvalidateProjectCacheCommandOutput extends InvalidateProjectCa
23
23
  }
24
24
  declare const InvalidateProjectCacheCommand_base: {
25
25
  new (input: InvalidateProjectCacheCommandInput): import("@smithy/smithy-client").CommandImpl<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: InvalidateProjectCacheCommandInput): import("@smithy/smithy-client").CommandImpl<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: InvalidateProjectCacheCommandInput): import("@smithy/smithy-client").CommandImpl<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListBuildsForProjectCommandOutput extends ListBuildsForProjectO
23
23
  }
24
24
  declare const ListBuildsForProjectCommand_base: {
25
25
  new (input: ListBuildsForProjectCommandInput): import("@smithy/smithy-client").CommandImpl<ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListBuildsForProjectCommandInput): import("@smithy/smithy-client").CommandImpl<ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListBuildsForProjectCommandInput): import("@smithy/smithy-client").CommandImpl<ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListCommandExecutionsForSandboxCommandOutput extends ListComman
23
23
  }
24
24
  declare const ListCommandExecutionsForSandboxCommand_base: {
25
25
  new (input: ListCommandExecutionsForSandboxCommandInput): import("@smithy/smithy-client").CommandImpl<ListCommandExecutionsForSandboxCommandInput, ListCommandExecutionsForSandboxCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListCommandExecutionsForSandboxCommandInput): import("@smithy/smithy-client").CommandImpl<ListCommandExecutionsForSandboxCommandInput, ListCommandExecutionsForSandboxCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListCommandExecutionsForSandboxCommandInput): import("@smithy/smithy-client").CommandImpl<ListCommandExecutionsForSandboxCommandInput, ListCommandExecutionsForSandboxCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListReportsForReportGroupCommandOutput extends ListReportsForRe
23
23
  }
24
24
  declare const ListReportsForReportGroupCommand_base: {
25
25
  new (input: ListReportsForReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListReportsForReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListReportsForReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListSandboxesForProjectCommandOutput extends ListSandboxesForPr
23
23
  }
24
24
  declare const ListSandboxesForProjectCommand_base: {
25
25
  new (input: ListSandboxesForProjectCommandInput): import("@smithy/smithy-client").CommandImpl<ListSandboxesForProjectCommandInput, ListSandboxesForProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListSandboxesForProjectCommandInput): import("@smithy/smithy-client").CommandImpl<ListSandboxesForProjectCommandInput, ListSandboxesForProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSandboxesForProjectCommandInput): import("@smithy/smithy-client").CommandImpl<ListSandboxesForProjectCommandInput, ListSandboxesForProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput,
23
23
  }
24
24
  declare const PutResourcePolicyCommand_base: {
25
25
  new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartBuildBatchCommandOutput extends StartBuildBatchOutput, __M
23
23
  }
24
24
  declare const StartBuildBatchCommand_base: {
25
25
  new (input: StartBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<StartBuildBatchCommandInput, StartBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<StartBuildBatchCommandInput, StartBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<StartBuildBatchCommandInput, StartBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartBuildCommandOutput extends StartBuildOutput, __MetadataBea
23
23
  }
24
24
  declare const StartBuildCommand_base: {
25
25
  new (input: StartBuildCommandInput): import("@smithy/smithy-client").CommandImpl<StartBuildCommandInput, StartBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartBuildCommandInput): import("@smithy/smithy-client").CommandImpl<StartBuildCommandInput, StartBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartBuildCommandInput): import("@smithy/smithy-client").CommandImpl<StartBuildCommandInput, StartBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartCommandExecutionCommandOutput extends StartCommandExecutio
23
23
  }
24
24
  declare const StartCommandExecutionCommand_base: {
25
25
  new (input: StartCommandExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartCommandExecutionCommandInput, StartCommandExecutionCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartCommandExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartCommandExecutionCommandInput, StartCommandExecutionCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartCommandExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartCommandExecutionCommandInput, StartCommandExecutionCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartSandboxConnectionCommandOutput extends StartSandboxConnect
23
23
  }
24
24
  declare const StartSandboxConnectionCommand_base: {
25
25
  new (input: StartSandboxConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<StartSandboxConnectionCommandInput, StartSandboxConnectionCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartSandboxConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<StartSandboxConnectionCommandInput, StartSandboxConnectionCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartSandboxConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<StartSandboxConnectionCommandInput, StartSandboxConnectionCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StopBuildBatchCommandOutput extends StopBuildBatchOutput, __Met
23
23
  }
24
24
  declare const StopBuildBatchCommand_base: {
25
25
  new (input: StopBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<StopBuildBatchCommandInput, StopBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StopBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<StopBuildBatchCommandInput, StopBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<StopBuildBatchCommandInput, StopBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StopBuildCommandOutput extends StopBuildOutput, __MetadataBeare
23
23
  }
24
24
  declare const StopBuildCommand_base: {
25
25
  new (input: StopBuildCommandInput): import("@smithy/smithy-client").CommandImpl<StopBuildCommandInput, StopBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StopBuildCommandInput): import("@smithy/smithy-client").CommandImpl<StopBuildCommandInput, StopBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopBuildCommandInput): import("@smithy/smithy-client").CommandImpl<StopBuildCommandInput, StopBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StopSandboxCommandOutput extends StopSandboxOutput, __MetadataB
23
23
  }
24
24
  declare const StopSandboxCommand_base: {
25
25
  new (input: StopSandboxCommandInput): import("@smithy/smithy-client").CommandImpl<StopSandboxCommandInput, StopSandboxCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StopSandboxCommandInput): import("@smithy/smithy-client").CommandImpl<StopSandboxCommandInput, StopSandboxCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopSandboxCommandInput): import("@smithy/smithy-client").CommandImpl<StopSandboxCommandInput, StopSandboxCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateFleetCommandOutput extends UpdateFleetOutput, __MetadataB
23
23
  }
24
24
  declare const UpdateFleetCommand_base: {
25
25
  new (input: UpdateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFleetCommandInput, UpdateFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFleetCommandInput, UpdateFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFleetCommandInput, UpdateFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
23
23
  }
24
24
  declare const UpdateProjectCommand_base: {
25
25
  new (input: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateProjectVisibilityCommandOutput extends UpdateProjectVisib
23
23
  }
24
24
  declare const UpdateProjectVisibilityCommand_base: {
25
25
  new (input: UpdateProjectVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateProjectVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateProjectVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput,
23
23
  }
24
24
  declare const UpdateReportGroupCommand_base: {
25
25
  new (input: UpdateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __Metad
23
23
  }
24
24
  declare const UpdateWebhookCommand_base: {
25
25
  new (input: UpdateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -11,9 +11,7 @@ export interface ClientInputEndpointParameters {
11
11
  export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
12
12
  defaultSigningName: string;
13
13
  };
14
- export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
- defaultSigningName: string;
16
- };
14
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
17
15
  export declare const commonParams: {
18
16
  readonly UseFIPS: {
19
17
  readonly type: "builtInParams";