distilled-aws 0.0.13 → 0.0.16
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/lib/client/api.d.ts.map +1 -1
- package/lib/client/api.js +14 -3
- package/lib/client/api.js.map +1 -1
- package/lib/client/response-parser.d.ts.map +1 -1
- package/lib/client/response-parser.js +14 -2
- package/lib/client/response-parser.js.map +1 -1
- package/lib/debug/error-recorder.d.ts +22 -0
- package/lib/debug/error-recorder.d.ts.map +1 -0
- package/lib/debug/error-recorder.js +106 -0
- package/lib/debug/error-recorder.js.map +1 -0
- package/lib/patch/spec-schema.d.ts +65 -0
- package/lib/patch/spec-schema.d.ts.map +1 -1
- package/lib/patch/spec-schema.js +31 -0
- package/lib/patch/spec-schema.js.map +1 -1
- package/lib/services/bedrock-agentcore-control.d.ts +3 -0
- package/lib/services/bedrock-agentcore-control.d.ts.map +1 -1
- package/lib/services/bedrock-agentcore-control.js +5 -1
- package/lib/services/bedrock-agentcore-control.js.map +1 -1
- package/lib/services/cloudfront.d.ts +83 -83
- package/lib/services/cloudfront.d.ts.map +1 -1
- package/lib/services/cloudfront.js +160 -157
- package/lib/services/cloudfront.js.map +1 -1
- package/lib/services/ec2.d.ts +1539 -924
- package/lib/services/ec2.d.ts.map +1 -1
- package/lib/services/ec2.js +1321 -623
- package/lib/services/ec2.js.map +1 -1
- package/lib/services/glue.d.ts +587 -478
- package/lib/services/glue.d.ts.map +1 -1
- package/lib/services/glue.js +1644 -1509
- package/lib/services/glue.js.map +1 -1
- package/lib/services/iam.d.ts +6 -1
- package/lib/services/iam.d.ts.map +1 -1
- package/lib/services/iam.js +3 -1
- package/lib/services/iam.js.map +1 -1
- package/lib/services/medialive.d.ts +33 -0
- package/lib/services/medialive.d.ts.map +1 -1
- package/lib/services/medialive.js +11 -0
- package/lib/services/medialive.js.map +1 -1
- package/lib/services/s3.d.ts +74 -59
- package/lib/services/s3.d.ts.map +1 -1
- package/lib/services/s3.js +76 -53
- package/lib/services/s3.js.map +1 -1
- package/lib/services/sqs.d.ts +1 -1
- package/lib/services/sqs.d.ts.map +1 -1
- package/lib/services/sqs.js +1 -0
- package/lib/services/sqs.js.map +1 -1
- package/package.json +6 -4
- package/src/client/api.ts +22 -2
- package/src/client/response-parser.ts +15 -2
- package/src/debug/error-recorder.ts +143 -0
- package/src/patch/spec-schema.ts +35 -0
- package/src/services/bedrock-agentcore-control.ts +7 -1
- package/src/services/cloudfront.ts +300 -294
- package/src/services/ec2.ts +2891 -1486
- package/src/services/glue.ts +3550 -3250
- package/src/services/iam.ts +9 -2
- package/src/services/medialive.ts +53 -0
- package/src/services/s3.ts +159 -108
- package/src/services/sqs.ts +2 -0
|
@@ -733,6 +733,8 @@ export const MediaPackageOutputDestinationSettings = S.suspend(() => S.Struct({
|
|
|
733
733
|
ChannelId: S.optional(S.String).pipe(T.JsonName("channelId")),
|
|
734
734
|
ChannelGroup: S.optional(S.String).pipe(T.JsonName("channelGroup")),
|
|
735
735
|
ChannelName: S.optional(S.String).pipe(T.JsonName("channelName")),
|
|
736
|
+
ChannelEndpointId: S.optional(S.String).pipe(T.JsonName("channelEndpointId")),
|
|
737
|
+
MediaPackageRegionName: S.optional(S.String).pipe(T.JsonName("mediaPackageRegionName")),
|
|
736
738
|
})).annotations({
|
|
737
739
|
identifier: "MediaPackageOutputDestinationSettings",
|
|
738
740
|
});
|
|
@@ -2226,6 +2228,14 @@ export const Scte35Type = S.String;
|
|
|
2226
2228
|
export const CmafIngestSegmentLengthUnits = S.String;
|
|
2227
2229
|
export const CmafTimedMetadataId3Frame = S.String;
|
|
2228
2230
|
export const CmafTimedMetadataPassthrough = S.String;
|
|
2231
|
+
export const MediaPackageAdditionalDestinations = S.suspend(() => S.Struct({
|
|
2232
|
+
Destination: S.optional(OutputLocationRef)
|
|
2233
|
+
.pipe(T.JsonName("destination"))
|
|
2234
|
+
.annotations({ identifier: "OutputLocationRef" }),
|
|
2235
|
+
})).annotations({
|
|
2236
|
+
identifier: "MediaPackageAdditionalDestinations",
|
|
2237
|
+
});
|
|
2238
|
+
export const __listOfMediaPackageAdditionalDestinations = S.Array(MediaPackageAdditionalDestinations);
|
|
2229
2239
|
export const MediaPackageV2GroupSettings = S.suspend(() => S.Struct({
|
|
2230
2240
|
CaptionLanguageMappings: S.optional(__listOfCaptionLanguageMapping).pipe(T.JsonName("captionLanguageMappings")),
|
|
2231
2241
|
Id3Behavior: S.optional(CmafId3Behavior).pipe(T.JsonName("id3Behavior")),
|
|
@@ -2237,6 +2247,7 @@ export const MediaPackageV2GroupSettings = S.suspend(() => S.Struct({
|
|
|
2237
2247
|
TimedMetadataId3Frame: S.optional(CmafTimedMetadataId3Frame).pipe(T.JsonName("timedMetadataId3Frame")),
|
|
2238
2248
|
TimedMetadataId3Period: S.optional(S.Number).pipe(T.JsonName("timedMetadataId3Period")),
|
|
2239
2249
|
TimedMetadataPassthrough: S.optional(CmafTimedMetadataPassthrough).pipe(T.JsonName("timedMetadataPassthrough")),
|
|
2250
|
+
AdditionalDestinations: S.optional(__listOfMediaPackageAdditionalDestinations).pipe(T.JsonName("additionalDestinations")),
|
|
2240
2251
|
})).annotations({
|
|
2241
2252
|
identifier: "MediaPackageV2GroupSettings",
|
|
2242
2253
|
});
|