@aws-sdk/client-proton 3.901.0 → 3.906.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 (91) hide show
  1. package/dist-cjs/endpoint/ruleset.js +1 -1
  2. package/dist-cjs/index.js +5702 -5972
  3. package/dist-es/endpoint/ruleset.js +1 -1
  4. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +2 -0
  5. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +2 -0
  6. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +2 -0
  7. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +2 -0
  8. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +2 -0
  9. package/dist-types/commands/CreateComponentCommand.d.ts +2 -0
  10. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +2 -0
  11. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
  12. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +2 -0
  13. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +2 -0
  14. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -0
  15. package/dist-types/commands/CreateServiceCommand.d.ts +2 -0
  16. package/dist-types/commands/CreateServiceInstanceCommand.d.ts +2 -0
  17. package/dist-types/commands/CreateServiceSyncConfigCommand.d.ts +2 -0
  18. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +2 -0
  19. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +2 -0
  20. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +2 -0
  21. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -0
  22. package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -0
  23. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +2 -0
  24. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -0
  25. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +2 -0
  26. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +2 -0
  27. package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -0
  28. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -0
  29. package/dist-types/commands/DeleteServiceSyncConfigCommand.d.ts +2 -0
  30. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +2 -0
  31. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +2 -0
  32. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +2 -0
  33. package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -0
  34. package/dist-types/commands/GetComponentCommand.d.ts +2 -0
  35. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -0
  36. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +2 -0
  37. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -0
  38. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +2 -0
  39. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +2 -0
  40. package/dist-types/commands/GetRepositoryCommand.d.ts +2 -0
  41. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +2 -0
  42. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +2 -0
  43. package/dist-types/commands/GetServiceCommand.d.ts +2 -0
  44. package/dist-types/commands/GetServiceInstanceCommand.d.ts +2 -0
  45. package/dist-types/commands/GetServiceInstanceSyncStatusCommand.d.ts +2 -0
  46. package/dist-types/commands/GetServiceSyncBlockerSummaryCommand.d.ts +2 -0
  47. package/dist-types/commands/GetServiceSyncConfigCommand.d.ts +2 -0
  48. package/dist-types/commands/GetServiceTemplateCommand.d.ts +2 -0
  49. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +2 -0
  50. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +2 -0
  51. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +2 -0
  52. package/dist-types/commands/ListComponentOutputsCommand.d.ts +2 -0
  53. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +2 -0
  54. package/dist-types/commands/ListComponentsCommand.d.ts +2 -0
  55. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -0
  56. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +2 -0
  57. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +2 -0
  58. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +2 -0
  59. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +2 -0
  60. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +2 -0
  61. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -0
  62. package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -0
  63. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +2 -0
  64. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +2 -0
  65. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +2 -0
  66. package/dist-types/commands/ListServiceInstancesCommand.d.ts +2 -0
  67. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +2 -0
  68. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +2 -0
  69. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +2 -0
  70. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +2 -0
  71. package/dist-types/commands/ListServicesCommand.d.ts +2 -0
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  73. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +2 -0
  74. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +2 -0
  75. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  76. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  77. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -0
  78. package/dist-types/commands/UpdateComponentCommand.d.ts +2 -0
  79. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +2 -0
  80. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -0
  81. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +2 -0
  82. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +2 -0
  83. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
  84. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +2 -0
  85. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +2 -0
  86. package/dist-types/commands/UpdateServiceSyncBlockerCommand.d.ts +2 -0
  87. package/dist-types/commands/UpdateServiceSyncConfigCommand.d.ts +2 -0
  88. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +2 -0
  89. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +2 -0
  90. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +2 -0
  91. package/package.json +5 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.