Skip to content

Commit cbb71c5

Browse files
committed
chore: yarn generate:tests
1 parent 519997c commit cbb71c5

40 files changed

+1552
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// This file is generated by scripts/generateNewClientTests/index.ts
2+
// Do not edit this file directly. Instead, edit the script and run it to regenerate this file.
3+
import AWS = require("aws-sdk");
4+
5+
new AWS.AccessAnalyzer();
6+
new AWS.Discovery();
7+
new AWS.ACM();
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// This file is generated by scripts/generateNewClientTests/index.ts
2+
// Do not edit this file directly. Instead, edit the script and run it to regenerate this file.
3+
4+
5+
import AWS_client_accessanalyzer = require("@aws-sdk/client-accessanalyzer");
6+
import AccessAnalyzer = AWS_client_accessanalyzer.AccessAnalyzer;
7+
import AWS_client_acm = require("@aws-sdk/client-acm");
8+
import ACM = AWS_client_acm.ACM;
9+
import AWS_client_application_discovery_service = require("@aws-sdk/client-application-discovery-service");
10+
import ApplicationDiscoveryService = AWS_client_application_discovery_service.ApplicationDiscoveryService;
11+
12+
new AccessAnalyzer();
13+
new ApplicationDiscoveryService();
14+
new ACM();
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// This file is generated by scripts/generateNewClientTests/index.ts
2+
// Do not edit this file directly. Instead, edit the script and run it to regenerate this file.
3+
import * as AWS from "aws-sdk";
4+
5+
new AWS.AccessAnalyzer();
6+
new AWS.Discovery();
7+
new AWS.ACM();
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// This file is generated by scripts/generateNewClientTests/index.ts
2+
// Do not edit this file directly. Instead, edit the script and run it to regenerate this file.
3+
4+
5+
import { AccessAnalyzer } from "@aws-sdk/client-accessanalyzer";
6+
import { ACM } from "@aws-sdk/client-acm";
7+
import { ApplicationDiscoveryService } from "@aws-sdk/client-application-discovery-service";
8+
9+
new AccessAnalyzer();
10+
new ApplicationDiscoveryService();
11+
new ACM();

0 commit comments

Comments
 (0)