@azure/arm-chaos 1.0.0-beta.1
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/CHANGELOG.md +5 -0
- package/LICENSE +21 -0
- package/README.md +109 -0
- package/dist/index.js +3725 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/capabilitiesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/capabilitiesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/capabilitiesCreateOrUpdateSample.js +36 -0
- package/dist-esm/samples-dev/capabilitiesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/capabilitiesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/capabilitiesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/capabilitiesDeleteSample.js +35 -0
- package/dist-esm/samples-dev/capabilitiesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/capabilitiesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/capabilitiesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/capabilitiesGetSample.js +35 -0
- package/dist-esm/samples-dev/capabilitiesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/capabilitiesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/capabilitiesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/capabilitiesListSample.js +48 -0
- package/dist-esm/samples-dev/capabilitiesListSample.js.map +1 -0
- package/dist-esm/samples-dev/capabilityTypesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/capabilityTypesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/capabilityTypesGetSample.js +32 -0
- package/dist-esm/samples-dev/capabilityTypesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/capabilityTypesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/capabilityTypesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/capabilityTypesListSample.js +45 -0
- package/dist-esm/samples-dev/capabilityTypesListSample.js.map +1 -0
- package/dist-esm/samples-dev/experimentsCancelSample.d.ts +2 -0
- package/dist-esm/samples-dev/experimentsCancelSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/experimentsCancelSample.js +31 -0
- package/dist-esm/samples-dev/experimentsCancelSample.js.map +1 -0
- package/dist-esm/samples-dev/experimentsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/experimentsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/experimentsCreateOrUpdateSample.js +66 -0
- package/dist-esm/samples-dev/experimentsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/experimentsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/experimentsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/experimentsDeleteSample.js +31 -0
- package/dist-esm/samples-dev/experimentsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/experimentsGetExecutionDetailsSample.d.ts +2 -0
- package/dist-esm/samples-dev/experimentsGetExecutionDetailsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/experimentsGetExecutionDetailsSample.js +32 -0
- package/dist-esm/samples-dev/experimentsGetExecutionDetailsSample.js.map +1 -0
- package/dist-esm/samples-dev/experimentsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/experimentsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/experimentsGetSample.js +31 -0
- package/dist-esm/samples-dev/experimentsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/experimentsGetStatusSample.d.ts +2 -0
- package/dist-esm/samples-dev/experimentsGetStatusSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/experimentsGetStatusSample.js +32 -0
- package/dist-esm/samples-dev/experimentsGetStatusSample.js.map +1 -0
- package/dist-esm/samples-dev/experimentsListAllSample.d.ts +2 -0
- package/dist-esm/samples-dev/experimentsListAllSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/experimentsListAllSample.js +45 -0
- package/dist-esm/samples-dev/experimentsListAllSample.js.map +1 -0
- package/dist-esm/samples-dev/experimentsListAllStatusesSample.d.ts +2 -0
- package/dist-esm/samples-dev/experimentsListAllStatusesSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/experimentsListAllStatusesSample.js +45 -0
- package/dist-esm/samples-dev/experimentsListAllStatusesSample.js.map +1 -0
- package/dist-esm/samples-dev/experimentsListExecutionDetailsSample.d.ts +2 -0
- package/dist-esm/samples-dev/experimentsListExecutionDetailsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/experimentsListExecutionDetailsSample.js +45 -0
- package/dist-esm/samples-dev/experimentsListExecutionDetailsSample.js.map +1 -0
- package/dist-esm/samples-dev/experimentsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/experimentsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/experimentsListSample.js +46 -0
- package/dist-esm/samples-dev/experimentsListSample.js.map +1 -0
- package/dist-esm/samples-dev/experimentsStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/experimentsStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/experimentsStartSample.js +31 -0
- package/dist-esm/samples-dev/experimentsStartSample.js.map +1 -0
- package/dist-esm/samples-dev/targetTypesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/targetTypesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/targetTypesGetSample.js +31 -0
- package/dist-esm/samples-dev/targetTypesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/targetTypesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/targetTypesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/targetTypesListSample.js +46 -0
- package/dist-esm/samples-dev/targetTypesListSample.js.map +1 -0
- package/dist-esm/samples-dev/targetsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/targetsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/targetsCreateOrUpdateSample.js +41 -0
- package/dist-esm/samples-dev/targetsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/targetsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/targetsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/targetsDeleteSample.js +34 -0
- package/dist-esm/samples-dev/targetsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/targetsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/targetsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/targetsGetSample.js +34 -0
- package/dist-esm/samples-dev/targetsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/targetsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/targetsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/targetsListSample.js +49 -0
- package/dist-esm/samples-dev/targetsListSample.js.map +1 -0
- package/dist-esm/src/chaosManagementClient.d.ts +25 -0
- package/dist-esm/src/chaosManagementClient.d.ts.map +1 -0
- package/dist-esm/src/chaosManagementClient.js +108 -0
- package/dist-esm/src/chaosManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +980 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +36 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +50 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +1530 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +25 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +264 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/capabilities.d.ts +81 -0
- package/dist-esm/src/operations/capabilities.d.ts.map +1 -0
- package/dist-esm/src/operations/capabilities.js +308 -0
- package/dist-esm/src/operations/capabilities.js.map +1 -0
- package/dist-esm/src/operations/capabilityTypes.d.ts +46 -0
- package/dist-esm/src/operations/capabilityTypes.d.ts.map +1 -0
- package/dist-esm/src/operations/capabilityTypes.js +169 -0
- package/dist-esm/src/operations/capabilityTypes.js.map +1 -0
- package/dist-esm/src/operations/experiments.d.ts +153 -0
- package/dist-esm/src/operations/experiments.d.ts.map +1 -0
- package/dist-esm/src/operations/experiments.js +687 -0
- package/dist-esm/src/operations/experiments.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +7 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +14 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/targetTypes.d.ts +42 -0
- package/dist-esm/src/operations/targetTypes.d.ts.map +1 -0
- package/dist-esm/src/operations/targetTypes.js +162 -0
- package/dist-esm/src/operations/targetTypes.js.map +1 -0
- package/dist-esm/src/operations/targets.d.ts +75 -0
- package/dist-esm/src/operations/targets.d.ts.map +1 -0
- package/dist-esm/src/operations/targets.js +292 -0
- package/dist-esm/src/operations/targets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/capabilities.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/capabilities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/capabilities.js +9 -0
- package/dist-esm/src/operationsInterfaces/capabilities.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/capabilityTypes.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/capabilityTypes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/capabilityTypes.js +9 -0
- package/dist-esm/src/operationsInterfaces/capabilityTypes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/experiments.d.ts +83 -0
- package/dist-esm/src/operationsInterfaces/experiments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/experiments.js +9 -0
- package/dist-esm/src/operationsInterfaces/experiments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +14 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/targetTypes.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/targetTypes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/targetTypes.js +9 -0
- package/dist-esm/src/operationsInterfaces/targetTypes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/targets.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/targets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/targets.js +9 -0
- package/dist-esm/src/operationsInterfaces/targets.js.map +1 -0
- package/dist-esm/test/chaos_examples.spec.d.ts +4 -0
- package/dist-esm/test/chaos_examples.spec.d.ts.map +1 -0
- package/dist-esm/test/chaos_examples.spec.js +261 -0
- package/dist-esm/test/chaos_examples.spec.js.map +1 -0
- package/package.json +120 -0
- package/review/arm-chaos.api.md +682 -0
- package/rollup.config.js +122 -0
- package/src/chaosManagementClient.ts +165 -0
- package/src/index.ts +12 -0
- package/src/models/index.ts +1111 -0
- package/src/models/mappers.ts +1640 -0
- package/src/models/parameters.ts +302 -0
- package/src/operations/capabilities.ts +435 -0
- package/src/operations/capabilityTypes.ts +221 -0
- package/src/operations/experiments.ts +892 -0
- package/src/operations/index.ts +14 -0
- package/src/operations/operations.ts +137 -0
- package/src/operations/targetTypes.ts +199 -0
- package/src/operations/targets.ts +406 -0
- package/src/operationsInterfaces/capabilities.ts +99 -0
- package/src/operationsInterfaces/capabilityTypes.ts +44 -0
- package/src/operationsInterfaces/experiments.ts +157 -0
- package/src/operationsInterfaces/index.ts +14 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/targetTypes.ts +40 -0
- package/src/operationsInterfaces/targets.ts +91 -0
- package/tsconfig.json +33 -0
- package/types/arm-chaos.d.ts +1337 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,682 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-chaos"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
|
|
11
|
+
// @public
|
|
12
|
+
export interface Action {
|
|
13
|
+
name: string;
|
|
14
|
+
type: "delay" | "discrete" | "continuous";
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
// @public
|
|
18
|
+
export interface ActionStatus {
|
|
19
|
+
readonly actionId?: string;
|
|
20
|
+
readonly actionName?: string;
|
|
21
|
+
readonly endTime?: Date;
|
|
22
|
+
readonly startTime?: Date;
|
|
23
|
+
readonly status?: string;
|
|
24
|
+
readonly targets?: ExperimentExecutionActionTargetDetailsProperties[];
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export type ActionType = string;
|
|
29
|
+
|
|
30
|
+
// @public (undocumented)
|
|
31
|
+
export type ActionUnion = Action | DelayAction | DiscreteAction | ContinuousAction;
|
|
32
|
+
|
|
33
|
+
// @public
|
|
34
|
+
export interface Branch {
|
|
35
|
+
actions: ActionUnion[];
|
|
36
|
+
name: string;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export interface BranchStatus {
|
|
41
|
+
readonly actions?: ActionStatus[];
|
|
42
|
+
readonly branchId?: string;
|
|
43
|
+
readonly branchName?: string;
|
|
44
|
+
readonly status?: string;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// @public
|
|
48
|
+
export interface Capabilities {
|
|
49
|
+
createOrUpdate(resourceGroupName: string, parentProviderNamespace: string, parentResourceType: string, parentResourceName: string, targetName: string, capabilityName: string, capability: Capability, options?: CapabilitiesCreateOrUpdateOptionalParams): Promise<CapabilitiesCreateOrUpdateResponse>;
|
|
50
|
+
delete(resourceGroupName: string, parentProviderNamespace: string, parentResourceType: string, parentResourceName: string, targetName: string, capabilityName: string, options?: CapabilitiesDeleteOptionalParams): Promise<void>;
|
|
51
|
+
get(resourceGroupName: string, parentProviderNamespace: string, parentResourceType: string, parentResourceName: string, targetName: string, capabilityName: string, options?: CapabilitiesGetOptionalParams): Promise<CapabilitiesGetResponse>;
|
|
52
|
+
list(resourceGroupName: string, parentProviderNamespace: string, parentResourceType: string, parentResourceName: string, targetName: string, options?: CapabilitiesListOptionalParams): PagedAsyncIterableIterator<Capability>;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// @public
|
|
56
|
+
export interface CapabilitiesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// @public
|
|
60
|
+
export type CapabilitiesCreateOrUpdateResponse = Capability;
|
|
61
|
+
|
|
62
|
+
// @public
|
|
63
|
+
export interface CapabilitiesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export interface CapabilitiesGetOptionalParams extends coreClient.OperationOptions {
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// @public
|
|
71
|
+
export type CapabilitiesGetResponse = Capability;
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export interface CapabilitiesListNextOptionalParams extends coreClient.OperationOptions {
|
|
75
|
+
continuationToken?: string;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// @public
|
|
79
|
+
export type CapabilitiesListNextResponse = CapabilityListResult;
|
|
80
|
+
|
|
81
|
+
// @public
|
|
82
|
+
export interface CapabilitiesListOptionalParams extends coreClient.OperationOptions {
|
|
83
|
+
continuationToken?: string;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// @public
|
|
87
|
+
export type CapabilitiesListResponse = CapabilityListResult;
|
|
88
|
+
|
|
89
|
+
// @public
|
|
90
|
+
export interface Capability extends Resource {
|
|
91
|
+
readonly description?: string;
|
|
92
|
+
readonly parametersSchema?: string;
|
|
93
|
+
readonly publisher?: string;
|
|
94
|
+
readonly systemData?: SystemData;
|
|
95
|
+
readonly targetType?: string;
|
|
96
|
+
readonly urn?: string;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export interface CapabilityListResult {
|
|
101
|
+
readonly nextLink?: string;
|
|
102
|
+
readonly value?: Capability[];
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// @public
|
|
106
|
+
export interface CapabilityType extends Resource {
|
|
107
|
+
readonly description?: string;
|
|
108
|
+
readonly displayName?: string;
|
|
109
|
+
readonly kind?: string;
|
|
110
|
+
location?: string;
|
|
111
|
+
readonly parametersSchema?: string;
|
|
112
|
+
readonly publisher?: string;
|
|
113
|
+
runtimeProperties?: CapabilityTypePropertiesRuntimeProperties;
|
|
114
|
+
readonly systemData?: SystemData;
|
|
115
|
+
readonly targetType?: string;
|
|
116
|
+
readonly urn?: string;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// @public
|
|
120
|
+
export interface CapabilityTypeListResult {
|
|
121
|
+
readonly nextLink?: string;
|
|
122
|
+
readonly value?: CapabilityType[];
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// @public
|
|
126
|
+
export interface CapabilityTypePropertiesRuntimeProperties {
|
|
127
|
+
readonly kind?: string;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
// @public
|
|
131
|
+
export interface CapabilityTypes {
|
|
132
|
+
get(locationName: string, targetTypeName: string, capabilityTypeName: string, options?: CapabilityTypesGetOptionalParams): Promise<CapabilityTypesGetResponse>;
|
|
133
|
+
list(locationName: string, targetTypeName: string, options?: CapabilityTypesListOptionalParams): PagedAsyncIterableIterator<CapabilityType>;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// @public
|
|
137
|
+
export interface CapabilityTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export type CapabilityTypesGetResponse = CapabilityType;
|
|
142
|
+
|
|
143
|
+
// @public
|
|
144
|
+
export interface CapabilityTypesListNextOptionalParams extends coreClient.OperationOptions {
|
|
145
|
+
continuationToken?: string;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export type CapabilityTypesListNextResponse = CapabilityTypeListResult;
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export interface CapabilityTypesListOptionalParams extends coreClient.OperationOptions {
|
|
153
|
+
continuationToken?: string;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export type CapabilityTypesListResponse = CapabilityTypeListResult;
|
|
158
|
+
|
|
159
|
+
// @public (undocumented)
|
|
160
|
+
export class ChaosManagementClient extends coreClient.ServiceClient {
|
|
161
|
+
// (undocumented)
|
|
162
|
+
$host: string;
|
|
163
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ChaosManagementClientOptionalParams);
|
|
164
|
+
// (undocumented)
|
|
165
|
+
apiVersion: string;
|
|
166
|
+
// (undocumented)
|
|
167
|
+
capabilities: Capabilities;
|
|
168
|
+
// (undocumented)
|
|
169
|
+
capabilityTypes: CapabilityTypes;
|
|
170
|
+
// (undocumented)
|
|
171
|
+
experiments: Experiments;
|
|
172
|
+
// (undocumented)
|
|
173
|
+
operations: Operations;
|
|
174
|
+
// (undocumented)
|
|
175
|
+
subscriptionId: string;
|
|
176
|
+
// (undocumented)
|
|
177
|
+
targets: Targets;
|
|
178
|
+
// (undocumented)
|
|
179
|
+
targetTypes: TargetTypes;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
// @public
|
|
183
|
+
export interface ChaosManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
184
|
+
$host?: string;
|
|
185
|
+
apiVersion?: string;
|
|
186
|
+
endpoint?: string;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// @public
|
|
190
|
+
export interface ContinuousAction extends Action {
|
|
191
|
+
duration: string;
|
|
192
|
+
parameters: KeyValuePair[];
|
|
193
|
+
selectorId: string;
|
|
194
|
+
type: "continuous";
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
// @public
|
|
198
|
+
export type CreatedByType = string;
|
|
199
|
+
|
|
200
|
+
// @public
|
|
201
|
+
export interface DelayAction extends Action {
|
|
202
|
+
duration: string;
|
|
203
|
+
type: "delay";
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export interface DiscreteAction extends Action {
|
|
208
|
+
parameters: KeyValuePair[];
|
|
209
|
+
selectorId: string;
|
|
210
|
+
type: "discrete";
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
// @public
|
|
214
|
+
export interface ErrorAdditionalInfo {
|
|
215
|
+
readonly info?: Record<string, unknown>;
|
|
216
|
+
readonly type?: string;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
// @public
|
|
220
|
+
export interface ErrorDetail {
|
|
221
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
222
|
+
readonly code?: string;
|
|
223
|
+
readonly details?: ErrorDetail[];
|
|
224
|
+
readonly message?: string;
|
|
225
|
+
readonly target?: string;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
// @public
|
|
229
|
+
export interface ErrorResponse {
|
|
230
|
+
error?: ErrorDetail;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// @public
|
|
234
|
+
export interface Experiment extends TrackedResource {
|
|
235
|
+
identity?: ResourceIdentity;
|
|
236
|
+
selectors: Selector[];
|
|
237
|
+
startOnCreation?: boolean;
|
|
238
|
+
steps: Step[];
|
|
239
|
+
readonly systemData?: SystemData;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
// @public
|
|
243
|
+
export interface ExperimentCancelOperationResult {
|
|
244
|
+
readonly name?: string;
|
|
245
|
+
readonly statusUrl?: string;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
// @public
|
|
249
|
+
export interface ExperimentExecutionActionTargetDetailsError {
|
|
250
|
+
readonly code?: string;
|
|
251
|
+
readonly message?: string;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
// @public
|
|
255
|
+
export interface ExperimentExecutionActionTargetDetailsProperties {
|
|
256
|
+
readonly error?: ExperimentExecutionActionTargetDetailsError;
|
|
257
|
+
readonly status?: string;
|
|
258
|
+
readonly target?: string;
|
|
259
|
+
readonly targetCompletedTime?: Date;
|
|
260
|
+
readonly targetFailedTime?: Date;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
// @public
|
|
264
|
+
export interface ExperimentExecutionDetails {
|
|
265
|
+
readonly createdDateTime?: Date;
|
|
266
|
+
readonly experimentId?: string;
|
|
267
|
+
readonly failureReason?: string;
|
|
268
|
+
readonly id?: string;
|
|
269
|
+
readonly lastActionDateTime?: Date;
|
|
270
|
+
readonly name?: string;
|
|
271
|
+
readonly runInformation?: ExperimentExecutionDetailsPropertiesRunInformation;
|
|
272
|
+
readonly startDateTime?: Date;
|
|
273
|
+
readonly status?: string;
|
|
274
|
+
readonly stopDateTime?: Date;
|
|
275
|
+
readonly type?: string;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
// @public
|
|
279
|
+
export interface ExperimentExecutionDetailsListResult {
|
|
280
|
+
readonly nextLink?: string;
|
|
281
|
+
readonly value?: ExperimentExecutionDetails[];
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
// @public
|
|
285
|
+
export interface ExperimentExecutionDetailsPropertiesRunInformation {
|
|
286
|
+
readonly steps?: StepStatus[];
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
// @public
|
|
290
|
+
export interface ExperimentListResult {
|
|
291
|
+
readonly nextLink?: string;
|
|
292
|
+
readonly value?: Experiment[];
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
// @public
|
|
296
|
+
export interface Experiments {
|
|
297
|
+
cancel(resourceGroupName: string, experimentName: string, options?: ExperimentsCancelOptionalParams): Promise<ExperimentsCancelResponse>;
|
|
298
|
+
createOrUpdate(resourceGroupName: string, experimentName: string, experiment: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams): Promise<ExperimentsCreateOrUpdateResponse>;
|
|
299
|
+
delete(resourceGroupName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams): Promise<void>;
|
|
300
|
+
get(resourceGroupName: string, experimentName: string, options?: ExperimentsGetOptionalParams): Promise<ExperimentsGetResponse>;
|
|
301
|
+
getExecutionDetails(resourceGroupName: string, experimentName: string, executionDetailsId: string, options?: ExperimentsGetExecutionDetailsOptionalParams): Promise<ExperimentsGetExecutionDetailsResponse>;
|
|
302
|
+
getStatus(resourceGroupName: string, experimentName: string, statusId: string, options?: ExperimentsGetStatusOptionalParams): Promise<ExperimentsGetStatusResponse>;
|
|
303
|
+
list(resourceGroupName: string, options?: ExperimentsListOptionalParams): PagedAsyncIterableIterator<Experiment>;
|
|
304
|
+
listAll(options?: ExperimentsListAllOptionalParams): PagedAsyncIterableIterator<Experiment>;
|
|
305
|
+
listAllStatuses(resourceGroupName: string, experimentName: string, options?: ExperimentsListAllStatusesOptionalParams): PagedAsyncIterableIterator<ExperimentStatus>;
|
|
306
|
+
listExecutionDetails(resourceGroupName: string, experimentName: string, options?: ExperimentsListExecutionDetailsOptionalParams): PagedAsyncIterableIterator<ExperimentExecutionDetails>;
|
|
307
|
+
start(resourceGroupName: string, experimentName: string, options?: ExperimentsStartOptionalParams): Promise<ExperimentsStartResponse>;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
// @public
|
|
311
|
+
export interface ExperimentsCancelOptionalParams extends coreClient.OperationOptions {
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
// @public
|
|
315
|
+
export type ExperimentsCancelResponse = ExperimentCancelOperationResult;
|
|
316
|
+
|
|
317
|
+
// @public
|
|
318
|
+
export interface ExperimentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
// @public
|
|
322
|
+
export type ExperimentsCreateOrUpdateResponse = Experiment;
|
|
323
|
+
|
|
324
|
+
// @public
|
|
325
|
+
export interface ExperimentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
// @public
|
|
329
|
+
export interface ExperimentsGetExecutionDetailsOptionalParams extends coreClient.OperationOptions {
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
// @public
|
|
333
|
+
export type ExperimentsGetExecutionDetailsResponse = ExperimentExecutionDetails;
|
|
334
|
+
|
|
335
|
+
// @public
|
|
336
|
+
export interface ExperimentsGetOptionalParams extends coreClient.OperationOptions {
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
// @public
|
|
340
|
+
export type ExperimentsGetResponse = Experiment;
|
|
341
|
+
|
|
342
|
+
// @public
|
|
343
|
+
export interface ExperimentsGetStatusOptionalParams extends coreClient.OperationOptions {
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
// @public
|
|
347
|
+
export type ExperimentsGetStatusResponse = ExperimentStatus;
|
|
348
|
+
|
|
349
|
+
// @public
|
|
350
|
+
export interface ExperimentsListAllNextOptionalParams extends coreClient.OperationOptions {
|
|
351
|
+
continuationToken?: string;
|
|
352
|
+
running?: boolean;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export type ExperimentsListAllNextResponse = ExperimentListResult;
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export interface ExperimentsListAllOptionalParams extends coreClient.OperationOptions {
|
|
360
|
+
continuationToken?: string;
|
|
361
|
+
running?: boolean;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
// @public
|
|
365
|
+
export type ExperimentsListAllResponse = ExperimentListResult;
|
|
366
|
+
|
|
367
|
+
// @public
|
|
368
|
+
export interface ExperimentsListAllStatusesNextOptionalParams extends coreClient.OperationOptions {
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
// @public
|
|
372
|
+
export type ExperimentsListAllStatusesNextResponse = ExperimentStatusListResult;
|
|
373
|
+
|
|
374
|
+
// @public
|
|
375
|
+
export interface ExperimentsListAllStatusesOptionalParams extends coreClient.OperationOptions {
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
// @public
|
|
379
|
+
export type ExperimentsListAllStatusesResponse = ExperimentStatusListResult;
|
|
380
|
+
|
|
381
|
+
// @public
|
|
382
|
+
export interface ExperimentsListExecutionDetailsNextOptionalParams extends coreClient.OperationOptions {
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
// @public
|
|
386
|
+
export type ExperimentsListExecutionDetailsNextResponse = ExperimentExecutionDetailsListResult;
|
|
387
|
+
|
|
388
|
+
// @public
|
|
389
|
+
export interface ExperimentsListExecutionDetailsOptionalParams extends coreClient.OperationOptions {
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
// @public
|
|
393
|
+
export type ExperimentsListExecutionDetailsResponse = ExperimentExecutionDetailsListResult;
|
|
394
|
+
|
|
395
|
+
// @public
|
|
396
|
+
export interface ExperimentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
397
|
+
continuationToken?: string;
|
|
398
|
+
running?: boolean;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
// @public
|
|
402
|
+
export type ExperimentsListNextResponse = ExperimentListResult;
|
|
403
|
+
|
|
404
|
+
// @public
|
|
405
|
+
export interface ExperimentsListOptionalParams extends coreClient.OperationOptions {
|
|
406
|
+
continuationToken?: string;
|
|
407
|
+
running?: boolean;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
// @public
|
|
411
|
+
export type ExperimentsListResponse = ExperimentListResult;
|
|
412
|
+
|
|
413
|
+
// @public
|
|
414
|
+
export interface ExperimentsStartOptionalParams extends coreClient.OperationOptions {
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
// @public
|
|
418
|
+
export type ExperimentsStartResponse = ExperimentStartOperationResult;
|
|
419
|
+
|
|
420
|
+
// @public
|
|
421
|
+
export interface ExperimentStartOperationResult {
|
|
422
|
+
readonly name?: string;
|
|
423
|
+
readonly statusUrl?: string;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
// @public
|
|
427
|
+
export interface ExperimentStatus {
|
|
428
|
+
readonly createdDateUtc?: Date;
|
|
429
|
+
readonly endDateUtc?: Date;
|
|
430
|
+
readonly id?: string;
|
|
431
|
+
readonly name?: string;
|
|
432
|
+
readonly status?: string;
|
|
433
|
+
readonly type?: string;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
// @public
|
|
437
|
+
export interface ExperimentStatusListResult {
|
|
438
|
+
readonly nextLink?: string;
|
|
439
|
+
readonly value?: ExperimentStatus[];
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
// @public
|
|
443
|
+
export interface KeyValuePair {
|
|
444
|
+
key: string;
|
|
445
|
+
value: string;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
// @public
|
|
449
|
+
export enum KnownActionType {
|
|
450
|
+
Internal = "Internal"
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
// @public
|
|
454
|
+
export enum KnownCreatedByType {
|
|
455
|
+
Application = "Application",
|
|
456
|
+
Key = "Key",
|
|
457
|
+
ManagedIdentity = "ManagedIdentity",
|
|
458
|
+
User = "User"
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
// @public
|
|
462
|
+
export enum KnownOrigin {
|
|
463
|
+
System = "system",
|
|
464
|
+
User = "user",
|
|
465
|
+
UserSystem = "user,system"
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
// @public
|
|
469
|
+
export interface Operation {
|
|
470
|
+
readonly actionType?: ActionType;
|
|
471
|
+
display?: OperationDisplay;
|
|
472
|
+
readonly isDataAction?: boolean;
|
|
473
|
+
readonly name?: string;
|
|
474
|
+
readonly origin?: Origin;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
// @public
|
|
478
|
+
export interface OperationDisplay {
|
|
479
|
+
readonly description?: string;
|
|
480
|
+
readonly operation?: string;
|
|
481
|
+
readonly provider?: string;
|
|
482
|
+
readonly resource?: string;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
// @public
|
|
486
|
+
export interface OperationListResult {
|
|
487
|
+
readonly nextLink?: string;
|
|
488
|
+
readonly value?: Operation[];
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
// @public
|
|
492
|
+
export interface Operations {
|
|
493
|
+
listAll(options?: OperationsListAllOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
// @public
|
|
497
|
+
export interface OperationsListAllNextOptionalParams extends coreClient.OperationOptions {
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
// @public
|
|
501
|
+
export type OperationsListAllNextResponse = OperationListResult;
|
|
502
|
+
|
|
503
|
+
// @public
|
|
504
|
+
export interface OperationsListAllOptionalParams extends coreClient.OperationOptions {
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
// @public
|
|
508
|
+
export type OperationsListAllResponse = OperationListResult;
|
|
509
|
+
|
|
510
|
+
// @public
|
|
511
|
+
export type Origin = string;
|
|
512
|
+
|
|
513
|
+
// @public
|
|
514
|
+
export interface Resource {
|
|
515
|
+
readonly id?: string;
|
|
516
|
+
readonly name?: string;
|
|
517
|
+
readonly type?: string;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
// @public
|
|
521
|
+
export interface ResourceIdentity {
|
|
522
|
+
readonly principalId?: string;
|
|
523
|
+
readonly tenantId?: string;
|
|
524
|
+
type: ResourceIdentityType;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
// @public
|
|
528
|
+
export type ResourceIdentityType = "None" | "SystemAssigned";
|
|
529
|
+
|
|
530
|
+
// @public
|
|
531
|
+
export interface Selector {
|
|
532
|
+
id: string;
|
|
533
|
+
targets: TargetReference[];
|
|
534
|
+
type: SelectorType;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
// @public
|
|
538
|
+
export type SelectorType = "Percent" | "Random" | "Tag" | "List";
|
|
539
|
+
|
|
540
|
+
// @public
|
|
541
|
+
export interface Step {
|
|
542
|
+
branches: Branch[];
|
|
543
|
+
name: string;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
// @public
|
|
547
|
+
export interface StepStatus {
|
|
548
|
+
readonly branches?: BranchStatus[];
|
|
549
|
+
readonly status?: string;
|
|
550
|
+
readonly stepId?: string;
|
|
551
|
+
readonly stepName?: string;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
// @public
|
|
555
|
+
export interface SystemData {
|
|
556
|
+
createdAt?: Date;
|
|
557
|
+
createdBy?: string;
|
|
558
|
+
createdByType?: CreatedByType;
|
|
559
|
+
lastModifiedAt?: Date;
|
|
560
|
+
lastModifiedBy?: string;
|
|
561
|
+
lastModifiedByType?: CreatedByType;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
// @public
|
|
565
|
+
export interface Target extends Resource {
|
|
566
|
+
location?: string;
|
|
567
|
+
properties: {
|
|
568
|
+
[propertyName: string]: any;
|
|
569
|
+
};
|
|
570
|
+
readonly systemData?: SystemData;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
// @public
|
|
574
|
+
export interface TargetListResult {
|
|
575
|
+
readonly nextLink?: string;
|
|
576
|
+
readonly value?: Target[];
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
// @public
|
|
580
|
+
export interface TargetReference {
|
|
581
|
+
id: string;
|
|
582
|
+
type: "ChaosTarget";
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
// @public
|
|
586
|
+
export interface Targets {
|
|
587
|
+
createOrUpdate(resourceGroupName: string, parentProviderNamespace: string, parentResourceType: string, parentResourceName: string, targetName: string, target: Target, options?: TargetsCreateOrUpdateOptionalParams): Promise<TargetsCreateOrUpdateResponse>;
|
|
588
|
+
delete(resourceGroupName: string, parentProviderNamespace: string, parentResourceType: string, parentResourceName: string, targetName: string, options?: TargetsDeleteOptionalParams): Promise<void>;
|
|
589
|
+
get(resourceGroupName: string, parentProviderNamespace: string, parentResourceType: string, parentResourceName: string, targetName: string, options?: TargetsGetOptionalParams): Promise<TargetsGetResponse>;
|
|
590
|
+
list(resourceGroupName: string, parentProviderNamespace: string, parentResourceType: string, parentResourceName: string, options?: TargetsListOptionalParams): PagedAsyncIterableIterator<Target>;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
// @public
|
|
594
|
+
export interface TargetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
// @public
|
|
598
|
+
export type TargetsCreateOrUpdateResponse = Target;
|
|
599
|
+
|
|
600
|
+
// @public
|
|
601
|
+
export interface TargetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
// @public
|
|
605
|
+
export interface TargetsGetOptionalParams extends coreClient.OperationOptions {
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
// @public
|
|
609
|
+
export type TargetsGetResponse = Target;
|
|
610
|
+
|
|
611
|
+
// @public
|
|
612
|
+
export interface TargetsListNextOptionalParams extends coreClient.OperationOptions {
|
|
613
|
+
continuationToken?: string;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
// @public
|
|
617
|
+
export type TargetsListNextResponse = TargetListResult;
|
|
618
|
+
|
|
619
|
+
// @public
|
|
620
|
+
export interface TargetsListOptionalParams extends coreClient.OperationOptions {
|
|
621
|
+
continuationToken?: string;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
// @public
|
|
625
|
+
export type TargetsListResponse = TargetListResult;
|
|
626
|
+
|
|
627
|
+
// @public
|
|
628
|
+
export interface TargetType extends Resource {
|
|
629
|
+
readonly description?: string;
|
|
630
|
+
readonly displayName?: string;
|
|
631
|
+
location?: string;
|
|
632
|
+
readonly propertiesSchema?: string;
|
|
633
|
+
readonly resourceTypes?: string[];
|
|
634
|
+
readonly systemData?: SystemData;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
// @public
|
|
638
|
+
export interface TargetTypeListResult {
|
|
639
|
+
readonly nextLink?: string;
|
|
640
|
+
readonly value?: TargetType[];
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
// @public
|
|
644
|
+
export interface TargetTypes {
|
|
645
|
+
get(locationName: string, targetTypeName: string, options?: TargetTypesGetOptionalParams): Promise<TargetTypesGetResponse>;
|
|
646
|
+
list(locationName: string, options?: TargetTypesListOptionalParams): PagedAsyncIterableIterator<TargetType>;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export interface TargetTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
// @public
|
|
654
|
+
export type TargetTypesGetResponse = TargetType;
|
|
655
|
+
|
|
656
|
+
// @public
|
|
657
|
+
export interface TargetTypesListNextOptionalParams extends coreClient.OperationOptions {
|
|
658
|
+
continuationToken?: string;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
// @public
|
|
662
|
+
export type TargetTypesListNextResponse = TargetTypeListResult;
|
|
663
|
+
|
|
664
|
+
// @public
|
|
665
|
+
export interface TargetTypesListOptionalParams extends coreClient.OperationOptions {
|
|
666
|
+
continuationToken?: string;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
// @public
|
|
670
|
+
export type TargetTypesListResponse = TargetTypeListResult;
|
|
671
|
+
|
|
672
|
+
// @public
|
|
673
|
+
export interface TrackedResource extends Resource {
|
|
674
|
+
location: string;
|
|
675
|
+
tags?: {
|
|
676
|
+
[propertyName: string]: string;
|
|
677
|
+
};
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
// (No @packageDocumentation comment for this package)
|
|
681
|
+
|
|
682
|
+
```
|