@aws-sdk/client-appconfig 3.758.0 → 3.774.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/index.js +43 -44
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
ActionPoint: () => ActionPoint,
|
|
25
25
|
AppConfig: () => AppConfig,
|
|
26
26
|
AppConfigClient: () => AppConfigClient,
|
|
@@ -104,7 +104,7 @@ __export(src_exports, {
|
|
|
104
104
|
paginateListExtensions: () => paginateListExtensions,
|
|
105
105
|
paginateListHostedConfigurationVersions: () => paginateListHostedConfigurationVersions
|
|
106
106
|
});
|
|
107
|
-
module.exports = __toCommonJS(
|
|
107
|
+
module.exports = __toCommonJS(index_exports);
|
|
108
108
|
|
|
109
109
|
// src/AppConfigClient.ts
|
|
110
110
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -231,9 +231,9 @@ var AppConfigClient = class extends import_smithy_client.Client {
|
|
|
231
231
|
this.middlewareStack.use(
|
|
232
232
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
233
233
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultAppConfigHttpAuthSchemeParametersProvider,
|
|
234
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
234
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
235
235
|
"aws.auth#sigv4": config.credentials
|
|
236
|
-
})
|
|
236
|
+
}), "identityProviderConfigProvider")
|
|
237
237
|
})
|
|
238
238
|
);
|
|
239
239
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -291,8 +291,7 @@ var ActionPoint = {
|
|
|
291
291
|
var BadRequestDetails;
|
|
292
292
|
((BadRequestDetails2) => {
|
|
293
293
|
BadRequestDetails2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
294
|
-
if (value.InvalidConfiguration !== void 0)
|
|
295
|
-
return visitor.InvalidConfiguration(value.InvalidConfiguration);
|
|
294
|
+
if (value.InvalidConfiguration !== void 0) return visitor.InvalidConfiguration(value.InvalidConfiguration);
|
|
296
295
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
297
296
|
}, "visit");
|
|
298
297
|
})(BadRequestDetails || (BadRequestDetails = {}));
|
|
@@ -528,7 +527,7 @@ var se_CreateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
528
527
|
(0, import_smithy_client.take)(input, {
|
|
529
528
|
Description: [],
|
|
530
529
|
Name: [],
|
|
531
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
530
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
532
531
|
})
|
|
533
532
|
);
|
|
534
533
|
b.m("POST").h(headers).b(body);
|
|
@@ -549,9 +548,9 @@ var se_CreateConfigurationProfileCommand = /* @__PURE__ */ __name(async (input,
|
|
|
549
548
|
LocationUri: [],
|
|
550
549
|
Name: [],
|
|
551
550
|
RetrievalRoleArn: [],
|
|
552
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
551
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
553
552
|
Type: [],
|
|
554
|
-
Validators: (_) => (0, import_smithy_client._json)(_)
|
|
553
|
+
Validators: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Validators")
|
|
555
554
|
})
|
|
556
555
|
);
|
|
557
556
|
b.m("POST").h(headers).b(body);
|
|
@@ -569,11 +568,11 @@ var se_CreateDeploymentStrategyCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
569
568
|
DeploymentDurationInMinutes: [],
|
|
570
569
|
Description: [],
|
|
571
570
|
FinalBakeTimeInMinutes: [],
|
|
572
|
-
GrowthFactor: (_) => (0, import_smithy_client.serializeFloat)(_),
|
|
571
|
+
GrowthFactor: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeFloat)(_), "GrowthFactor"),
|
|
573
572
|
GrowthType: [],
|
|
574
573
|
Name: [],
|
|
575
574
|
ReplicateTo: [],
|
|
576
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
575
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
577
576
|
})
|
|
578
577
|
);
|
|
579
578
|
b.m("POST").h(headers).b(body);
|
|
@@ -590,9 +589,9 @@ var se_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
590
589
|
body = JSON.stringify(
|
|
591
590
|
(0, import_smithy_client.take)(input, {
|
|
592
591
|
Description: [],
|
|
593
|
-
Monitors: (_) => (0, import_smithy_client._json)(_),
|
|
592
|
+
Monitors: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Monitors"),
|
|
594
593
|
Name: [],
|
|
595
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
594
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
596
595
|
})
|
|
597
596
|
);
|
|
598
597
|
b.m("POST").h(headers).b(body);
|
|
@@ -608,11 +607,11 @@ var se_CreateExtensionCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
608
607
|
let body;
|
|
609
608
|
body = JSON.stringify(
|
|
610
609
|
(0, import_smithy_client.take)(input, {
|
|
611
|
-
Actions: (_) => (0, import_smithy_client._json)(_),
|
|
610
|
+
Actions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Actions"),
|
|
612
611
|
Description: [],
|
|
613
612
|
Name: [],
|
|
614
|
-
Parameters: (_) => (0, import_smithy_client._json)(_),
|
|
615
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
613
|
+
Parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Parameters"),
|
|
614
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
616
615
|
})
|
|
617
616
|
);
|
|
618
617
|
b.m("POST").h(headers).b(body);
|
|
@@ -629,9 +628,9 @@ var se_CreateExtensionAssociationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
629
628
|
(0, import_smithy_client.take)(input, {
|
|
630
629
|
ExtensionIdentifier: [],
|
|
631
630
|
ExtensionVersionNumber: [],
|
|
632
|
-
Parameters: (_) => (0, import_smithy_client._json)(_),
|
|
631
|
+
Parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Parameters"),
|
|
633
632
|
ResourceIdentifier: [],
|
|
634
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
633
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
635
634
|
})
|
|
636
635
|
);
|
|
637
636
|
b.m("POST").h(headers).b(body);
|
|
@@ -969,9 +968,9 @@ var se_StartDeploymentCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
969
968
|
ConfigurationVersion: [],
|
|
970
969
|
DeploymentStrategyId: [],
|
|
971
970
|
Description: [],
|
|
972
|
-
DynamicExtensionParameters: (_) => (0, import_smithy_client._json)(_),
|
|
971
|
+
DynamicExtensionParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DynamicExtensionParameters"),
|
|
973
972
|
KmsKeyIdentifier: [],
|
|
974
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
973
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
975
974
|
})
|
|
976
975
|
);
|
|
977
976
|
b.m("POST").h(headers).b(body);
|
|
@@ -1000,7 +999,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1000
999
|
let body;
|
|
1001
1000
|
body = JSON.stringify(
|
|
1002
1001
|
(0, import_smithy_client.take)(input, {
|
|
1003
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1002
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1004
1003
|
})
|
|
1005
1004
|
);
|
|
1006
1005
|
b.m("POST").h(headers).b(body);
|
|
@@ -1027,7 +1026,7 @@ var se_UpdateAccountSettingsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1027
1026
|
let body;
|
|
1028
1027
|
body = JSON.stringify(
|
|
1029
1028
|
(0, import_smithy_client.take)(input, {
|
|
1030
|
-
DeletionProtection: (_) => (0, import_smithy_client._json)(_)
|
|
1029
|
+
DeletionProtection: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DeletionProtection")
|
|
1031
1030
|
})
|
|
1032
1031
|
);
|
|
1033
1032
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1065,7 +1064,7 @@ var se_UpdateConfigurationProfileCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1065
1064
|
KmsKeyIdentifier: [],
|
|
1066
1065
|
Name: [],
|
|
1067
1066
|
RetrievalRoleArn: [],
|
|
1068
|
-
Validators: (_) => (0, import_smithy_client._json)(_)
|
|
1067
|
+
Validators: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Validators")
|
|
1069
1068
|
})
|
|
1070
1069
|
);
|
|
1071
1070
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1084,7 +1083,7 @@ var se_UpdateDeploymentStrategyCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1084
1083
|
DeploymentDurationInMinutes: [],
|
|
1085
1084
|
Description: [],
|
|
1086
1085
|
FinalBakeTimeInMinutes: [],
|
|
1087
|
-
GrowthFactor: (_) => (0, import_smithy_client.serializeFloat)(_),
|
|
1086
|
+
GrowthFactor: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeFloat)(_), "GrowthFactor"),
|
|
1088
1087
|
GrowthType: []
|
|
1089
1088
|
})
|
|
1090
1089
|
);
|
|
@@ -1103,7 +1102,7 @@ var se_UpdateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1103
1102
|
body = JSON.stringify(
|
|
1104
1103
|
(0, import_smithy_client.take)(input, {
|
|
1105
1104
|
Description: [],
|
|
1106
|
-
Monitors: (_) => (0, import_smithy_client._json)(_),
|
|
1105
|
+
Monitors: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Monitors"),
|
|
1107
1106
|
Name: []
|
|
1108
1107
|
})
|
|
1109
1108
|
);
|
|
@@ -1120,9 +1119,9 @@ var se_UpdateExtensionCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1120
1119
|
let body;
|
|
1121
1120
|
body = JSON.stringify(
|
|
1122
1121
|
(0, import_smithy_client.take)(input, {
|
|
1123
|
-
Actions: (_) => (0, import_smithy_client._json)(_),
|
|
1122
|
+
Actions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Actions"),
|
|
1124
1123
|
Description: [],
|
|
1125
|
-
Parameters: (_) => (0, import_smithy_client._json)(_),
|
|
1124
|
+
Parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Parameters"),
|
|
1126
1125
|
VersionNumber: []
|
|
1127
1126
|
})
|
|
1128
1127
|
);
|
|
@@ -1139,7 +1138,7 @@ var se_UpdateExtensionAssociationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1139
1138
|
let body;
|
|
1140
1139
|
body = JSON.stringify(
|
|
1141
1140
|
(0, import_smithy_client.take)(input, {
|
|
1142
|
-
Parameters: (_) => (0, import_smithy_client._json)(_)
|
|
1141
|
+
Parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Parameters")
|
|
1143
1142
|
})
|
|
1144
1143
|
);
|
|
1145
1144
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1441,7 +1440,7 @@ var de_GetDeploymentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1441
1440
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1442
1441
|
ApplicationId: import_smithy_client.expectString,
|
|
1443
1442
|
AppliedExtensions: import_smithy_client._json,
|
|
1444
|
-
CompletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1443
|
+
CompletedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CompletedAt"),
|
|
1445
1444
|
ConfigurationLocationUri: import_smithy_client.expectString,
|
|
1446
1445
|
ConfigurationName: import_smithy_client.expectString,
|
|
1447
1446
|
ConfigurationProfileId: import_smithy_client.expectString,
|
|
@@ -1451,14 +1450,14 @@ var de_GetDeploymentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1451
1450
|
DeploymentStrategyId: import_smithy_client.expectString,
|
|
1452
1451
|
Description: import_smithy_client.expectString,
|
|
1453
1452
|
EnvironmentId: import_smithy_client.expectString,
|
|
1454
|
-
EventLog: (_) => de_DeploymentEvents(_, context),
|
|
1453
|
+
EventLog: /* @__PURE__ */ __name((_) => de_DeploymentEvents(_, context), "EventLog"),
|
|
1455
1454
|
FinalBakeTimeInMinutes: import_smithy_client.expectInt32,
|
|
1456
1455
|
GrowthFactor: import_smithy_client.limitedParseFloat32,
|
|
1457
1456
|
GrowthType: import_smithy_client.expectString,
|
|
1458
1457
|
KmsKeyArn: import_smithy_client.expectString,
|
|
1459
1458
|
KmsKeyIdentifier: import_smithy_client.expectString,
|
|
1460
1459
|
PercentageComplete: import_smithy_client.limitedParseFloat32,
|
|
1461
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1460
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartedAt"),
|
|
1462
1461
|
State: import_smithy_client.expectString,
|
|
1463
1462
|
VersionLabel: import_smithy_client.expectString
|
|
1464
1463
|
});
|
|
@@ -1601,7 +1600,7 @@ var de_ListDeploymentsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1601
1600
|
});
|
|
1602
1601
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1603
1602
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1604
|
-
Items: (_) => de_DeploymentList(_, context),
|
|
1603
|
+
Items: /* @__PURE__ */ __name((_) => de_DeploymentList(_, context), "Items"),
|
|
1605
1604
|
NextToken: import_smithy_client.expectString
|
|
1606
1605
|
});
|
|
1607
1606
|
Object.assign(contents, doc);
|
|
@@ -1616,7 +1615,7 @@ var de_ListDeploymentStrategiesCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1616
1615
|
});
|
|
1617
1616
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1618
1617
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1619
|
-
Items: (_) => de_DeploymentStrategyList(_, context),
|
|
1618
|
+
Items: /* @__PURE__ */ __name((_) => de_DeploymentStrategyList(_, context), "Items"),
|
|
1620
1619
|
NextToken: import_smithy_client.expectString
|
|
1621
1620
|
});
|
|
1622
1621
|
Object.assign(contents, doc);
|
|
@@ -1707,7 +1706,7 @@ var de_StartDeploymentCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1707
1706
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1708
1707
|
ApplicationId: import_smithy_client.expectString,
|
|
1709
1708
|
AppliedExtensions: import_smithy_client._json,
|
|
1710
|
-
CompletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1709
|
+
CompletedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CompletedAt"),
|
|
1711
1710
|
ConfigurationLocationUri: import_smithy_client.expectString,
|
|
1712
1711
|
ConfigurationName: import_smithy_client.expectString,
|
|
1713
1712
|
ConfigurationProfileId: import_smithy_client.expectString,
|
|
@@ -1717,14 +1716,14 @@ var de_StartDeploymentCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1717
1716
|
DeploymentStrategyId: import_smithy_client.expectString,
|
|
1718
1717
|
Description: import_smithy_client.expectString,
|
|
1719
1718
|
EnvironmentId: import_smithy_client.expectString,
|
|
1720
|
-
EventLog: (_) => de_DeploymentEvents(_, context),
|
|
1719
|
+
EventLog: /* @__PURE__ */ __name((_) => de_DeploymentEvents(_, context), "EventLog"),
|
|
1721
1720
|
FinalBakeTimeInMinutes: import_smithy_client.expectInt32,
|
|
1722
1721
|
GrowthFactor: import_smithy_client.limitedParseFloat32,
|
|
1723
1722
|
GrowthType: import_smithy_client.expectString,
|
|
1724
1723
|
KmsKeyArn: import_smithy_client.expectString,
|
|
1725
1724
|
KmsKeyIdentifier: import_smithy_client.expectString,
|
|
1726
1725
|
PercentageComplete: import_smithy_client.limitedParseFloat32,
|
|
1727
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1726
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartedAt"),
|
|
1728
1727
|
State: import_smithy_client.expectString,
|
|
1729
1728
|
VersionLabel: import_smithy_client.expectString
|
|
1730
1729
|
});
|
|
@@ -1742,7 +1741,7 @@ var de_StopDeploymentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1742
1741
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1743
1742
|
ApplicationId: import_smithy_client.expectString,
|
|
1744
1743
|
AppliedExtensions: import_smithy_client._json,
|
|
1745
|
-
CompletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1744
|
+
CompletedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CompletedAt"),
|
|
1746
1745
|
ConfigurationLocationUri: import_smithy_client.expectString,
|
|
1747
1746
|
ConfigurationName: import_smithy_client.expectString,
|
|
1748
1747
|
ConfigurationProfileId: import_smithy_client.expectString,
|
|
@@ -1752,14 +1751,14 @@ var de_StopDeploymentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1752
1751
|
DeploymentStrategyId: import_smithy_client.expectString,
|
|
1753
1752
|
Description: import_smithy_client.expectString,
|
|
1754
1753
|
EnvironmentId: import_smithy_client.expectString,
|
|
1755
|
-
EventLog: (_) => de_DeploymentEvents(_, context),
|
|
1754
|
+
EventLog: /* @__PURE__ */ __name((_) => de_DeploymentEvents(_, context), "EventLog"),
|
|
1756
1755
|
FinalBakeTimeInMinutes: import_smithy_client.expectInt32,
|
|
1757
1756
|
GrowthFactor: import_smithy_client.limitedParseFloat32,
|
|
1758
1757
|
GrowthType: import_smithy_client.expectString,
|
|
1759
1758
|
KmsKeyArn: import_smithy_client.expectString,
|
|
1760
1759
|
KmsKeyIdentifier: import_smithy_client.expectString,
|
|
1761
1760
|
PercentageComplete: import_smithy_client.limitedParseFloat32,
|
|
1762
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1761
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartedAt"),
|
|
1763
1762
|
State: import_smithy_client.expectString,
|
|
1764
1763
|
VersionLabel: import_smithy_client.expectString
|
|
1765
1764
|
});
|
|
@@ -1967,7 +1966,7 @@ var de_BadRequestExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1967
1966
|
const contents = (0, import_smithy_client.map)({});
|
|
1968
1967
|
const data = parsedOutput.body;
|
|
1969
1968
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1970
|
-
Details: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1969
|
+
Details: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Details"),
|
|
1971
1970
|
Message: import_smithy_client.expectString,
|
|
1972
1971
|
Reason: import_smithy_client.expectString
|
|
1973
1972
|
});
|
|
@@ -2052,7 +2051,7 @@ var de_DeploymentEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
2052
2051
|
ActionInvocations: import_smithy_client._json,
|
|
2053
2052
|
Description: import_smithy_client.expectString,
|
|
2054
2053
|
EventType: import_smithy_client.expectString,
|
|
2055
|
-
OccurredAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2054
|
+
OccurredAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "OccurredAt"),
|
|
2056
2055
|
TriggeredBy: import_smithy_client.expectString
|
|
2057
2056
|
});
|
|
2058
2057
|
}, "de_DeploymentEvent");
|
|
@@ -2088,7 +2087,7 @@ var de_DeploymentStrategyList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2088
2087
|
}, "de_DeploymentStrategyList");
|
|
2089
2088
|
var de_DeploymentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2090
2089
|
return (0, import_smithy_client.take)(output, {
|
|
2091
|
-
CompletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2090
|
+
CompletedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CompletedAt"),
|
|
2092
2091
|
ConfigurationName: import_smithy_client.expectString,
|
|
2093
2092
|
ConfigurationVersion: import_smithy_client.expectString,
|
|
2094
2093
|
DeploymentDurationInMinutes: import_smithy_client.expectInt32,
|
|
@@ -2097,7 +2096,7 @@ var de_DeploymentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2097
2096
|
GrowthFactor: import_smithy_client.limitedParseFloat32,
|
|
2098
2097
|
GrowthType: import_smithy_client.expectString,
|
|
2099
2098
|
PercentageComplete: import_smithy_client.limitedParseFloat32,
|
|
2100
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2099
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartedAt"),
|
|
2101
2100
|
State: import_smithy_client.expectString,
|
|
2102
2101
|
VersionLabel: import_smithy_client.expectString
|
|
2103
2102
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appconfig",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appconfig",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|