Skip to content

Commit d9a3642

Browse files
chore(services): Rebuild using latest codegen (#25)
Co-authored-by: danopia <[email protected]>
1 parent 3afef9f commit d9a3642

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

lib/services/cloudwatch/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Autogenerated API client for: Amazon CloudWatch
22

33
export * from "./structs.ts";
4-
import * as Base64 from "https://deno.land/std@0.115.0/encoding/base64.ts";
4+
import * as Base64 from "https://deno.land/std@0.120.0/encoding/base64.ts";
55
import * as client from "../../client/common.ts";
66
import * as qsP from "../../encoding/querystring.ts";
77
import * as xmlP from "../../encoding/xml.ts";

lib/services/dynamodb/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Autogenerated API client for: Amazon DynamoDB
22

33
export * from "./structs.ts";
4-
import * as Base64 from "https://deno.land/std@0.115.0/encoding/base64.ts";
4+
import * as Base64 from "https://deno.land/std@0.120.0/encoding/base64.ts";
55
import * as client from "../../client/common.ts";
66
import * as cmnP from "../../encoding/common.ts";
77
import * as jsonP from "../../encoding/json.ts";

lib/services/ecr/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Autogenerated API client for: Amazon EC2 Container Registry
22

33
export * from "./structs.ts";
4-
import * as Base64 from "https://deno.land/std@0.115.0/encoding/base64.ts";
4+
import * as Base64 from "https://deno.land/std@0.120.0/encoding/base64.ts";
55
import * as client from "../../client/common.ts";
66
import * as cmnP from "../../encoding/common.ts";
77
import * as jsonP from "../../encoding/json.ts";

lib/services/kinesis/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Autogenerated API client for: Amazon Kinesis
22

33
export * from "./structs.ts";
4-
import * as Base64 from "https://deno.land/std@0.115.0/encoding/base64.ts";
4+
import * as Base64 from "https://deno.land/std@0.120.0/encoding/base64.ts";
55
import * as client from "../../client/common.ts";
66
import * as cmnP from "../../encoding/common.ts";
77
import * as jsonP from "../../encoding/json.ts";

lib/services/kms/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Autogenerated API client for: AWS Key Management Service
22

33
export * from "./structs.ts";
4-
import * as Base64 from "https://deno.land/std@0.115.0/encoding/base64.ts";
4+
import * as Base64 from "https://deno.land/std@0.120.0/encoding/base64.ts";
55
import * as client from "../../client/common.ts";
66
import * as cmnP from "../../encoding/common.ts";
77
import * as jsonP from "../../encoding/json.ts";

lib/services/lambda/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Autogenerated API client for: AWS Lambda
22

33
export * from "./structs.ts";
4-
import * as Base64 from "https://deno.land/std@0.115.0/encoding/base64.ts";
4+
import * as Base64 from "https://deno.land/std@0.120.0/encoding/base64.ts";
55
import * as client from "../../client/common.ts";
66
import * as cmnP from "../../encoding/common.ts";
77
import * as jsonP from "../../encoding/json.ts";

lib/services/s3/mod.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Autogenerated API client for: Amazon Simple Storage Service
22

33
export * from "./structs.ts";
4-
import * as Base64 from "https://deno.land/std@0.115.0/encoding/base64.ts";
5-
import * as HashMd5 from "https://deno.land/std@0.115.0/hash/md5.ts";
4+
import * as Base64 from "https://deno.land/std@0.120.0/encoding/base64.ts";
5+
import * as HashMd5 from "https://deno.land/std@0.120.0/hash/md5.ts";
66
import * as client from "../../client/common.ts";
77
import * as cmnP from "../../encoding/common.ts";
88
import * as xmlP from "../../encoding/xml.ts";

lib/services/sesv2/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Autogenerated API client for: Amazon Simple Email Service
22

33
export * from "./structs.ts";
4-
import * as Base64 from "https://deno.land/std@0.115.0/encoding/base64.ts";
4+
import * as Base64 from "https://deno.land/std@0.120.0/encoding/base64.ts";
55
import * as client from "../../client/common.ts";
66
import * as cmnP from "../../encoding/common.ts";
77
import * as jsonP from "../../encoding/json.ts";

lib/services/sns/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Autogenerated API client for: Amazon Simple Notification Service
22

33
export * from "./structs.ts";
4-
import * as Base64 from "https://deno.land/std@0.115.0/encoding/base64.ts";
4+
import * as Base64 from "https://deno.land/std@0.120.0/encoding/base64.ts";
55
import * as client from "../../client/common.ts";
66
import * as qsP from "../../encoding/querystring.ts";
77
import * as xmlP from "../../encoding/xml.ts";

lib/services/sqs/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Autogenerated API client for: Amazon Simple Queue Service
22

33
export * from "./structs.ts";
4-
import * as Base64 from "https://deno.land/std@0.115.0/encoding/base64.ts";
4+
import * as Base64 from "https://deno.land/std@0.120.0/encoding/base64.ts";
55
import * as client from "../../client/common.ts";
66
import * as qsP from "../../encoding/querystring.ts";
77
import * as xmlP from "../../encoding/xml.ts";

0 commit comments

Comments
 (0)