File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed
clients/client-mediapackagev2/src
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: MediaPackageV2HttpAuth
60
60
name : "mediapackagev2" ,
61
61
region : authParameters . region ,
62
62
} ,
63
- propertiesExtractor : ( config : MediaPackageV2ClientConfig , context ) => ( {
63
+ propertiesExtractor : ( config : Partial < MediaPackageV2ClientConfig > , context ) => ( {
64
64
/**
65
65
* @internal
66
66
*/
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointR
65
65
* },
66
66
* ResourceId: "STRING_VALUE", // required
67
67
* DrmSystems: [ // DrmSystems // required
68
- * "CLEAR_KEY_AES_128" || "FAIRPLAY" || "PLAYREADY" || "WIDEVINE",
68
+ * "CLEAR_KEY_AES_128" || "FAIRPLAY" || "PLAYREADY" || "WIDEVINE" || "IRDETO" ,
69
69
* ],
70
70
* RoleArn: "STRING_VALUE", // required
71
71
* Url: "STRING_VALUE", // required
@@ -178,7 +178,7 @@ export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointR
178
178
* // },
179
179
* // ResourceId: "STRING_VALUE", // required
180
180
* // DrmSystems: [ // DrmSystems // required
181
- * // "CLEAR_KEY_AES_128" || "FAIRPLAY" || "PLAYREADY" || "WIDEVINE",
181
+ * // "CLEAR_KEY_AES_128" || "FAIRPLAY" || "PLAYREADY" || "WIDEVINE" || "IRDETO" ,
182
182
* // ],
183
183
* // RoleArn: "STRING_VALUE", // required
184
184
* // Url: "STRING_VALUE", // required
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export interface GetOriginEndpointCommandOutput extends GetOriginEndpointRespons
73
73
* // },
74
74
* // ResourceId: "STRING_VALUE", // required
75
75
* // DrmSystems: [ // DrmSystems // required
76
- * // "CLEAR_KEY_AES_128" || "FAIRPLAY" || "PLAYREADY" || "WIDEVINE",
76
+ * // "CLEAR_KEY_AES_128" || "FAIRPLAY" || "PLAYREADY" || "WIDEVINE" || "IRDETO" ,
77
77
* // ],
78
78
* // RoleArn: "STRING_VALUE", // required
79
79
* // Url: "STRING_VALUE", // required
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export interface UpdateOriginEndpointCommandOutput extends UpdateOriginEndpointR
66
66
* },
67
67
* ResourceId: "STRING_VALUE", // required
68
68
* DrmSystems: [ // DrmSystems // required
69
- * "CLEAR_KEY_AES_128" || "FAIRPLAY" || "PLAYREADY" || "WIDEVINE",
69
+ * "CLEAR_KEY_AES_128" || "FAIRPLAY" || "PLAYREADY" || "WIDEVINE" || "IRDETO" ,
70
70
* ],
71
71
* RoleArn: "STRING_VALUE", // required
72
72
* Url: "STRING_VALUE", // required
@@ -176,7 +176,7 @@ export interface UpdateOriginEndpointCommandOutput extends UpdateOriginEndpointR
176
176
* // },
177
177
* // ResourceId: "STRING_VALUE", // required
178
178
* // DrmSystems: [ // DrmSystems // required
179
- * // "CLEAR_KEY_AES_128" || "FAIRPLAY" || "PLAYREADY" || "WIDEVINE",
179
+ * // "CLEAR_KEY_AES_128" || "FAIRPLAY" || "PLAYREADY" || "WIDEVINE" || "IRDETO" ,
180
180
* // ],
181
181
* // RoleArn: "STRING_VALUE", // required
182
182
* // Url: "STRING_VALUE", // required
Original file line number Diff line number Diff line change @@ -1233,6 +1233,7 @@ export interface EncryptionMethod {
1233
1233
export const DrmSystem = {
1234
1234
CLEAR_KEY_AES_128 : "CLEAR_KEY_AES_128" ,
1235
1235
FAIRPLAY : "FAIRPLAY" ,
1236
+ IRDETO : "IRDETO" ,
1236
1237
PLAYREADY : "PLAYREADY" ,
1237
1238
WIDEVINE : "WIDEVINE" ,
1238
1239
} as const ;
Original file line number Diff line number Diff line change 2122
2122
"traits" : {
2123
2123
"smithy.api#enumValue" : " WIDEVINE"
2124
2124
}
2125
+ },
2126
+ "IRDETO" : {
2127
+ "target" : " smithy.api#Unit" ,
2128
+ "traits" : {
2129
+ "smithy.api#enumValue" : " IRDETO"
2130
+ }
2125
2131
}
2126
2132
}
2127
2133
},
You can’t perform that action at this time.
0 commit comments