@aws-sdk/client-service-catalog 3.315.0 → 3.319.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.
- package/dist-cjs/ServiceCatalog.js +94 -1260
- package/dist-cjs/protocols/Aws_json1_1.js +17 -17
- package/dist-es/ServiceCatalog.js +94 -1260
- package/dist-es/protocols/Aws_json1_1.js +17 -17
- package/dist-types/ServiceCatalog.d.ts +103 -466
- package/dist-types/ts3.4/ServiceCatalog.d.ts +4 -1
- package/package.json +8 -8
|
@@ -4048,7 +4048,7 @@ const se_CopyProductInput = (input, context) => {
|
|
|
4048
4048
|
return (0, smithy_client_1.take)(input, {
|
|
4049
4049
|
AcceptLanguage: [],
|
|
4050
4050
|
CopyOptions: smithy_client_1._json,
|
|
4051
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4051
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4052
4052
|
SourceProductArn: [],
|
|
4053
4053
|
SourceProvisioningArtifactIdentifiers: smithy_client_1._json,
|
|
4054
4054
|
TargetProductId: [],
|
|
@@ -4059,7 +4059,7 @@ const se_CreateConstraintInput = (input, context) => {
|
|
|
4059
4059
|
return (0, smithy_client_1.take)(input, {
|
|
4060
4060
|
AcceptLanguage: [],
|
|
4061
4061
|
Description: [],
|
|
4062
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4062
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4063
4063
|
Parameters: [],
|
|
4064
4064
|
PortfolioId: [],
|
|
4065
4065
|
ProductId: [],
|
|
@@ -4071,7 +4071,7 @@ const se_CreatePortfolioInput = (input, context) => {
|
|
|
4071
4071
|
AcceptLanguage: [],
|
|
4072
4072
|
Description: [],
|
|
4073
4073
|
DisplayName: [],
|
|
4074
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4074
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4075
4075
|
ProviderName: [],
|
|
4076
4076
|
Tags: smithy_client_1._json,
|
|
4077
4077
|
});
|
|
@@ -4081,7 +4081,7 @@ const se_CreateProductInput = (input, context) => {
|
|
|
4081
4081
|
AcceptLanguage: [],
|
|
4082
4082
|
Description: [],
|
|
4083
4083
|
Distributor: [],
|
|
4084
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4084
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4085
4085
|
Name: [],
|
|
4086
4086
|
Owner: [],
|
|
4087
4087
|
ProductType: [],
|
|
@@ -4096,7 +4096,7 @@ const se_CreateProductInput = (input, context) => {
|
|
|
4096
4096
|
const se_CreateProvisionedProductPlanInput = (input, context) => {
|
|
4097
4097
|
return (0, smithy_client_1.take)(input, {
|
|
4098
4098
|
AcceptLanguage: [],
|
|
4099
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4099
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4100
4100
|
NotificationArns: smithy_client_1._json,
|
|
4101
4101
|
PathId: [],
|
|
4102
4102
|
PlanName: [],
|
|
@@ -4111,7 +4111,7 @@ const se_CreateProvisionedProductPlanInput = (input, context) => {
|
|
|
4111
4111
|
const se_CreateProvisioningArtifactInput = (input, context) => {
|
|
4112
4112
|
return (0, smithy_client_1.take)(input, {
|
|
4113
4113
|
AcceptLanguage: [],
|
|
4114
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4114
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4115
4115
|
Parameters: smithy_client_1._json,
|
|
4116
4116
|
ProductId: [],
|
|
4117
4117
|
});
|
|
@@ -4122,21 +4122,21 @@ const se_CreateServiceActionInput = (input, context) => {
|
|
|
4122
4122
|
Definition: smithy_client_1._json,
|
|
4123
4123
|
DefinitionType: [],
|
|
4124
4124
|
Description: [],
|
|
4125
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4125
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4126
4126
|
Name: [],
|
|
4127
4127
|
});
|
|
4128
4128
|
};
|
|
4129
4129
|
const se_ExecuteProvisionedProductPlanInput = (input, context) => {
|
|
4130
4130
|
return (0, smithy_client_1.take)(input, {
|
|
4131
4131
|
AcceptLanguage: [],
|
|
4132
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4132
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4133
4133
|
PlanId: [],
|
|
4134
4134
|
});
|
|
4135
4135
|
};
|
|
4136
4136
|
const se_ExecuteProvisionedProductServiceActionInput = (input, context) => {
|
|
4137
4137
|
return (0, smithy_client_1.take)(input, {
|
|
4138
4138
|
AcceptLanguage: [],
|
|
4139
|
-
ExecuteToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4139
|
+
ExecuteToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4140
4140
|
Parameters: smithy_client_1._json,
|
|
4141
4141
|
ProvisionedProductId: [],
|
|
4142
4142
|
ServiceActionId: [],
|
|
@@ -4145,7 +4145,7 @@ const se_ExecuteProvisionedProductServiceActionInput = (input, context) => {
|
|
|
4145
4145
|
const se_ImportAsProvisionedProductInput = (input, context) => {
|
|
4146
4146
|
return (0, smithy_client_1.take)(input, {
|
|
4147
4147
|
AcceptLanguage: [],
|
|
4148
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4148
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4149
4149
|
PhysicalId: [],
|
|
4150
4150
|
ProductId: [],
|
|
4151
4151
|
ProvisionedProductName: [],
|
|
@@ -4155,7 +4155,7 @@ const se_ImportAsProvisionedProductInput = (input, context) => {
|
|
|
4155
4155
|
const se_NotifyProvisionProductEngineWorkflowResultInput = (input, context) => {
|
|
4156
4156
|
return (0, smithy_client_1.take)(input, {
|
|
4157
4157
|
FailureReason: [],
|
|
4158
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4158
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4159
4159
|
Outputs: smithy_client_1._json,
|
|
4160
4160
|
RecordId: [],
|
|
4161
4161
|
ResourceIdentifier: smithy_client_1._json,
|
|
@@ -4166,7 +4166,7 @@ const se_NotifyProvisionProductEngineWorkflowResultInput = (input, context) => {
|
|
|
4166
4166
|
const se_NotifyTerminateProvisionedProductEngineWorkflowResultInput = (input, context) => {
|
|
4167
4167
|
return (0, smithy_client_1.take)(input, {
|
|
4168
4168
|
FailureReason: [],
|
|
4169
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4169
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4170
4170
|
RecordId: [],
|
|
4171
4171
|
Status: [],
|
|
4172
4172
|
WorkflowToken: [],
|
|
@@ -4175,7 +4175,7 @@ const se_NotifyTerminateProvisionedProductEngineWorkflowResultInput = (input, co
|
|
|
4175
4175
|
const se_NotifyUpdateProvisionedProductEngineWorkflowResultInput = (input, context) => {
|
|
4176
4176
|
return (0, smithy_client_1.take)(input, {
|
|
4177
4177
|
FailureReason: [],
|
|
4178
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4178
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4179
4179
|
Outputs: smithy_client_1._json,
|
|
4180
4180
|
RecordId: [],
|
|
4181
4181
|
Status: [],
|
|
@@ -4190,7 +4190,7 @@ const se_ProvisionProductInput = (input, context) => {
|
|
|
4190
4190
|
PathName: [],
|
|
4191
4191
|
ProductId: [],
|
|
4192
4192
|
ProductName: [],
|
|
4193
|
-
ProvisionToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4193
|
+
ProvisionToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4194
4194
|
ProvisionedProductName: [],
|
|
4195
4195
|
ProvisioningArtifactId: [],
|
|
4196
4196
|
ProvisioningArtifactName: [],
|
|
@@ -4206,7 +4206,7 @@ const se_TerminateProvisionedProductInput = (input, context) => {
|
|
|
4206
4206
|
ProvisionedProductId: [],
|
|
4207
4207
|
ProvisionedProductName: [],
|
|
4208
4208
|
RetainPhysicalResources: [],
|
|
4209
|
-
TerminateToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4209
|
+
TerminateToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4210
4210
|
});
|
|
4211
4211
|
};
|
|
4212
4212
|
const se_UpdateProvisionedProductInput = (input, context) => {
|
|
@@ -4223,13 +4223,13 @@ const se_UpdateProvisionedProductInput = (input, context) => {
|
|
|
4223
4223
|
ProvisioningParameters: smithy_client_1._json,
|
|
4224
4224
|
ProvisioningPreferences: smithy_client_1._json,
|
|
4225
4225
|
Tags: smithy_client_1._json,
|
|
4226
|
-
UpdateToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4226
|
+
UpdateToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4227
4227
|
});
|
|
4228
4228
|
};
|
|
4229
4229
|
const se_UpdateProvisionedProductPropertiesInput = (input, context) => {
|
|
4230
4230
|
return (0, smithy_client_1.take)(input, {
|
|
4231
4231
|
AcceptLanguage: [],
|
|
4232
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
4232
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
4233
4233
|
ProvisionedProductId: [],
|
|
4234
4234
|
ProvisionedProductProperties: smithy_client_1._json,
|
|
4235
4235
|
});
|