@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
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const s = "required", t = "fn", u = "argv", v = "ref";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
5
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "string" }, i = { [s]: true, "default": false, "type": "boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
6
6
  const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://proton-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://proton-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://proton.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://proton.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
7
7
  exports.ruleSet = _data;