@aws-sdk/client-amp 3.1065.0 → 3.1066.0

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.
@@ -234,6 +234,7 @@ const _mS = "maxSeries";
234
234
  const _n = "name";
235
235
  const _nT = "nextToken";
236
236
  const _o = "options";
237
+ const _oOOTWIS = "outOfOrderTimeWindowInSeconds";
237
238
  const _pD = "policyDocument";
238
239
  const _pE = "prometheusEndpoint";
239
240
  const _pS = "policyStatus";
@@ -252,6 +253,7 @@ const _rGNu = "ruleGroupsNamespaces";
252
253
  const _rI = "resourceId";
253
254
  const _rIe = "revisionId";
254
255
  const _rPID = "retentionPeriodInDays";
256
+ const _rQOIS = "ruleQueryOffsetInSeconds";
255
257
  const _rT = "resourceType";
256
258
  const _ra = "ratio";
257
259
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.amp";
@@ -858,8 +860,8 @@ exports.UpdateWorkspaceAliasRequest$ = [3, n0, _UWAR,
858
860
  ];
859
861
  exports.UpdateWorkspaceConfigurationRequest$ = [3, n0, _UWCR,
860
862
  0,
861
- [_wI, _cT, _lPLS, _rPID],
862
- [[0, 1], [0, 4], () => LimitsPerLabelSetList, 1], 1
863
+ [_wI, _cT, _lPLS, _rPID, _oOOTWIS, _rQOIS],
864
+ [[0, 1], [0, 4], () => LimitsPerLabelSetList, 1, 1, 1], 1
863
865
  ];
864
866
  exports.UpdateWorkspaceConfigurationResponse$ = [3, n0, _UWCRp,
865
867
  0,
@@ -878,8 +880,8 @@ exports.VpcConfiguration$ = [3, n0, _VC,
878
880
  ];
879
881
  exports.WorkspaceConfigurationDescription$ = [3, n0, _WCD,
880
882
  0,
881
- [_st, _lPLS, _rPID],
882
- [() => exports.WorkspaceConfigurationStatus$, () => LimitsPerLabelSetList, 1], 1
883
+ [_st, _lPLS, _rPID, _oOOTWIS, _rQOIS],
884
+ [() => exports.WorkspaceConfigurationStatus$, () => LimitsPerLabelSetList, 1, 1, 1], 1
883
885
  ];
884
886
  exports.WorkspaceConfigurationStatus$ = [3, n0, _WCS,
885
887
  0,
@@ -228,6 +228,7 @@ const _mS = "maxSeries";
228
228
  const _n = "name";
229
229
  const _nT = "nextToken";
230
230
  const _o = "options";
231
+ const _oOOTWIS = "outOfOrderTimeWindowInSeconds";
231
232
  const _pD = "policyDocument";
232
233
  const _pE = "prometheusEndpoint";
233
234
  const _pS = "policyStatus";
@@ -246,6 +247,7 @@ const _rGNu = "ruleGroupsNamespaces";
246
247
  const _rI = "resourceId";
247
248
  const _rIe = "revisionId";
248
249
  const _rPID = "retentionPeriodInDays";
250
+ const _rQOIS = "ruleQueryOffsetInSeconds";
249
251
  const _rT = "resourceType";
250
252
  const _ra = "ratio";
251
253
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.amp";
@@ -852,8 +854,8 @@ export var UpdateWorkspaceAliasRequest$ = [3, n0, _UWAR,
852
854
  ];
853
855
  export var UpdateWorkspaceConfigurationRequest$ = [3, n0, _UWCR,
854
856
  0,
855
- [_wI, _cT, _lPLS, _rPID],
856
- [[0, 1], [0, 4], () => LimitsPerLabelSetList, 1], 1
857
+ [_wI, _cT, _lPLS, _rPID, _oOOTWIS, _rQOIS],
858
+ [[0, 1], [0, 4], () => LimitsPerLabelSetList, 1, 1, 1], 1
857
859
  ];
858
860
  export var UpdateWorkspaceConfigurationResponse$ = [3, n0, _UWCRp,
859
861
  0,
@@ -872,8 +874,8 @@ export var VpcConfiguration$ = [3, n0, _VC,
872
874
  ];
873
875
  export var WorkspaceConfigurationDescription$ = [3, n0, _WCD,
874
876
  0,
875
- [_st, _lPLS, _rPID],
876
- [() => WorkspaceConfigurationStatus$, () => LimitsPerLabelSetList, 1], 1
877
+ [_st, _lPLS, _rPID, _oOOTWIS, _rQOIS],
878
+ [() => WorkspaceConfigurationStatus$, () => LimitsPerLabelSetList, 1, 1, 1], 1
877
879
  ];
878
880
  export var WorkspaceConfigurationStatus$ = [3, n0, _WCS,
879
881
  0,
@@ -60,6 +60,8 @@ declare const DescribeWorkspaceConfigurationCommand_base: {
60
60
  * // },
61
61
  * // ],
62
62
  * // retentionPeriodInDays: Number("int"),
63
+ * // outOfOrderTimeWindowInSeconds: Number("int"),
64
+ * // ruleQueryOffsetInSeconds: Number("int"),
63
65
  * // },
64
66
  * // };
65
67
  *
@@ -52,6 +52,8 @@ declare const UpdateWorkspaceConfigurationCommand_base: {
52
52
  * },
53
53
  * ],
54
54
  * retentionPeriodInDays: Number("int"),
55
+ * outOfOrderTimeWindowInSeconds: Number("int"),
56
+ * ruleQueryOffsetInSeconds: Number("int"),
55
57
  * };
56
58
  * const command = new UpdateWorkspaceConfigurationCommand(input);
57
59
  * const response = await client.send(command);
@@ -2375,6 +2375,16 @@ export interface WorkspaceConfigurationDescription {
2375
2375
  * @public
2376
2376
  */
2377
2377
  retentionPeriodInDays?: number | undefined;
2378
+ /**
2379
+ * <p>This field displays the out of order time window in seconds for accepting out of order samples.</p>
2380
+ * @public
2381
+ */
2382
+ outOfOrderTimeWindowInSeconds?: number | undefined;
2383
+ /**
2384
+ * <p>This field displays the duration in seconds that rule evaluation queries are offset into the past.</p>
2385
+ * @public
2386
+ */
2387
+ ruleQueryOffsetInSeconds?: number | undefined;
2378
2388
  }
2379
2389
  /**
2380
2390
  * @public
@@ -2410,6 +2420,16 @@ export interface UpdateWorkspaceConfigurationRequest {
2410
2420
  * @public
2411
2421
  */
2412
2422
  retentionPeriodInDays?: number | undefined;
2423
+ /**
2424
+ * <p>Specifies the time window in seconds for accepting out of order samples. Out of order samples older than this window are rejected.</p>
2425
+ * @public
2426
+ */
2427
+ outOfOrderTimeWindowInSeconds?: number | undefined;
2428
+ /**
2429
+ * <p>Specifies the duration in seconds to offset rule evaluation queries into the past. This allows ingested samples to be available before rule evaluation.</p>
2430
+ * @public
2431
+ */
2432
+ ruleQueryOffsetInSeconds?: number | undefined;
2413
2433
  }
2414
2434
  /**
2415
2435
  * @public
@@ -665,6 +665,8 @@ export interface WorkspaceConfigurationDescription {
665
665
  status: WorkspaceConfigurationStatus | undefined;
666
666
  limitsPerLabelSet?: LimitsPerLabelSet[] | undefined;
667
667
  retentionPeriodInDays?: number | undefined;
668
+ outOfOrderTimeWindowInSeconds?: number | undefined;
669
+ ruleQueryOffsetInSeconds?: number | undefined;
668
670
  }
669
671
  export interface DescribeWorkspaceConfigurationResponse {
670
672
  workspaceConfiguration: WorkspaceConfigurationDescription | undefined;
@@ -674,6 +676,8 @@ export interface UpdateWorkspaceConfigurationRequest {
674
676
  clientToken?: string | undefined;
675
677
  limitsPerLabelSet?: LimitsPerLabelSet[] | undefined;
676
678
  retentionPeriodInDays?: number | undefined;
679
+ outOfOrderTimeWindowInSeconds?: number | undefined;
680
+ ruleQueryOffsetInSeconds?: number | undefined;
677
681
  }
678
682
  export interface UpdateWorkspaceConfigurationResponse {
679
683
  status: WorkspaceConfigurationStatus | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amp",
3
3
  "description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
4
- "version": "3.1065.0",
4
+ "version": "3.1066.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -22,7 +22,7 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "^3.974.20",
25
- "@aws-sdk/credential-provider-node": "^3.972.54",
25
+ "@aws-sdk/credential-provider-node": "^3.972.55",
26
26
  "@aws-sdk/types": "^3.973.12",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",