Version not found. Please check the version and try again.

@aws-sdk/client-migration-hub-refactor-spaces 3.170.0 → 3.171.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 (34) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/MigrationHubRefactorSpaces.d.ts +0 -24
  3. package/dist-types/ts3.4/MigrationHubRefactorSpacesClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListEnvironmentVpcsCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/models/MigrationHubRefactorSpacesServiceException.d.ts +0 -1
  29. package/dist-types/ts3.4/models/models_0.d.ts +0 -381
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  34. package/package.json +26 -26
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class MigrationHubRefactorSpacesServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }